alien-permissions 1.3.5

Deploy software into your customers' cloud accounts and keep it fully managed
Documentation
# 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 = "alien-permissions"
version = "1.3.5"
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_cloudformation"
path = "tests/aws_cloudformation.rs"

[[test]]
name = "aws_runtime"
path = "tests/aws_runtime.rs"

[[test]]
name = "azure_runtime"
path = "tests/azure_runtime.rs"

[[test]]
name = "gcp_runtime"
path = "tests/gcp_runtime.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.3.5"

[dependencies.alien-error]
version = "1.3.5"
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.3.5"

[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"