Cargo Features

[dependencies]
bamboo-rs-core-ed25519-yasmf = { version = "0.1.1", default-features = false, features = ["std", "u64_backend", "u32_backend"] }
default = std, u64_backend

These default features are set whenever bamboo-rs-core-ed25519-yasmf is added without default-features = false somewhere in the dependency tree.

std default = rayon

Enables batch, serde and std of ed25519-dalek ^1.0.1 and std of hex, snafu ^0.6.10, varu64 ^0.6.2, and yasmf-hash

snafu:

Implement the std::error::Error trait.

Affects batch::verify_batch, batch::verify_batch_links_and_payload, batch::verify_batch_signatures, verify::batch, hex_serde::serialize_pub_key, hex_serde::deserialize_pub_key, util::hex_serde

u64_backend default

Enables u64_backend of ed25519-dalek ^1.0.1

u32_backend

Enables u32_backend of ed25519-dalek ^1.0.1

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.

rayon std