# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "containerd-shim-client" version = "0.1.2" authors = ["Maksym Pavlenko ", "The containerd Authors"] description = "TTRPC bindings for containerd shim interfaces" homepage = "https://containerd.io" keywords = ["containerd", "shim", "containers", "ttrpc", "client"] categories = ["api-bindings"] license = "Apache-2.0" repository = "https://github.com/containerd/rust-extensions" [[example]] name = "shim-proto-server" path = "examples/ttrpc-server.rs" [[example]] name = "shim-proto-client" path = "examples/ttrpc-client.rs" [[example]] name = "shim-proto-connect" path = "examples/connect.rs" [dependencies.protobuf] version = "2.23.0" [dependencies.ttrpc] version = "0.5.2" [dev-dependencies.ctrlc] version = "3.0" features = ["termination"] [dev-dependencies.log] version = "0.4" [dev-dependencies.simple_logger] version = "1.16" features = ["stderr"] default-features = false [build-dependencies.ttrpc-codegen] version = "0.3.0" optional = true [features] generate_bindings = ["ttrpc-codegen"] [badges.maintenance] status = "deprecated"