[[bench]]
harness = false
name = "bench_main"
[dependencies]
[dev-dependencies.criterion]
version = "0.5.1"
[lib]
bench = true
crate-type = ["lib"]
name = "padder"
path = "src/lib.rs"
test = true
[package]
authors = ["Wilhelm Ă…gren <wilhelmagren98@gmail.com>"]
description = "String formatting and padding, done right, the rusty way."
edition = "2021"
homepage = "https://github.com/firelink-data/padder"
include = ["**/*.rs", "Cargo.toml", "LICENSE", "README.md"]
license-file = "LICENSE"
name = "padder"
readme = "README.md"
repository = "https://github.com/firelink-data/padder"
version = "0.1.0"