artisan_middleware 5.6.3

The main services of the artisan platform to allow communication and management of linux system services
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 = "artisan_middleware"
version = "5.6.3"
authors = [
    "Artisan Hosting",
    "Darrion Whitfield <dwhitfield@ramfield.net>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The main services of the artisan platform to allow communication and management of linux system services"
homepage = "https://docs.artisanhosting.net"
readme = "README.md"
license = "MIT OR Apache-2.0"

[features]
cli = []
default = []

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

[dependencies.aes-gcm]
version = "0.10.3"

[dependencies.base64]
version = "0.22.1"

[dependencies.chrono]
version = "0.4.38"

[dependencies.colored]
version = "2.1.0"

[dependencies.colorized]
version = "1.0.0"

[dependencies.config]
version = "0.13.3"

[dependencies.dusa_collection_utils]
version = "^4.0.2"

[dependencies.hex]
version = "0.4.3"

[dependencies.lz4]
version = "1.28.1"

[dependencies.rand]
version = "0.8.5"

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

[dependencies.serde_json]
version = "1.0"

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

[dependencies.toml]
version = "0.8.19"

[dev-dependencies.mockall]
version = "0.11"

[dev-dependencies.serde]
version = "1.0"
features = ["derive"]

[dev-dependencies.serde_json]
version = "1.0"

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

[target.'cfg(target_os = "linux")'.dependencies.bytes]
version = "1.10.1"

[target.'cfg(target_os = "linux")'.dependencies.gethostname]
version = "0.5.0"

[target.'cfg(target_os = "linux")'.dependencies.lazy_static]
version = "1.5.0"

[target.'cfg(target_os = "linux")'.dependencies.procfs]
version = "0.16.0"

[target.'cfg(target_os = "linux")'.dependencies.reqwest]
version = "0.12.9"

[target.'cfg(target_os = "linux")'.dependencies.simple_comms]
version = "1.2.2"

[target.'cfg(target_os = "linux")'.dependencies.sysinfo]
version = "0.32.0"

[target.'cfg(target_os = "linux")'.dependencies.trust-dns-resolver]
version = "0.21.0"

[target.'cfg(target_os = "linux")'.dependencies.users]
version = "0.11.0"

[target.'cfg(target_os = "linux")'.dependencies.walkdir]
version = "2.5.0"

[target."cfg(unix)".dependencies.libc]
version = "0.2.159"

[target."cfg(unix)".dependencies.nix]
version = "0.29"
features = ["process"]

[target."cfg(unix)".dependencies.systemctl]
version = "0.3.1"

[target."cfg(unix)".dependencies.tokio-uds]
version = "0.2"