# 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" rust-version = "1.71" name = "dyn-fmt" version = "0.4.3" authors = ["warlock "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Provides dynamic string format." documentation = "https://docs.rs/dyn-fmt/" readme = "README.md" 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" [lib] name = "dyn_fmt" path = "src/lib.rs" [dependencies.document-features] version = "0.2.7" [features] default = ["std"] std = [] [badges.maintenance] status = "passively-maintained"