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 whenever kassandra-client is added without default-features = false somewhere in the dependency tree.

tdx-full = tdx

Enables pck of tdx-quote

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

Enables mock of tdx-quote

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.

tdx-quote mock? tdx? tdx-full?