# 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 = "jc-protobuf-money" version = "1.0.38" authors = ["Robinson Mgbah "] description = "Jesus Connections money grpc api" readme = "README.md" keywords = [ "jc", "jesus-connections", "rccgjc", ] categories = ["development-tools"] license = "MIT" [lib] name = "jc_money" path = "src/lib.rs" [dependencies.grpc-build-core] version = "0.2.0" [dependencies.prost] version = "0.11" [dependencies.tokio] version = "1.0" features = [ "macros", "rt-multi-thread", ] [dependencies.tonic] version = "0.8" [build-dependencies.grpc-build] version = "4.2.0"