# 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-archtest" version = "0.1.8" authors = ["Tom Dymel "] include = ["src/", "architecture.json", "../../README.md", "../../LICENCE"] description = "CLI of arch_test_core for rule based architecture tests" readme = "../../README.md" keywords = ["architecture", "test", "plugin", "cargo", "subcommand"] categories = ["command-line-utilities", "development-tools", "development-tools::cargo-plugins", "development-tools::testing"] license = "AGPL-3.0" repository = "https://github.com/Geigerkind/arch_test.git" [dependencies.arch_test_core] version = "0.1.5" [dependencies.cargo_toml] version = "0.9.2" [dependencies.serde] version = "1.0.126" [dependencies.serde_derive] version = "1.0.126" [dependencies.serde_json] version = "1.0.64" [dependencies.structopt] version = "0.3.21" [badges.codecov] branch = "master" repository = "Geigerkind/arch_test" service = "github"