# 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_parser" 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] name = "guarding_parser" crate-type = ["lib"] [dependencies.pest] version = "2.1.3" [dependencies.pest_derive] version = "2.1.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1"