# 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 = "cerbos" version = "0.4.7" authors = ["Cerbos Developers "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Rust SDK for working with Cerbos: an open core, language-agnostic, scalable authorization solution" homepage = "https://cerbos.dev" readme = "README.md" categories = ["api-bindings"] license = "Apache-2.0" repository = "https://github.com/cerbos/cerbos-sdk-rust" [lib] name = "cerbos" path = "src/lib.rs" [[bin]] name = "main" path = "src/bin/main.rs" [[test]] name = "sdk_test" path = "tests/sdk_test.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.hyper-util] version = "0.1.7" features = ["tokio"] [dependencies.prost] version = "0.13.1" [dependencies.prost-types] version = "0.13.1" [dependencies.testcontainers] version = "0.23.0" [dependencies.tokio] version = "1.39.2" features = ["full"] [dependencies.tonic] version = "0.12.1" features = [ "transport", "tls", "tls-roots", ] [dependencies.tower] version = "0.5.0" features = ["util"] [dependencies.uuid] version = "1.10.0" features = ["v4"] [build-dependencies.tonic-build] version = "0.12.3" [features] testcontainers = []