containerd-client 0.9.0

GRPC bindings to containerd APIs
Documentation
# 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.9.0"
authors = [
    "Maksym Pavlenko <pavlenko.maksym@gmail.com>",
    "The containerd Authors",
]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
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"]

[package.metadata.cargo-machete]
ignored = [
    "prost",
    "tonic-prost",
]

[features]
connect = [
    "tokio",
    "tower",
]
default = ["connect"]
docs = []

[lib]
name = "containerd_client"
path = "src/lib.rs"

[[example]]
name = "container"
path = "examples/container.rs"

[[example]]
name = "container_events"
path = "examples/container_events.rs"

[[example]]
name = "container_pull"
path = "examples/container_pull.rs"

[[example]]
name = "version"
path = "examples/version.rs"

[dependencies.hyper-util]
version = "0.1.20"
features = ["tokio"]
default-features = false

[dependencies.prost]
version = "0.14"
features = [
    "derive",
    "std",
]
default-features = false

[dependencies.prost-types]
version = "0.14"
features = ["std"]
default-features = false

[dependencies.tokio]
version = "1.50"
features = ["net"]
optional = true
default-features = false

[dependencies.tonic]
version = "0.14"
features = [
    "codegen",
    "channel",
]
default-features = false

[dependencies.tonic-prost]
version = "0.14"

[dependencies.tower]
version = "0.5"
features = ["util"]
optional = true
default-features = false

[dev-dependencies.tokio]
version = "1.50"
features = [
    "rt",
    "macros",
    "net",
]
default-features = false

[build-dependencies.tonic-prost-build]
version = "0.14"
default-features = false