Cargo Features
[dependencies]
aigis = { version = "0.2.2", default-features = false, features = ["rustls-tls", "native-tls", "cache-moka"] }
- default = cache-moka, rustls-tls
-
These default features are set whenever
aigis
is added without
somewhere in the dependency tree.default-features = false - rustls-tls default
-
TLS Backends
Enables rustls-tls of reqwest
- native-tls
-
Enables native-tls of reqwest
reqwest:
Enables native-tls specific functionality not available by default.
- cache-moka default = http-cache-reqwest
-
Caching Backends
Enables manager-moka of http-cache-reqwest
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.