Cargo Features
GE-Man-Lib has no features set by default.
[dependencies]
ge-man-lib = { version = "0.2.0", features = ["vendored-openssl"] }
- default
-
These default features are set whenever
ge-man-lib
is added without
somewhere in the dependency tree.default-features = false Enables default-tls of reqwest ^0.11.23
reqwest:
Note: this doesn't enable the 'native-tls' feature, which adds specific functionality for it.
- vendored-openssl
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.