# 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 = "symo" version = "0.1.1" authors = ["Florian Büstgens "] build = "build.rs" description = "A simple DWM status bar for FreeBSD" readme = "README.md" keywords = [ "x11", "dwm", "wm", "status", ] categories = ["command-line-utilities"] license = "BSD-2-Clause" repository = "https://github.com/fxttr/symo" resolver = "2" [dependencies.chrono] version = "0.4.19" [dependencies.interfaces] version = "0.0.8" [dependencies.jail] version = "0.2.0" [dependencies.kqueue] version = "1.0.6" [dependencies.libzetta] version = "0.3.1" [dependencies.nix] version = "0.24.1" [dependencies.serde] version = "1.0.133" features = ["derive"] [dependencies.sysctl] version = "0.4.4" [dependencies.toml] version = "0.5.8" [dependencies.x11] version = "2.19.1"