# 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 = "cargo-suity" version = "0.3.0" authors = ["Andrey Cherkashin "] description = "Utility to automate test runs and report results in JUnit format" homepage = "https://github.com/andoriyu/cargo-suity" readme = "README.md" license = "BSD-2-Clause" repository = "https://github.com/andoriyu/cargo-suity" [[bin]] name = "cargo-suity" path = "src/bin/suity.rs" [dependencies.colored] version = "2.0.0" [dependencies.failure] version = "0.1.5" [dependencies.is_executable] version = "1.0.1" [dependencies.itertools] version = "0.10" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.toml] version = "0.5" [dependencies.xml_writer] version = "0.4.0"