Cargo Features

[dependencies]
buid = { version = "0.0.0", default-features = false, features = ["std", "nightly", "base32", "base64", "hex", "ascii85", "serde"] }
default = std

The std feature is set by default whenever buid is added without default-features = false somewhere in the dependency tree.

std default
nightly
base32

Enables base32 of crabmole

base64

Enables base64 of crabmole

hex

Enables hex of crabmole

ascii85

Enables ascii85 of crabmole

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.

crabmole ascii85? base32? base64? hex?
serde implicit feature

Enables serde

serde:

A generic serialization/deserialization framework