# 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 = "2021" name = "shadowplay" version = "0.16.3" authors = [ "Evgenii Lepikhin ", "VK Company / mail.ru", ] include = [ "**/*.rs", "Cargo.toml", "README.md", ] description = "Utility for checking puppet syntax, a puppet manifest linter, a pretty printer, and a utility for exploring the Hiera." readme = "README.md" license = "MIT/Apache-2.0" repository = "https://github.com/mailru/shadowplay/" resolver = "2" [profile.release] lto = true [[bin]] name = "shadowplay" path = "src/shadowplay/main.rs" [dependencies.anyhow] version = "1" [dependencies.env_logger] version = "0.9" [dependencies.lazy_static] version = "1" [dependencies.linked-hash-map] version = "0" features = ["serde_impl"] [dependencies.located_yaml] version = "0.2.1" [dependencies.log] version = "0.4" [dependencies.nom] version = "7" [dependencies.nom_locate] version = "4" [dependencies.pretty] version = "0.11" features = ["termcolor"] [dependencies.regex] version = "1.5" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.serde_regex] version = "1.1" [dependencies.serde_yaml] version = "0.8" [dependencies.structopt] version = "0.3" [dependencies.yaml-rust] version = "0"