[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", "no-std", "template-engine"]
description = "A fully featured dynamic template drop in replacement for the format! macro."
documentation = "https://docs.rs/dfmt"
edition = "2021"
exclude = [".github", "ensure_no_std", "CONTRIBUTING.md", "CODE_OF_CONDUCT.md", "tests", "benches"]
keywords = ["dynamic", "format", "template", "string", "arguments"]
license = "MIT OR Apache-2.0"
name = "dfmt"
readme = "README.md"
repository = "https://github.com/tdymel/dfmt"
rust-version = "1.81"
version = "0.3.0"