Cargo Features

[dependencies]
rqlite_client = { version = "0.0.1-alpha.15", default-features = false, features = ["log", "migration", "migration_embed", "monitor", "percent_encoding", "tracing", "ureq", "ureq_charset", "ureq_socks_proxy", "ureq_tls", "ureq_webpki", "url"] }
default = monitor, ureq, url

These default features are set whenever rqlite_client is added without default-features = false somewhere in the dependency tree.

log

Enables log

migration migration_embed?

Affects rqlite_client::migration

migration_embed = migration

Enables rust-embed

ureq = { version = "2.8.0", default-features = false, features = [
"gzip",
"json",
], optional = true }

monitor default
percent_encoding

Enables percent-encoding

tracing

Enables tracing

ureq default ureq_charset? ureq_socks_proxy? ureq_tls? ureq_webpki?

Enables ureq

ureq_charset = ureq

Enables charset of ureq

ureq_socks_proxy = ureq

Enables socks-proxy of ureq

ureq_tls = ureq

Enables native-certs and tls of ureq

ureq_webpki = ureq

Enables tls of ureq

url default

Enables url