Cargo Features
sqlx-build-trust-postgres has no features set by default.
[dependencies]
sqlx-build-trust-postgres = { version = "0.7.9", features = ["any", "json", "migrate", "offline", "rust_decimal", "bigdecimal", "bit-vec", "chrono", "ipnetwork", "mac_address", "time", "uuid"] }
- any
-
Enables any of sqlx-build-trust-core
Affects
sqlx-build-trust-postgres::any
… - json
-
Enables sqlx-build-trust-core
- migrate
-
Enables migrate of sqlx-build-trust-core
- offline
-
Enables offline of sqlx-build-trust-core
sqlx-build-trust-core:
support offline/decoupled building (enables serialization of
Describe
) - rust_decimal
-
Type integration features which require additional dependencies
Enables maths of rust_decimal
- bigdecimal
-
Enables bigdecimal ^0.3.0 and num-bigint
bigdecimal:
Type Integrations (versions inherited from
[workspace.dependencies]
)
Features from optional dependencies
- bit-vec implicit feature
-
Enables bit-vec ^0.6.3
bit-vec:
A vector of bits
- chrono implicit feature
-
Enables chrono
chrono:
Date and time library for Rust
- ipnetwork implicit feature
-
Enables ipnetwork
ipnetwork:
A library to work with IP CIDRs in Rust
- mac_address implicit feature
-
Enables mac_address
mac_address:
Cross-platform retrieval of a network interface MAC address
- time implicit feature
- uuid implicit feature
-
Enables uuid
uuid:
A library to generate and parse UUIDs