sandpolis 0.0.1

Ultimate remote monitoring and management
Documentation
[package]
authors = ["Tyler Cook"]
description = "Ultimate remote monitoring and management"
edition = "2021"
license = "AGPL-3.0-only"
name = "sandpolis"
repository = "https://github.com/fossable/sandpolis"
rust-version = "1.74"
version = "0.0.1"

[dependencies]
anyhow = "1.0.76"
axum = { version = "0.7.4", optional = true }
clap = { version = "4.4.7", features = ["derive", "string"] }
reqwest = { version = "0.11.22", features = ["stream"] }
tokio = { version = "1.34.0", features = ["full"] }
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }

[features]
server = [ "dep:axum" ]
agent = []
probe = [ "agent" ]