[package]
edition = "2021"
name = "alien-permissions"
version = "1.4.0"
authors = ["Alien Software, Inc. <hi@alien.dev>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Deploy software into your customers' cloud accounts and keep it fully managed"
readme = "README.md"
license-file = "LICENSE.md"
[lib]
name = "alien_permissions"
path = "src/lib.rs"
[[test]]
name = "aws_abac_validation"
path = "tests/aws_abac_validation.rs"
[[test]]
name = "aws_cloudformation"
path = "tests/aws_cloudformation.rs"
[[test]]
name = "aws_runtime"
path = "tests/aws_runtime.rs"
[[test]]
name = "aws_sensitive_invariant"
path = "tests/aws_sensitive_invariant.rs"
[[test]]
name = "azure_runtime"
path = "tests/azure_runtime.rs"
[[test]]
name = "azure_sensitive_invariant"
path = "tests/azure_sensitive_invariant.rs"
[[test]]
name = "gcp_runtime"
path = "tests/gcp_runtime.rs"
[[test]]
name = "gcp_sensitive_invariant"
path = "tests/gcp_sensitive_invariant.rs"
[[test]]
name = "operation_coverage"
path = "tests/operation_coverage.rs"
[[test]]
name = "permission_set_validation"
path = "tests/permission_set_validation.rs"
[[test]]
name = "registry_tests"
path = "tests/registry_tests.rs"
[dependencies.alien-core]
version = "1.4.0"
[dependencies.alien-error]
version = "1.4.0"
features = ["anyhow"]
[dependencies.indexmap]
version = "2.2.6"
features = ["serde"]
[dependencies.json5]
version = "0.4"
[dependencies.regex]
version = "1"
[dependencies.serde]
version = "1.0.219"
features = ["derive"]
[dependencies.serde_json]
version = "1.0.140"
[dependencies.tracing]
version = "0.1.41"
[dev-dependencies.anyhow]
version = "1.0"
[dev-dependencies.insta]
version = "1"
features = [
"yaml",
"json",
]
[dev-dependencies.json5]
version = "0.4"
[dev-dependencies.reqwest]
version = "0.12.2"
features = [
"json",
"rustls-tls-webpki-roots",
]
default-features = false
[dev-dependencies.rstest]
version = "0.25.0"
[dev-dependencies.tokio]
version = "1.48"
features = [
"sync",
"macros",
"io-util",
"rt",
"time",
"sync",
"macros",
"rt",
]
[build-dependencies.alien-core]
version = "1.4.0"
[build-dependencies.indexmap]
version = "2.2.6"
features = ["serde"]
[build-dependencies.json5]
version = "0.4"
[build-dependencies.serde]
version = "1.0.219"
features = ["derive"]
[build-dependencies.serde_json]
version = "1.0.140"