Cargo Features

[dependencies]
base116 = { version = "0.1.8", default-features = false, features = ["std", "alloc", "doc_cfg"] }
default = std

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

std default = alloc
alloc std

Affects decode::decode_to_vec, encode::encode_to_string, encode::encode_to_string_with

Required by the binary

cli-panic doc_cfg