# 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 = "arch_test_core" version = "0.1.5" authors = ["Tom Dymel "] include = ["src/", "architecture.json", "../../README.md", "../../LICENCE"] description = "Rule based architecture test library" readme = "../../README.md" keywords = ["architecture", "test", "cargo", "subcommand"] categories = ["development-tools", "development-tools::testing"] license = "AGPL-3.0" repository = "https://github.com/Geigerkind/arch_test.git" [dependencies.itertools] version = "0.10.1" [dependencies.ra_ap_syntax] version = "0.0.59" [dependencies.velcro] version = "0.5.3" [badges.codecov] branch = "master" repository = "Geigerkind/arch_test" service = "github"