# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "strong-xml" version = "0.6.3" authors = ["PoiScript "] description = "Strong typed xml, based on xmlparser." readme = "README.md" keywords = ["xml", "xmlparser", "derive", "proc-macro"] license = "MIT" repository = "https://github.com/PoiScript/strong-xml" [dependencies.jetscii] version = "0.5" [dependencies.lazy_static] version = "1.4" [dependencies.log] version = "0.4" optional = true [dependencies.memchr] version = "2.4" [dependencies.strong-xml-derive] version = "0.6.3" [dependencies.xmlparser] version = "0.13" [dev-dependencies.env_logger] version = "0.8"