Cargo Features
[dependencies]
warg-cli = { version = "0.9.1", default-features = false, features = ["postgres", "cli-interactive", "keyring", "native-tls-vendored", "rustls-tls", "native-tls"] }
- default = cli-interactive, keyring, rustls-tls
-
These default features are set whenever
warg-cli
is added without
somewhere in the dependency tree.default-features = false - postgres dev
-
Enables postgres of warg-server
- cli-interactive default
-
Enables cli-interactive of warg-client
- keyring default
-
Enables keyring of warg-client
- native-tls-vendored
-
Enables native-tls-vendored of warg-client
- rustls-tls default
-
Enables rustls-tls of warg-client
- native-tls
-
Enables native-tls of warg-client
warg-cli has 7 features without comments.