# 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 = "cedar-agent" version = "0.2.1-alpha.5-aarch64-unknown-linux-gnu" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Cedar-Agent is an HTTP server designed to efficiently manage a policy store and a data store. It provides a seamless integration with Cedar, a language for defining permissions as policies." homepage = "https://github.com/permitio/cedar-agent" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/permitio/cedar-agent" [lib] name = "cedar_agent" path = "src/lib.rs" [[bin]] name = "cedar-agent" path = "src/main.rs" [[test]] name = "mod" path = "tests/mod.rs" [dependencies.async-lock] version = "2.7.0" [dependencies.async-trait] version = "0.1.68" [dependencies.cedar-policy] version = "2.4.2" [dependencies.cedar-policy-core] version = "2.4.2" [dependencies.clap] version = "4.2.5" features = ["derive"] [dependencies.envy] version = "0.4.2" [dependencies.log] version = "0.4.17" [dependencies.log4rs] version = "1.2.0" [dependencies.rocket] version = "0.5.0" [dependencies.rocket_okapi] version = "0.8.0" features = [ "swagger", "rapidoc", ] [dependencies.serde] version = "1.0.160" [dependencies.thiserror] version = "1.0.40" [dependencies.tokio] version = "1.28.0"