[package] name = "oomclient" version = "0.1.1-rc.0" edition = "2021" authors = ["Wenxuan Zhang "] description = "oomstore client for rust" homepage = "https://github.com/oom-ai/oomstore/tree/main/sdk/rust" repository = "https://github.com/oom-ai/oomstore/tree/main/sdk/rust" license = "Apache-2.0" [dependencies] async-stream = "0.3" itertools = "0.10" prost = "0.9" thiserror = "1.0" tokio = { version = "1.15", features = ["macros", "rt-multi-thread", "fs", "process"] } tonic = "0.6" futures-core = "0.3" tokio-stream = "0.1" signal-hook = "0.3" signal-hook-tokio = {version = "0.3", features = ["futures-v0_3"]} nix = "0.23" [build-dependencies] tonic-build = "0.6" [dev-dependencies] futures-util = "0.3"