Cargo Features
[dependencies]
mithril-client = { version = "0.10.1", default-features = false, features = ["full", "fs", "portable", "unstable", "native-tls", "native-tls-alpn", "native-tls-vendored", "rustls-tls", "rustls-tls-manual-roots", "rustls-tls-webpki-roots", "rustls-tls-native-roots", "rug-backend", "num-integer-backend"] }
- default = native-tls, rug-backend
-
Include native-tls in reqwest by default
- full = fs
-
Full feature set
- fs full? = flate2, flume, tar, zstd
-
Enable file system releated functionnality, right now that mean ony snapshot download
- portable
-
deprecated, will be removed soon
- unstable
- native-tls default
-
These features are for support of dependent crates only.
They do not change the operation of the main crate.Enables native-tls of reqwest
- native-tls-alpn
-
Enables native-tls-alpn of reqwest
- native-tls-vendored
-
Enables native-tls-vendored of reqwest
- rustls-tls
-
Enables rustls-tls of reqwest
- rustls-tls-manual-roots
-
Enables rustls-tls-manual-roots of reqwest
- rustls-tls-webpki-roots
-
Enables rustls-tls-webpki-roots of reqwest
- rustls-tls-native-roots
-
Enables rustls-tls-native-roots of reqwest
- rug-backend default
-
Enables
rug-backend
features formithril-common
dependencyEnables rug-backend of mithril-common
- num-integer-backend
-
Enables
num-integer-backend
features formithril-common
dependency by default it'srug-backend
Enables num-integer-backend of mithril-common
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.