# 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-rs" 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] name = "dtd" [dependencies.dtd-macro] version = "0.1.0-alpha2" [dependencies.dtd-parser] version = "0.1.0-alpha3" [features] default = [] trace = ["dtd-parser/trace"]