# 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 = "tonic-richer-error" version = "0.3.2" authors = ["Rafael Lemos "] description = """ Assets for implementation of the gRPC Richer Error Model with tonic. """ homepage = "https://github.com/flemosr/tonic-richer-error" readme = "README.md" keywords = ["deprecated"] categories = [ "web-programming", "network-programming", ] license = "MIT" repository = "https://github.com/flemosr/tonic-richer-error" resolver = "1" [dependencies.prost] version = "0.11" default-features = false [dependencies.prost-types] version = "0.11" [dependencies.tonic] version = "0.8" features = [ "codegen", "prost", ] default-features = false [build-dependencies.prost-build] version = "0.11"