Cargo Features
[dependencies]
foundationdb = { version = "0.10.0", default-features = false, features = ["uuid", "num-bigint", "embedded-fdb-include", "fdb-5_1", "fdb-5_2", "fdb-6_0", "fdb-6_1", "fdb-6_2", "fdb-6_3", "fdb-7_0", "fdb-7_1", "fdb-7_3", "fdb-7_4", "tenant-experimental", "trace"] }
- default = uuid
-
The
uuidfeature is set by default wheneverfoundationdbis added withoutsomewhere in the dependency tree.default-features = false - uuid default
-
Enables uuid, uuid of foundationdb-tuple
- num-bigint
-
Enables num-bigint, num-bigint of foundationdb-tuple
- embedded-fdb-include
-
Use the locally embedded foundationdb fdb_c.h and fdb.options files
Enables embedded-fdb-include of foundationdb-gen and foundationdb-sys
- fdb-5_1
-
Enables fdb-5_1 of foundationdb-gen and foundationdb-sys
- fdb-5_2
-
Enables fdb-5_2 of foundationdb-gen and foundationdb-sys
- fdb-6_0
-
Enables fdb-6_0 of foundationdb-gen and foundationdb-sys
- fdb-6_1
-
Enables fdb-6_1 of foundationdb-gen and foundationdb-sys
- fdb-6_2
-
Enables fdb-6_2 of foundationdb-gen and foundationdb-sys
- fdb-6_3
-
Enables fdb-6_3 of foundationdb-gen and foundationdb-sys
- fdb-7_0
-
Enables fdb-7_0 of foundationdb-gen and foundationdb-sys
- fdb-7_1 = serde, serde_bytes, serde_json
-
Enables fdb-7_1 of foundationdb-gen and foundationdb-sys
Affects
tenant::TenantInfo… - fdb-7_3 = serde, serde_bytes, serde_json
-
Enables fdb-7_3 of foundationdb-gen and foundationdb-sys
- fdb-7_4 = serde, serde_bytes, serde_json
-
Enables fdb-7_4 of foundationdb-gen and foundationdb-sys
- tenant-experimental
- trace = tracing
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.