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