# 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 = "2018" name = "dtd-macro" version = "0.1.0-alpha2" authors = ["songww "] description = "A DTD file parser." homepage = "https://github.com/songww/dtd-rs" documentation = "https://docs.rs/dtd-parser" readme = "../README.md" keywords = ["dtd", "xml", "document", "type", "definition"] license = "MIT OR Apache-2.0" [lib] proc-macro = true [dependencies.Inflector] version = "0.11" [dependencies.dtd-parser] version = "0.1.0-alpha3" [dependencies.proc-macro2] version = "1.0" features = ["nightly"] [dependencies.quote] version = "1.0" [dependencies.syn] version = "1"