[package] authors = ["zhanglei "] description = "A rust impl of k8s cri." edition = "2018" license = "MIT OR Apache-2.0" name = "cri-rs" repository = "https://github.com/ZhangLei-cn/cri-rs" version = "0.1.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] doc = true name = "cri" path = "src/lib.rs" [dependencies] futures = "0.3.5" grpcio = {version = "0.6"} protobuf = "2.16.2"