Cargo Features
[dependencies]
tsid = { version = "0.3.1", default-features = false, features = ["debug", "bson_as_string", "serde_as_string", "chrono"] }
- default = chrono, debug
-
These default features are set whenever
tsid
is added without
somewhere in the dependency tree.default-features = false - debug default
-
Affects
tsid::debug
… - bson_as_string = bson
- serde_as_string = serde
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.
- serde serde_as_string?
-
Affects
tsid::serde
… - bson bson_as_string?
-
Affects
tsid::bson
… - chrono default
-
Affects
tsid::chrono
…