# 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.74" name = "sandpolis" version = "0.0.1" authors = ["Tyler Cook"] description = "Ultimate remote monitoring and management" license = "AGPL-3.0-only" repository = "https://github.com/fossable/sandpolis" resolver = "1" [dependencies.anyhow] version = "1.0.76" [dependencies.axum] version = "0.7.4" optional = true [dependencies.clap] version = "4.4.7" features = [ "derive", "string", ] [dependencies.reqwest] version = "0.11.22" features = ["stream"] [dependencies.tokio] version = "1.34.0" features = ["full"] [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"] [features] agent = [] probe = ["agent"] server = ["dep:axum"]