arch_validation_core 0.1.6

Rule based architecture test library
Documentation
[badges.codecov]
branch = "master"
repository = "Geigerkind/arch_test"
service = "github"

[dependencies.itertools]
version = "0.10.1"

[dependencies.ra_ap_syntax]
version = "0.0.59"

[dependencies.velcro]
version = "0.5.3"

[lib]
name = "arch_validation_core"
path = "src/lib.rs"

[package]
authors = ["Tom Dymel <tom@dymel.dev>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools", "development-tools::testing"]
description = "Rule based architecture test library"
edition = "2018"
include = ["src/", "architecture.json", "../../README.md", "../../LICENCE"]
keywords = ["architecture", "test", "cargo", "subcommand"]
license = "AGPL-3.0"
name = "arch_validation_core"
readme = "README.md"
repository = "https://github.com/magistrser/arch_test.git"
version = "0.1.6"