# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "cnx-contrib" version = "0.1.0" authors = ["Sibi Prabakaran ", "Michael Killough "] description = "Additional widgets for Cnx status bar" keywords = ["x11", "status", "bar"] categories = ["gui"] license = "MIT" repository = "https://github.com/mjkillough/cnx" [dependencies.alsa] version = "0.5.0" optional = true [dependencies.anyhow] version = "1.0.41" [dependencies.async-stream] version = "0.2" [dependencies.byte-unit] version = "4.0.12" [dependencies.cnx] version = "0.3.0" [dependencies.iwlib] version = "0.1" optional = true [dependencies.nix] version = "0.20.0" [dependencies.regex] version = "1.5" [dependencies.reqwest] version = "0.11" [dependencies.tokio] version = "1.2.0" features = ["rt", "net", "time", "macros", "rt-multi-thread"] [dependencies.tokio-stream] version = "0.1.5" [dependencies.weathernoaa] version = "0.2.0" [features] default = ["volume"] volume = ["alsa", "sioctl"] wireless = ["iwlib"] [target."cfg(openbsd)".dependencies.sioctl] version = "0.0.1" optional = true