Cargo Features

[dependencies]
try_match = { version = "0.4.1", default-features = false, features = ["std", "implicit_map", "unstable"] }
default = implicit_map

The implicit_map feature is set by default whenever try_match is added without default-features = false somewhere in the dependency tree.

std
implicit_map default = try_match_inner
unstable

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.

try_match_inner implicit_map