# 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 = "spicedb-rust" version = "0.3.3" build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "A client for spicedb" readme = "README.md" keywords = [ "spicedb", "authzed", "authorization", ] license = "MIT" [lib] name = "spicedb_rust" path = "src/lib.rs" [[test]] name = "example" path = "tests/example.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.chrono] version = "0.4.31" [dependencies.futures] version = "0.3.30" [dependencies.prost] version = "0.12.3" [dependencies.prost-types] version = "0.12.3" [dependencies.strum] version = "0.26.3" features = [ "derive", "strum_macros", ] [dependencies.tokio-stream] version = "0.1.15" [dependencies.tonic] version = "0.10.2" [dependencies.tonic-reflection] version = "0.10.2" [dependencies.uuid] version = "1.6.1" [dev-dependencies.pretty_assertions] version = "1.4.0" [dev-dependencies.tokio] version = "1.38.0" features = [ "rt", "macros", ] [dev-dependencies.uuid] version = "1.10.0" features = [ "v4", "v7", ] [build-dependencies.tonic-build] version = "0.10.2" [features] default = [] integration-test = []