Cargo Features
Samsa has no features set by default.
[dependencies]
samsa = { version = "0.1.7", features = ["redpanda", "integration_tests"] }
- redpanda = reqwest, serde, serde_derive
-
Affects
samsa::prelude.redpanda
… - integration_tests
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.
- reqwest redpanda?
-
Enables reqwest ^0.11
- serde redpanda?
- serde_derive redpanda?