# 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 = "stylus" version = "0.10.0" authors = ["Matt Mastracci "] description = "Stylus (style + status) is a lightweight status page for home infrastructure." readme = "README.md" license = "MIT" repository = "https://github.com/mmastrac/stylus" [profile.release] codegen-units = 1 incremental = false [dependencies.ctrlc] version = "3" [dependencies.derive_more] version = "0.99" [dependencies.env_logger] version = "0.10" [dependencies.handlebars] version = "4.2.2" [dependencies.humantime-serde] version = "1.1.1" [dependencies.itertools] version = "0.10" [dependencies.keepcalm] version = "0.1.5" features = ["serde"] [dependencies.log] version = "0.4.17" [dependencies.serde] version = "1" features = [ "derive", "rc", ] [dependencies.serde-aux] version = "4" [dependencies.serde_json] version = "1" features = ["raw_value"] [dependencies.serde_yaml] version = "0.9" [dependencies.structopt] version = "0.3" [dependencies.structopt-flags] version = "0.3" [dependencies.subprocess] version = "0.2.8" [dependencies.tokio] version = "1.6" features = [ "macros", "rt-multi-thread", ] [dependencies.walkdir] version = "2.3.2" [dependencies.warp] version = "0.3"