bunk 0.1.1

Fast and efficient human-readable data encoding!
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "bunk"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Fast and efficient human-readable data encoding!"
readme = "README.md"
keywords = [
    "readable",
    "encoding",
    "pronounceable",
]
categories = ["encoding"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/user-simon/bunk"

[features]
serde = ["dep:serde"]

[lib]
name = "bunk"
path = "src/lib.rs"

[[bench]]
name = "speed"
path = "benches/speed.rs"
harness = false

[dependencies.include-bytes-plus]
version = "1.1"

[dependencies.serde]
version = "1.0"
optional = true

[dependencies.thiserror]
version = "1.0"

[dev-dependencies.criterion]
version = "0.5.1"

[dev-dependencies.rand]
version = "0.10.1"