Cargo Features
[dependencies]
tagged-id = { version = "0.3.0", default-features = false, features = ["derive", "smartstring", "uuid", "serde", "sqlx-postgres", "sqlx-mysql", "sqlx-sqlite"] }
- default = derive
-
The
derive
feature is set by default whenevertagged-id
is added without
somewhere in the dependency tree.default-features = false - derive default = tagged-id-derive
-
Enables derive of optional serde
serde:
Provide derive(Serialize, Deserialize) macros.
- smartstring
-
Enables smartstring
- uuid
-
Enables uuid
- serde
-
Enables serde, serde of optional smartstring and optional uuid
- sqlx-postgres
- sqlx-mysql
- sqlx-sqlite
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.