# 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 = "db3-proto" version = "0.4.2" authors = ["jack wang "] description = "proto module of db3" homepage = "https://db3.network" keywords = [ "database", "web3", "db3", ] license = "Apache-2.0" repository = "https://github.com/db3-teams/db3" resolver = "1" [dependencies.prost] version = "0.11" [dependencies.prost-types] version = "0.12" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.114" [dependencies.tonic] version = "0.9.2" [build-dependencies.tonic-build] version = "0.9.2"