# 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 = "selinux-cascade" version = "0.0.2" authors = [ "Daniel Burgener ", "Mickael Salaun ", ] description = "A High Level Language for specifying SELinux policy" readme = "README.md" keywords = ["selinux"] license = "MIT" repository = "https://github.com/dburgener/cascade" [dependencies.backtrace] version = "0.3" [dependencies.clap] version = "3" features = ["derive"] [dependencies.codespan-reporting] version = "0.11" [dependencies.lalrpop-util] version = "0.19" [dependencies.regex] version = "1" [dependencies.sexp] version = "1.1" [dependencies.thiserror] version = "1.0" [dependencies.walkdir] version = "2" [build-dependencies.lalrpop] version = "0.19"