# 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 = "chiral-db-grpc-client-rust" version = "0.2.0" authors = ["Qin Wan "] description = "ChiralDB gRPC Client in Rust" homepage = "https://github.com/chiral-data/chiral-db-grpc/client" documentation = "https://docs.rs/chiral-db-grpc" keywords = ["cheminformatics"] categories = ["science"] license = "MIT" repository = "https://github.com/chiral-data/chiral-db-grpc/client" [dependencies.prost] version = "0.10" [dependencies.tokio] version = "1.0" features = [ "rt-multi-thread", "macros", "sync", "time", ] [dependencies.tonic] version = "0.7" [build-dependencies.tonic-build] version = "0.7"