# 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 = "containerd-client" version = "0.6.0" authors = [ "Maksym Pavlenko ", "The containerd Authors", ] description = "GRPC bindings to containerd APIs" homepage = "https://containerd.io" readme = "README.md" keywords = [ "containerd", "client", "grpc", "containers", ] categories = [ "api-bindings", "asynchronous", ] license = "Apache-2.0" repository = "https://github.com/containerd/rust-extensions" [package.metadata.docs.rs] features = ["docs"] [[example]] name = "container" path = "examples/container.rs" [[example]] name = "version" path = "examples/version.rs" [dependencies.hyper-util] version = "0.1.6" [dependencies.prost] version = "0.13" [dependencies.prost-types] version = "0.13" [dependencies.tokio] version = "1.26" optional = true [dependencies.tonic] version = "0.12" [dependencies.tower] version = "0.4" optional = true [dev-dependencies.tokio] version = "1.26" features = [ "rt", "macros", ] [build-dependencies.prost-build] version = "0.13" [build-dependencies.tonic-build] version = "0.12" [features] connect = [ "tokio", "tower", ] default = ["connect"] docs = []