# 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 = "barnine" version = "0.1.0" authors = ["Zach Thompson "] default-run = "barnine" description = "A swaybar implementation using swaybar-protocol." homepage = "https://github.com/zthompson47/barnine" license = "MIT OR Apache-2.0" repository = "https://github.com/zthompson47/barnine" [dependencies.async-trait] version = "0.1.42" [dependencies.chrono] version = "0.4.19" [dependencies.crossterm] version = "0.19.0" [dependencies.futures] version = "0.3.12" [dependencies.log] version = "0.4.13" [dependencies.notify] version = "=5.0.0-pre.12" [dependencies.serde] version = "1" [dependencies.serde_derive] version = "1" [dependencies.serde_json] version = "1" [dependencies.swaybar-types] version = "2.0.0" [dependencies.swayipc-async] version = "2.0.0-alpha.2" [dependencies.tokio] version = "1.2.0" features = ["full"] [dependencies.tokio-stream] version = "0.1.3" [dependencies.toml] version = "0.5.8" [dependencies.tracing] version = "0.1.23" [dependencies.tracing-appender] version = "0.1.2" [dependencies.tracing-log] version = "0.1.1" [dependencies.tracing-subscriber] version = "0.2.15" [dependencies.zbus] version = "=2.0.0-beta.2" [dependencies.zbus_macros] version = "=2.0.0-beta.2" [dependencies.zvariant] version = "=2.5.0" [dev-dependencies.tempfile] version = "3.2.0"