Cargo Features

ed25519-dalek-cosi has no features set by default.

[dependencies]
ed25519-dalek-cosi = { version = "0.1.0", features = ["std"] }
std

Enables std of serde

serde:

Provide impls for common standard library types like Vec<T> and HashMap<K, V>.
Requires a dependency on the Rust standard library.

ed25519-dalek-cosi has 1 feature without comment.