fakecloud-ecs 0.20.2

Amazon ECS implementation for FakeCloud
Documentation
# 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 = "2021"
name = "fakecloud-ecs"
version = "0.20.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Amazon ECS implementation for FakeCloud"
homepage = "https://fakecloud.dev"
readme = false
license = "AGPL-3.0-or-later"
repository = "https://github.com/faiscadev/fakecloud"

[features]
k8s-integration = []

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

[[test]]
name = "k8s_integration"
path = "tests/k8s_integration.rs"

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

[dependencies.base64]
version = "0.22"

[dependencies.bytes]
version = "1"

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

[dependencies.fakecloud-aws]
version = "0.20.2"

[dependencies.fakecloud-core]
version = "0.20.2"

[dependencies.fakecloud-k8s]
version = "0.20.2"

[dependencies.fakecloud-logs]
version = "0.20.2"

[dependencies.fakecloud-persistence]
version = "0.20.2"

[dependencies.fakecloud-secretsmanager]
version = "0.20.2"

[dependencies.fakecloud-ssm]
version = "0.20.2"

[dependencies.http]
version = "1"

[dependencies.k8s-openapi]
version = "0.23"
features = ["latest"]

[dependencies.kube]
version = "0.95"
features = [
    "client",
    "rustls-tls",
    "runtime",
    "ws",
]
default-features = false

[dependencies.parking_lot]
version = "0.12"

[dependencies.rand]
version = "0.8"

[dependencies.regex]
version = "1"

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

[dependencies.serde_json]
version = "1"

[dependencies.tempfile]
version = "3"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt-multi-thread",
    "net",
    "io-util",
    "time",
    "signal",
    "sync",
    "process",
    "fs",
]

[dependencies.tracing]
version = "0.1"

[dependencies.uuid]
version = "1"
features = ["v4"]