containerd-shim 0.6.0

containerd shim extension
Documentation
[[example]]
name = "skeleton_async"
required-features = ["async"]

[[example]]
name = "windows-log-reader"
path = "examples/windows_log_reader.rs"
[dependencies.async-trait]
optional = true
version = "0.1.52"

[dependencies.containerd-shim-protos]
version = "0.6.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"]
version = "0.27"

[dependencies.oci-spec]
version = "0.6"

[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.signal-hook]
version = "0.3.13"

[dependencies.signal-hook-tokio]
features = ["futures-v0_3"]
optional = true
version = "0.3.1"

[dependencies.thiserror]
version = "1.0"

[dependencies.time]
features = ["serde", "std", "formatting"]
version = "0.3.29"

[dependencies.tokio]
features = ["full"]
optional = true
version = "1.26"
[dev-dependencies.tempfile]
version = "3.6"

[features]
async = ["async-trait", "containerd-shim-protos/async", "futures", "signal-hook-tokio", "tokio"]
docs = []

[package]
authors = ["Maksym Pavlenko <pavlenko.maksym@gmail.com>", "The containerd Authors"]
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"
resolver = "1"
version = "0.6.0"
[package.metadata.docs.rs]
features = ["docs"]
[target."cfg(target_os = \"linux\")".dependencies.cgroups-rs]
version = "0.3.3"
[target."cfg(unix)".dependencies.command-fds]
version = "0.2.1"
[target."cfg(windows)".dependencies.mio]
features = ["os-ext", "os-poll"]
version = "0.8"

[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.48.0"