[package] name = "chiral-db-grpc-client-rust" version = "0.2.0" edition = "2021" authors = ["Qin Wan "] license = "MIT" description = "ChiralDB gRPC Client in Rust" repository = "https://github.com/chiral-data/chiral-db-grpc/client" homepage = "https://github.com/chiral-data/chiral-db-grpc/client" documentation = "https://docs.rs/chiral-db-grpc" keywords = ["cheminformatics"] categories = ["science"] [dependencies] tonic = "0.7" tokio = { version = "1.0", features = ["rt-multi-thread", "macros", "sync", "time"] } prost = "0.10" [build-dependencies] tonic-build = "0.7"