# 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 = "xml-conformance-rs" version = "0.0.0" description = "(In progress) Test various xml crates against the xml conformance tests see: https://www.w3.org/XML/Test/" license = "MIT" [dependencies.clap] version = "4.0" features = ["derive"] [dependencies.inquire] version = "0.5.2" [dependencies.quick-xml] version = "0.26.0" features = ["serialize"] [dependencies.reqwest] version = "0.11.12" [dependencies.serde] version = "1.0.147" features = ["derive"] [dependencies.tempfile] version = "3.3.0" [dependencies.tokio] version = "1.21.2" features = ["full"] [dependencies.zip] version = "0.6.3"