# 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" version = "0.1.0" description = "containerd sdk" homepage = "https://github.com/tosone/containerd-rs" readme = "README.md" keywords = ["image", "containerd", "sdk", "oci"] license = "MIT" repository = "https://github.com/tosone/containerd-rs" resolver = "2" [[bin]] name = "ctr" path = "./src/cmd/ctr.rs" [dependencies.prost] version = "~0.9" [dependencies.prost-types] version = "~0.9" [dependencies.tokio] version = "~1.14" features = ["rt-multi-thread", "time", "fs", "macros", "net"] [dependencies.tonic] version = "~0.6" [dependencies.tower] version = "0.4" [build-dependencies.tonic-build] version = "~0.6" features = ["prost"] [build-dependencies.walkdir] version = "~2.3"