Cargo Features
[dependencies]
kurtbuilds_sid = { version = "0.5.3", default-features = false, features = ["sqlx", "deserialize_uuid_strings", "rand", "serde", "fake"] }
- default = rand
-
The
rand
feature is set by default wheneverkurtbuilds_sid
is added without
somewhere in the dependency tree.default-features = false - sqlx = uuid
-
Enables sqlx
- deserialize_uuid_strings
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.