[package] edition = "2021" name = "dyn-fmt" version = "0.4.3" rust-version = "1.71" authors = ["warlock "] description = "Provides dynamic string format." readme = "README.md" documentation = "https://docs.rs/dyn-fmt/" keywords = ["string", "dynamic", "format", "str", "arguments"] categories = ["no-std", "value-formatting"] license = "MIT OR Apache-2.0" repository = "https://github.com/A1-Triard/dyn-fmt" [features] default = ["std"] ## disable to make the library `#![no_std]`. std = [] [badges] maintenance = { status = "passively-maintained" } [dependencies] document-features = "0.2.7"