# 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 = "2018" name = "guarding" version = "0.2.6" authors = ["Inherd Group "] exclude = [".github/*", ".gitattributes", ".adr.json", "guarding.guarding", "_fixtures", "docs", "examples"] description = "Guarding is a guardians for code, architecture, layered. Guarding crate a architecture aguard DSL which based on ArchUnit.\n" homepage = "https://github.com/inherd/guarding" documentation = "https://github.com/inherd/guarding" readme = "README.md" categories = ["text-processing", "command-line-interface", "development-tools"] license = "MIT" repository = "https://github.com/inherd/guarding" [lib] path = "src/lib.rs" [dependencies.clap] version = "3.0.0-beta.2" [dependencies.guarding_core] version = "0.2.6" [dependencies.guarding_ident] version = "0.2.6" [dependencies.guarding_parser] version = "0.2.6" [dependencies.regex] version = "1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1" [build-dependencies.cc] version = "1.0"