Cargo Features

SubMap has no features set by default.

[dependencies]
submap = { version = "0.3.4", features = ["digest", "native-digest", "openssl-vendored", "indexmap"] }
digest

Enables sha2

Affects submap::digest

native-digest

Enables openssl

Affects submap::digest

openssl-vendored

Enables vendored of openssl

Features from optional dependencies

indexmap implicit feature

Enables indexmap

indexmap:

A hash table with consistent order and fast iteration

Affects submap::types