# 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] name = "scrapyard-converter" version = "0.1.0" authors = ["Petr Hodina "] description = "Convert various MCU configuration files to JSON format used by scrapyard" homepage = "https://github.com/phodina/scrapyard-converter" readme = "README.md" license = "MIT/Apache-2.0" repository = "https://github.com/phodina/scrapyard-converter" [dependencies.clap] version = "2.31.1" [dependencies.either] version = "1.4.0" features = ["serde"] [dependencies.error-chain] version = "0.11.0" [dependencies.lazy_static] version = "1.0.0" [dependencies.regex] version = "0.2" [dependencies.scrapyard-core] version = "0.1.0" [dependencies.serde] version = "1.0.33" [dependencies.serde-xml-rs] version = "0.2.1" [dependencies.serde_derive] version = "1.0.33" [dependencies.serde_json] version = "1.0.11"