[package] name = "piam-types" version = "0.0.0" edition = "2021" description = "Patsnap IAM types" license = "Apache-2.0 OR MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] cidr = "0.2.1" uuid = { version = "1.1.2", features = ["v4", "fast-rng", "macro-diagnostics"] } http = "0.2.8" hyper = { version = "0.14", features = ["full"] } anyhow = "1.0" aws-sigv4 = { version = "0.48.0" } aws-smithy-checksums = "0.48.0" [features] all-policy = ["s3-policy"] s3-policy = []