Cargo Features
bigfloppa has no features set by default.
[dependencies]
bigfloppa = { version = "0.3.5", features = ["sqlx_integration", "string-only", "schema", "serde"] }
- sqlx_integration = bigdecimal, bytes, sqlx-core
- string-only
- schema = schemars, serde_json
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 implicit feature
-
Enables serde
serde:
A generic serialization/deserialization framework
- bigdecimal sqlx_integration?
-
Enables bigdecimal ^0.3.0
- bytes sqlx_integration?
- sqlx-core sqlx_integration?
-
Enables sqlx-core ^0.6.2
- schemars schema?
- serde_json schema?