# 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 = "hard-xml" version = "1.36.0" authors = ["PoiScript "] description = "Strong typed xml, based on xmlparser." homepage = "https://gitlab.com/kevincox/hard-xml" readme = "README.md" keywords = [ "xml", "xmlparser", "derive", "proc-macro", ] license = "MIT" repository = "https://gitlab.com/kevincox/hard-xml" resolver = "1" [dependencies.hard-xml-derive] version = "1.36.0" [dependencies.jetscii] version = "0.5" [dependencies.lazy_static] version = "1.4" [dependencies.log] version = "0.4" optional = true [dependencies.memchr] version = "2.4" [dependencies.xmlparser] version = "0.13" [dev-dependencies.env_logger] version = "0.8"