# 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 = "sproc" version = "0.5.6" authors = ["hkau"] description = "Simple service management" homepage = "https://github.com/hkauso/sproc" readme = "README.md" license = "MIT" repository = "https://github.com/hkauso/sproc" [lib] doctest = false [[bin]] name = "sproc" path = "src/main.rs" test = false [dependencies.askama] version = "0.12.1" features = ["with-axum"] [dependencies.askama_axum] version = "0.4.0" [dependencies.axum] version = "0.7.5" features = [ "macros", "form", ] [dependencies.clap] version = "4.5.8" features = ["derive"] [dependencies.reqwest] version = "0.12.5" features = ["json"] [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.sysinfo] version = "0.30.12" [dependencies.tokio] version = "1.38.0" features = [ "macros", "rt-multi-thread", ] [dependencies.toml] version = "0.8.14"