[package] name = "rs-blocks" version = "1.0.0" authors = ["Lewis Belcher "] edition = "2018" description = "A lightweight i3/sway status bar written in Rust." license = "MIT" keywords = ["blocks", "i3", "i3blocks", "monitor", "sway"] categories = ["command-line-utilities", "filesystem"] homepage = "https://gitlab.com/lewisbelcher/rs-blocks" readme = "README.md" [dependencies] anyhow = "1.0" chrono = "0.4" clap = "2.33" crossbeam-channel = "0.4" dirs = "2.0" env_logger = "0.9" lazy_static = "1.3" log = "0.4" regex = "1.0" rs-blocks-derive = { path = "rs-blocks-derive", version = "0.1.0" } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" signal-hook = "0.1" toml = "0.5" [dev-dependencies] criterion = "0.3" [[bench]] name = "file_read" harness = false [[bin]] name = "rs-blocks" path = "src/main.rs"