docker-service 0.0.1

Docker service management module for Rusty Docker
# 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-service"
version = "0.0.1"
authors = ["docker@nyar.org"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Docker service management module for Rusty Docker"
homepage = "https://github.com/rusty-docker/rusty-docker"
readme = "README.md"
keywords = [
    "docker",
    "service",
    "management",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/rusty-docker/rusty-docker"
resolver = "2"

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

[dependencies.async-trait]
version = "0.1.89"

[dependencies.chrono]
version = "0.4.44"
features = ["serde"]

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

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

[dependencies.hashbrown]
version = "0.16.1"

[dependencies.rand]
version = "0.10.0"

[dependencies.redis]
version = "1.0.5"

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

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

[dependencies.tracing]
version = "0.1.44"

[dependencies.uuid]
version = "1.22.0"
features = [
    "v4",
    "serde",
]

[dependencies.wae-request]
version = "0.0.2"