Cargo Features

[dependencies]
tsid = { version = "0.3.4", default-features = false, features = ["debug", "bson_as_string", "serde_as_string", "js", "chrono"] }
default = chrono, debug

These default features are set whenever tsid is added without default-features = false somewhere in the dependency tree.

debug default

Affects tsid::debug

bson_as_string = bson
serde_as_string = serde
js

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?

Enables bson ^2

Affects tsid::bson

chrono default

Affects tsid::chrono