Cargo Features
SubMap has no features set by default.
[dependencies]
submap = { version = "0.3.0", features = ["digest", "native-digest", "openssl-vendored", "indexmap"] }
- digest = sha2
-
Affects
submap::digest
… - native-digest = openssl
-
Affects
submap::digest
… - openssl-vendored
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.
- sha2 digest?
- openssl native-digest? openssl-vendored?
- indexmap implicit feature
-
Enables indexmap
indexmap:
A hash table with consistent order and fast iteration
Affects
submap::types
…