# 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 = "ibc-grpc-server" version = "0.1.0" authors = [ "Nervos Network", "Eason Gao ", ] description = "IBC gRPC server implementation." readme = "README.md" keywords = [ "ibc", "grpc", ] categories = ["Web programming"] license = "MIT" repository = "https://github.com/axonweb3/ibc-grpc-server" [dependencies.derive_more] version = "0.99" [dependencies.ibc] version = "0.20" [dependencies.ibc-proto] version = "0.21" features = ["server"] [dependencies.log] version = "0.4" [dependencies.tonic] version = "0.8" features = [ "tls", "tls-roots", ]