# 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-client" version = "0.1.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Ergonomic Rust gRPC client for SpiceDB" readme = "README.md" keywords = [ "authzed", "grpc", "spicedb", "zed", ] license = "Apache-2.0" repository = "https://github.com/lunaetco/spicedb-grpc" [lib] name = "spicedb_client" path = "src/lib.rs" [dependencies.bytes] version = "1" [dependencies.futures] version = "0.3.30" features = ["std"] optional = true default-features = false [dependencies.http] version = "1.1.0" [dependencies.prost] version = "0.13.1" [dependencies.prost-types] version = "0.13.1" [dependencies.spicedb-grpc] version = "0.1.1" [dependencies.thiserror] version = "1.0" [dependencies.tonic] version = "0.12.1" default-features = false [dev-dependencies.tokio] version = "1" features = ["full"] [features] default = [] futures = ["dep:futures"]