[[bench]]
name = "performance"
path = "benches/performance.rs"
[dependencies]
[dev-dependencies]
[features]
default = ["std", "error"]
error = []
nightly_formatting_options = []
std = []
[lib]
name = "dfmt"
path = "src/lib.rs"
[package]
authors = ["Tom Dymel <tom@dymel.dev>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["value-formatting", "text-processing"]
description = "A fully featured dynamic template drop in replacement for the format! macro."
documentation = "https://docs.rs/dfmt"
edition = "2021"
exclude = [".github"]
keywords = ["dynamic", "format", "template", "string", "arguments"]
license = "MIT OR Apache-2.0"
name = "dfmt"
readme = "README.md"
repository = "https://github.com/tdymel/dfmt"
version = "0.2.0"
[[test]]
name = "dformat"
path = "tests/dformat.rs"
[[test]]
name = "error"
path = "tests/error.rs"