# 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.0" name = "delegate-display" version = "3.0.0" authors = ["Alorel <amolc@pm.me>"] build = false include = [ "src/", "Cargo.toml", ] autobins = false autoexamples = false autotests = false autobenches = false description = "derive(Display, Debug) for structs/enums with one member" readme = "README.md" keywords = [ "derive", "display", "enum", "debug", "macro", ] categories = ["development-tools::build-utils"] license = "MIT" repository = "https://github.com/Alorel/delegate-display-rs" [lib] name = "delegate_display" path = "src/lib.rs" proc-macro = true [dependencies.impartial-ord] version = "1" [dependencies.itoa] version = "1" [dependencies.macroific] version = "2" features = [ "attr_parse", "module-prefix", ] [dependencies.proc-macro2] version = "1" [dependencies.quote] version = "1" [dependencies.syn] version = "2" features = ["clone-impls"]