# 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 = "shimkit" version = "0.2.3" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Tools to build containerd shims" homepage = "https://github.com/jprendes/shimkit" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/jprendes/shimkit" [lib] name = "shimkit" path = "src/lib.rs" [[example]] name = "logger" path = "examples/logger.rs" [[example]] name = "minimal" path = "examples/minimal.rs" [dependencies.anyhow] version = "1" [dependencies.async-trait] version = "0.1" [dependencies.go-flag] version = "0.1.0" [dependencies.libc] version = "0.2" [dependencies.oci-spec] version = "0.7" [dependencies.os_str_bytes] version = "7" [dependencies.prost] version = "0.13" [dependencies.shimkit-macros] version = "0.2.3" [dependencies.shimkit-types] version = "0.2.3" [dependencies.tokio] version = "1" features = [ "io-std", "process", "fs", "signal", ] [dependencies.trapeze] version = "0.7.4" [dev-dependencies.env_logger] version = "0.11" [dev-dependencies.log] version = "0.4" [dev-dependencies.tempfile] version = "3"