actrix-admin 0.5.4

Admin control-plane implementation for actrix nodes
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 = "2024"
rust-version = "1.95"
name = "actrix-admin"
version = "0.5.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Admin control-plane implementation for actrix nodes"
readme = false
license = "Apache-2.0"
repository = "https://github.com/Actrium/actr"
resolver = "2"

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

[dependencies.actrix-proto]
version = "0.5.4"

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

[dependencies.hex]
version = "0.4.3"

[dependencies.nonce-auth]
version = "0.6.3"

[dependencies.platform]
version = "0.5.4"
package = "actrix-platform"

[dependencies.pwrzv]
version = "0.7.0"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10"

[dependencies.sqlx]
version = "0.8"
features = [
    "runtime-tokio-rustls",
    "sqlite",
]
default-features = false

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
version = "1.48"
features = [
    "full",
    "full",
]

[dependencies.tonic]
version = "0.14"
features = [
    "tls-ring",
    "tls-native-roots",
]

[dependencies.tracing]
version = "0.1"

[target."cfg(unix)".dependencies.nix]
version = "0.30"
features = ["signal"]

[lints.clippy]
collapsible_else_if = "allow"
collapsible_if = "allow"