# 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-parser" version = "0.1.0-alpha3" 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" [dependencies.derive_more] version = "0.99" features = ["as_ref", "as_mut", "deref", "deref_mut", "from", "into", "into_iterator", "iterator", "try_into", "display"] [dependencies.either] version = "1.6" [dependencies.indexmap] version = "1.7" features = ["std"] [dependencies.nom] version = "6" [dependencies.nom-greedyerror] version = "0.3" [dependencies.nom-tracable] version = "0.7" [dependencies.nom_locate] version = "3" [features] default = [] trace = ["nom-tracable/trace"]