Cargo Features
[dependencies]
kassandra-client = { version = "0.0.1-alpha", default-features = false, features = ["tdx-full", "tdx", "transparent", "mock"] }
- default = transparent
-
The
transparent
feature is set by default wheneverkassandra-client
is added without
somewhere in the dependency tree.default-features = false - tdx-full = tdx
-
tdx-quote:
Parse and verify PCK certificate chains
- tdx mock? tdx-full? = tdx-quote
-
Affects
kassandra-client::tdx
… - transparent default
-
Affects
kassandra-client::transparent
… - mock = tdx
-
tdx-quote:
Generate mock quotes for testing attestation code on non-TDX hardware
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.