artisan_middleware 7.1.0

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 = "7.1.0"
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"

[[example]]
name = "test_email"
path = "examples/test_email.rs"

[dependencies.acai_core]
version = "1.0.1"

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

[dependencies.base64]
version = "0.23.1"

[dependencies.chrono]
version = "0.4.38"

[dependencies.colored]
version = "3.1.1"

[dependencies.colorized]
version = "1.0.0"

[dependencies.config]
version = "0.15.25"

[dependencies.dusa_collection_utils]
version = "^4.0.2"

[dependencies.hex]
version = "0.4.3"

[dependencies.lz4]
version = "1.28.1"

[dependencies.pem]
version = "4.0.0"

[dependencies.rand]
version = "0.10.2"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.tempfile]
version = "3.5"

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

[dependencies.toml]
version = "1.1.6"

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

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

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

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

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

[target.'cfg(target_os = "linux")'.dependencies.ed25519-dalek]
version = "3.0.0"
features = [
    "pkcs8",
    "pem",
]

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

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

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

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

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

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

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

[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.31.3"
features = ["process"]

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

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