[package] name = "cerbos" version = "0.4.7" edition = "2021" description = "Rust SDK for working with Cerbos: an open core, language-agnostic, scalable authorization solution" license = "Apache-2.0" authors = ["Cerbos Developers "] categories = ["api-bindings"] repository = "https://github.com/cerbos/cerbos-sdk-rust" homepage = "https://cerbos.dev" [features] testcontainers = [] [dependencies] anyhow = "1.0.86" hyper-util = { version = "0.1.7", features = ["tokio"] } prost = "0.13.1" prost-types = "0.13.1" testcontainers = "0.23.0" tokio = { version = "1.39.2", features = ["full"] } tonic = { version = "0.12.1", features = ["transport", "tls", "tls-roots"]} tower = { version = "0.5.0", features = ["util"] } uuid = { version = "1.10.0", features = ["v4"] } [build-dependencies] tonic-build = "0.12.3"