[package] name = "forge_grpc" version = "0.1.3" edition = "2018" authors = ["PangWei "] license = "Apache-2.0" readme = "README.md" homepage = "https://github.com/ArcBlock/forge-rust-sdk" repository = "https://github.com/ArcBlock/forge-rust-sdk" documentation = "https://docs.rs/forge-rust-sdk" description = "The rust language implementation of forge grpc client" keywords = ["forge", "forge_grpc"] [dependencies] failure = "0.1" protoc-grpcio = "1.0.2" protobuf-codegen="2.1" grpcio="0.4.3" protobuf="~2" futures = "~0.1" chrono = "0.4.7" num-bigint = "0.2" log = "0.4" env_logger = "0.6" base58 = "0.1" lazy_static = "1" rand = "0.7" serde = "1" serde_json = "1" serde_derive = "1" forge_hasher = {path="../hasher", version = "0.1"} forge_signer={path="../signer", version = "0.1"} forge_crypter={path="../crypter", version = "0.1"} forge_did={path="../did", version = "0.1"} forge_wallet={path="../wallet", version = "0.1"} forge_util={path="../util", version = "0.1"}