# 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 = "avp-local-agent" version = "2.0.0" description = "Amazon Verified Permissions policy and entity providers. These providers are used to build a `cedar-local-agent` simple::Authorizer." readme = "README.md" keywords = [ "cedar", "agent", "verified_permissions", "authorization", "security", ] license = "Apache-2.0" repository = "https://github.com/awslabs/avp-local-agent" [dependencies.async-trait] version = "0.1.71" [dependencies.aws-config] version = "1.0.1" [dependencies.aws-credential-types] version = "1.0.1" [dependencies.aws-sdk-verifiedpermissions] version = "1.3.0" [dependencies.aws-smithy-async] version = "1.0.2" [dependencies.aws-smithy-http] version = "0.60.0" [dependencies.aws-smithy-runtime-api] version = "1.0.2" [dependencies.aws-types] version = "1.0.1" [dependencies.backoff] version = "0.4.0" features = ["tokio"] [dependencies.cedar-local-agent] version = "=2.0.0" [dependencies.cedar-policy] version = "3.1.0" [dependencies.cedar-policy-core] version = "3.1.0" [dependencies.cedar-policy-formatter] version = "3.1.0" [dependencies.cedar-policy-validator] version = "3.1.0" [dependencies.chrono] version = "0.4.26" [dependencies.derive_builder] version = "0.12.0" [dependencies.futures] version = "0.3.28" features = ["std"] [dependencies.once_cell] version = "1.18.0" [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0.166" features = ["derive"] [dependencies.serde_json] version = "1.0.100" [dependencies.serde_repr] version = "0.1.16" [dependencies.thiserror] version = "1.0.41" [dependencies.tokio] version = "1.0" features = [ "full", "signal", "sync", "parking_lot", ] [dependencies.tracing] version = "0.1.37" [dependencies.uuid] version = "1.4.1" [dev-dependencies.aws-smithy-async] version = "1.0.2" [dev-dependencies.aws-smithy-client] version = "0.60.0" [dev-dependencies.aws-smithy-http] version = "0.60.0" [dev-dependencies.aws-smithy-runtime] version = "1.0.2" features = ["test-util"] [dev-dependencies.aws-smithy-types] version = "1.0.2" [dev-dependencies.aws-types] version = "1.0.1" [dev-dependencies.serial_test] version = "2.0.0" [features] integration-tests = []