[[bench]]
harness = false
name = "encode"
path = "benches/encode.rs"
[dependencies]
[dev-dependencies.arbitrary]
version = "1.4.1"
[dev-dependencies.arbtest]
version = "0.3.2"
[dev-dependencies.criterion]
version = "0.5.1"
[features]
alloc = []
default = ["alloc", "std"]
std = []
[lib]
name = "base32_fs"
path = "src/lib.rs"
[lints.clippy]
missing_safety_doc = "deny"
undocumented_unsafe_blocks = "deny"
unwrap_used = "deny"
[lints.rust]
missing_docs = "warn"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["encoding", "filesystem", "no-std"]
description = "A variant of BASE32 encoding for hashes that are used as file names"
documentation = "https://docs.rs/base32-fs"
edition = "2021"
homepage = "https://github.com/igankevich/base32-fs"
include = ["**/*.rs", "Cargo.toml", "README.md", "LICENSE"]
keywords = ["base32", "crockford", "fs"]
license = "MIT"
name = "base32-fs"
readme = "README.md"
repository = "https://github.com/igankevich/base32-fs"
version = "0.1.3"
[package.metadata.docs.rs]
all-features = true
default-target = "x86_64-unknown-linux-gnu"
rustdoc-args = ["--cfg", "docsrs"]
targets = ["aarch64-apple-darwin", "x86_64-pc-windows-msvc", "x86_64-unknown-linux-gnu"]