# 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" name = "description" version = "0.3.0" authors = ["Lena "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "like Display, but 'static" documentation = "https://docs.rs/description" readme = "README.md" keywords = [ "derive", "display", "no-std", ] categories = [ "rust-patterns", "no-std", "no-std::no-alloc", ] license = "MIT" repository = "https://github.com/adryzz/description" [lib] name = "description" path = "src/lib.rs" [[example]] name = "enum" path = "examples/enum.rs" [[example]] name = "format" path = "examples/format.rs" [dependencies.const_format] version = "0.2.33" optional = true [dependencies.description-macro] version = "=0.3.0" [features] default = ["format"] format = [ "description-macro/format", "dep:const_format", ]