# 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" rust-version = "1.70.0" name = "terrabastard" version = "0.1.7" authors = ["Oli Dacombe "] description = "Hunts Malodorous Terraform" documentation = "https://docs.rs/terrabastard/latest/terrabastard/" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/olidacombe/terrabastard" [dependencies.clap] version = "4.4.1" features = [ "derive", "string", ] [dependencies.eyre] version = "0.6.8" [dependencies.hcl-rs] version = "0.16.4" [dependencies.ignore] version = "0.4.20" [dependencies.indexmap] version = "2.0.0" features = ["serde"] [dependencies.serde] version = "1.0.188" features = ["derive"] [dependencies.serde_json] version = "1.0.105" [dependencies.strum] version = "0.25.0" features = ["derive"] [dependencies.tracing] version = "0.1.37" [dependencies.tracing-subscriber] version = "0.3.17" [dev-dependencies.cargo-husky] version = "1.5.0" features = ["user-hooks"] default-features = false [dev-dependencies.insta] version = "1.34.0" [dev-dependencies.test-files] version = "0.1.2"