# 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-grpc" version = "0.1.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Auto-generated 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_grpc" path = "src/lib.rs" doctest = false [[bin]] name = "gen" path = "src/bin/gen.rs" required-features = ["gen"] [dependencies.prost] version = "0.13.1" [dependencies.prost-types] version = "0.13.1" [dependencies.tonic] version = "0.12.1" features = [ "channel", "codegen", "prost", ] default-features = false [dependencies.tonic-build] version = "0.12.1" optional = true [dev-dependencies.tokio] version = "1" features = ["full"] [features] default = [] gen = ["tonic-build"]