[package]
edition = "2024"
rust-version = "1.93.0"
name = "shiguredo_container"
version = "2026.1.0-canary.8"
build = "build.rs"
include = [
"/LICENSE",
"/README.md",
"/build.rs",
"/src/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Runtime-agnostic container library for Rust on macOS and Linux"
readme = "README.md"
keywords = [
"container",
"docker",
"integration-test",
"macos",
"testing",
]
categories = ["development-tools::testing"]
license = "Apache-2.0"
repository = "https://github.com/shiguredo/container-rs"
[package.metadata.docs.rs]
default-target = "aarch64-apple-darwin"
targets = [
"aarch64-apple-darwin",
"x86_64-unknown-linux-gnu",
]
all-features = true
[features]
blocking = []
http_wait_plain = []
watchdog = []
[lib]
name = "shiguredo_container"
path = "src/lib.rs"
[dependencies.base64ct]
version = "1.8"
features = ["alloc"]
[dependencies.libc]
version = "0.2"
[dependencies.nojson]
version = "0.3"
[dependencies.shiguredo_http11]
version = "2026.6"
[dependencies.tokio]
version = "1.53"
features = [
"fs",
"io-util",
"macros",
"net",
"rt",
"rt-multi-thread",
"sync",
"time",
]
[dependencies.tracing]
version = "0.1"
[dev-dependencies.proptest]
version = "1.11"
[build-dependencies.cc]
version = "1.2"