edgehog-device-runtime-containers 0.10.5

Edgehog Device Runtime is a portable middleware, that enables remote device management on Linux-based systems.
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"
rust-version = "1.78"
name = "edgehog-device-runtime-containers"
version = "0.10.5"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Edgehog Device Runtime is a portable middleware, that enables remote device management on Linux-based systems."
homepage = "https://github.com/edgehog-device-manager/edgehog-device-runtime"
readme = "README.md"
license = "Apache-2.0"

[features]
__mock = [
    "dep:mockall",
    "dep:hyper",
    "dep:http-body",
    "dep:http-body-util",
]
vendored = ["edgehog-store/vendored"]

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

[dependencies.astarte-device-sdk]
version = "0.10.3"
features = ["derive"]

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

[dependencies.base64]
version = "0.22.1"

[dependencies.bollard]
version = "0.19.3"
features = ["chrono"]

[dependencies.cfg-if]
version = "1.0.3"

[dependencies.diesel]
version = "2.2.12"

[dependencies.displaydoc]
version = "0.2.5"

[dependencies.edgehog-store]
version = "=0.10.5"
features = ["containers"]
package = "edgehog-device-runtime-store"

[dependencies.eyre]
version = "0.6.12"

[dependencies.futures]
version = "0.3.31"

[dependencies.http-body]
version = "1.0.1"
optional = true

[dependencies.http-body-util]
version = "0.1.3"
optional = true

[dependencies.hyper]
version = "1.7.0"
optional = true

[dependencies.indexmap]
version = "2.11.4"

[dependencies.itertools]
version = "0.14.0"

[dependencies.mockall]
version = "0.13.1"
optional = true

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

[dependencies.serde_json]
version = "1.0.145"

[dependencies.thiserror]
version = "2.0.17"

[dependencies.tokio]
version = "1.47.1"
features = [
    "macros",
    "fs",
    "io-util",
]

[dependencies.tracing]
version = "0.1.41"
features = ["log"]

[dependencies.uuid]
version = "1.18.1"

[dev-dependencies.astarte-device-sdk-mock]
version = "0.10.3"

[dev-dependencies.pretty_assertions]
version = "1.4.1"

[dev-dependencies.tempfile]
version = "3.23.0"

[dev-dependencies.tracing-subscriber]
version = "0.3.20"

[dev-dependencies.uuid]
version = "1.18.1"
features = ["v7"]