Cargo Features
[dependencies]
bendy = { version = "0.4.0-beta.2", default-features = false, features = ["std", "serde"] }
FEATURES
- default = std
-
The
std
feature is set by default wheneverbendy
is added without
somewhere in the dependency tree.default-features = false - std default
-
Provide implementations for common standard library types like
Vec<T>
andHashMap<K, V>
. Requires a dependency on the Rust standard library.Enables std of snafu ^0.7.1
- serde = serde_, serde_bytes
-
Support serde serialization to and deserialization from bencode
Affects
bendy::serde
…
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.
DEPENDENCIES
- serde_bytes serde?
- serde_ serde?
-
Enables serde