docker-runtime 0.0.2

Docker runtime management
# 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 = "2024"
name = "docker-runtime"
version = "0.0.2"
authors = ["docker@nyar.org"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Docker runtime management"
readme = "README.md"
categories = ["development-tools"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/nyar-vm/rusty-docker/tree/main/backends/docker-runtime"
resolver = "2"

[lib]
name = "docker_runtime"
path = "src/lib.rs"

[dependencies.bollard]
version = "0.20.2"

[dependencies.docker-network]
version = "0.0.2"

[dependencies.docker-storage]
version = "0.0.2"

[dependencies.docker-types]
version = "0.0.2"

[dependencies.futures-util]
version = "0.3.32"

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.149"

[dependencies.tokio]
version = "1.50.0"
features = ["full"]