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