[dependencies.async-trait]
optional = true
version = "0.1.52"
[dependencies.containerd-shim-protos]
version = "0.8.0"
[dependencies.futures]
optional = true
version = "0.3.19"
[dependencies.go-flag]
version = "0.1.0"
[dependencies.lazy_static]
version = "1.4.0"
[dependencies.libc]
version = "0.2.112"
[dependencies.log]
features = ["kv_unstable", "std", "kv_unstable"]
version = "0.4.2"
[dependencies.nix]
features = ["ioctl", "fs", "socket", "signal", "mount", "sched"]
version = "0.29"
[dependencies.oci-spec]
version = "0.7"
[dependencies.page_size]
version = "0.6.0"
[dependencies.prctl]
version = "1.0.0"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.sha2]
version = "0.10.2"
[dependencies.signal-hook]
version = "0.3.13"
[dependencies.signal-hook-tokio]
features = ["futures-v0_3"]
optional = true
version = "0.3.1"
[dependencies.thiserror]
version = "2.0"
[dependencies.time]
features = ["serde", "std", "formatting"]
version = "0.3.29"
[dependencies.tokio]
features = ["full"]
optional = true
version = "1.26"
[dependencies.tracing]
optional = true
version = "0.1"
[dependencies.which]
version = "7.0.1"
[dev-dependencies.tempfile]
version = "3.6"
[[example]]
name = "publish"
path = "examples/publish.rs"
[[example]]
name = "skeleton"
path = "examples/skeleton.rs"
[[example]]
name = "skeleton_async"
path = "examples/skeleton_async.rs"
required-features = ["async"]
[[example]]
name = "windows-log-reader"
path = "examples/windows_log_reader.rs"
[features]
async = ["async-trait", "containerd-shim-protos/async", "futures", "signal-hook-tokio", "tokio"]
docs = []
tracing = ["dep:tracing"]
[lib]
name = "containerd_shim"
path = "src/lib.rs"
[package]
authors = ["Maksym Pavlenko <pavlenko.maksym@gmail.com>", "The containerd Authors"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["api-bindings", "asynchronous"]
description = "containerd shim extension"
edition = "2021"
homepage = "https://containerd.io"
keywords = ["containerd", "shim", "containers"]
license = "Apache-2.0"
name = "containerd-shim"
readme = "README.md"
repository = "https://github.com/containerd/rust-extensions"
version = "0.8.0"
[package.metadata.docs.rs]
features = ["docs"]
[target.'cfg(target_os = "linux")'.dependencies.cgroups-rs]
version = "0.3.4"
[target."cfg(unix)".dependencies.command-fds]
version = "0.3.0"
[target."cfg(windows)".dependencies.mio]
features = ["os-ext", "os-poll"]
version = "1.0"
[target."cfg(windows)".dependencies.os_pipe]
version = "1.1"
[target."cfg(windows)".dependencies.windows-sys]
features = ["Win32_Foundation", "Win32_System_WindowsProgramming", "Win32_System_Console", "Win32_System_Pipes", "Win32_Security", "Win32_Storage_FileSystem", "Win32_System_Threading"]
version = "0.52.0"