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

std default

Provide implementations for common standard library types like Vec<T> and HashMap<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