Cargo Features
fire-postgres has no features set by default.
[dependencies]
fire-postgres = { version = "0.3.0-beta.7", features = ["crypto-cipher", "crypto-signature", "crypto-token", "json", "email", "protobuf", "graphql"] }
- crypto-cipher
-
Enables b64, cipher and postgres of fire-crypto
- crypto-signature
-
Enables b64, postgres and signature of fire-crypto
- crypto-token
-
Enables b64 and postgres of fire-crypto
- json
-
Enables serde_json, with-serde_json-1 of tokio-postgres, json and serde of fire-postgres-types
-
Enables email_address
- protobuf
-
Enables fire-protobuf, protobuf of fire-postgres-types
- graphql
-
Enables juniper
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.
- crypto crypto-cipher? crypto-signature? crypto-token?
-
Enables fire-crypto