# 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 = "aws-iam" version = "0.2.2" authors = ["Simon Johnston "] publish = true default-run = "policy" description = "A Rust crate for dealing with AWS IAM Policy resources" documentation = "https://docs.rs/aws-iam/" readme = "README.md" license = "MIT" repository = "https://github.com/johnstonskj/rust-aws-iam.git" [[bin]] name = "policy" path = "src/bin/policy.rs" required-features = [ "command_line", "offline_eval", ] [dependencies.lazy_static] version = "1.4.0" [dependencies.regex] version = "1.3.7" [dependencies.serde] version = "1.0.110" features = ["derive"] [dependencies.serde_json] version = "1.0.53" [dependencies.structopt] version = "0.3.14" optional = true [dependencies.toml] version = "0.5.6" optional = true [dependencies.tracing] version = "0.1.14" optional = true [dependencies.tracing-subscriber] version = "0.3.11" features = ["env-filter"] optional = true [dependencies.uuid] version = "1.1.2" features = [ "serde", "v4", ] [dev-dependencies.test-generator] version = "0.3.0" [features] command_line = [ "document", "offline_eval", "structopt", "tracing-subscriber", ] default = [] document = [] offline_eval = ["tracing"] service_config = ["toml"]