# 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" rust-version = "1.56" name = "mtgoxml" version = "0.0.3" authors = ["Max Dymond "] description = "Tool to download and format the XML data files from Magic: the Gathering Online" keywords = [] categories = [] license = "MIT" repository = "https://github.com/maxmakesmagic/mtgoxml" [dependencies.anyhow] version = "1.0.57" [dependencies.clickonce] version = "0.0.3" [dependencies.env_logger] version = "0.9.0" [dependencies.log] version = "0.4.16" [dependencies.reqwest] version = "0.11.10" [dependencies.serde] version = "1.0.136" features = ["derive"] [dependencies.serde-xml-rs] version = "0.5.1" [dependencies.thiserror] version = "1.0.30" [dependencies.tokio] version = "1.17.0" features = [ "macros", "rt-multi-thread", ]