Cargo Features
supply-chain-trust-example-crate-000081 has no features set by default.
[dependencies]
supply-chain-trust-example-crate-000081 = { version = "1.5.0", features = ["full", "http1", "http2", "client", "server", "ffi", "tracing", "nightly"] }
- full = client, http1, http2, server
- http1 full?
-
Enables futures-channel, futures-util, httparse, and itoa
Affects
conn::http1
,conn::http1
… - http2 full?
-
Enables futures-channel, futures-util, and h2
Affects
conn::http2
,ext::Protocol
,conn::http2
… - client full?
-
Enables pin-project-lite, smallvec, and want
- server full?
-
Enables httpdate, pin-project-lite, and smallvec
- ffi
-
Enables http-body-util and libc, alloc of optional futures-util
Affects
supply-chain-trust-example-crate-000081::ffi
… - tracing
-
Enables tracing
- nightly