-
Notifications
You must be signed in to change notification settings - Fork 4
/
Cargo.toml
32 lines (30 loc) · 857 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
[package]
name = "stylus"
version = "0.9.14"
authors = ["Matt Mastracci <[email protected]>"]
edition = "2021"
description = "Stylus (style + status) is a lightweight status page for home infrastructure."
license = "MIT"
repository = "https://github.com/mmastrac/stylus"
readme = "README.md"
[dependencies]
tokio = { version = "1.6", features = ["macros", "rt-multi-thread"] }
warp = "0.3"
derive_more = "0.99"
serde = { version = "1", features = ["derive", "rc"] }
serde_yaml = "0.9"
serde_json = { version = "1", features = ["raw_value"] }
serde-aux = "4"
humantime-serde = "1.1.1"
walkdir = "2.3.2"
handlebars = "4.2.2"
subprocess = "0.2.8"
log = "0.4.17"
env_logger = "0.10"
itertools = "0.10"
structopt = "0.3"
structopt-flags = "0.3"
keepcalm = { version = "0.3.5", features = ["serde"] }
[profile.release]
codegen-units = 1
incremental = false