Cargo Features
tandem_http_server has no features set by default.
[dependencies]
tandem_http_server = { version = "0.3.0", features = ["bin"] }
- bin = figment, serde, tandem_garble_interop
-
Required by the binary
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.
- tandem_garble_interop bin?
-
Enables tandem_garble_interop
IF YOU WANT TO BUILD main.rs ONLY WITH
bin
FEATURE (FOR RELEASE): - figment bin?
- serde bin?