# 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 = "xml2json" version = "0.1.3" authors = ["Jan Starke "] description = "CLI tool to convert XML into JSON" homepage = "https://www.github.com/janstarke/xml2json" keywords = [ "cli", "xml", "json", ] categories = [ "command-line-utilities", "encoding", ] license = "GPL-3.0" repository = "https://www.github.com/janstarke/xml2json" resolver = "2" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "3" features = ["derive"] [dependencies.clap-verbosity-flag] version = "1.0.0" [dependencies.log] version = "0.4" [dependencies.quick-xml] version = "0.23" [dependencies.serde_json] version = "1" [dependencies.simplelog] version = "0.12"