# 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) cargo-features = ["edition"] [package] edition = "2018" name = "bar-config" version = "0.2.1" authors = ["Christian Duerr "] description = "Crate for easily creating system bars/panels/docks." documentation = "https://docs.rs/bar-config" readme = "README.md" keywords = ["bar", "panel", "dock", "customization", "linux"] categories = ["config", "encoding", "parser-implementations"] license = "MIT/Apache-2.0" repository = "https://github.com/chrisduerr/bar-config" [dependencies.dirs] version = "1.0.3" [dependencies.serde] version = "1.0.75" [dependencies.serde_derive] version = "1.0.75" [dependencies.serde_json] version = "1.0.26" optional = true [dependencies.serde_yaml] version = "0.8.1" optional = true [dependencies.time] version = "0.1.40" [dependencies.tokio] version = "0.1.8" [dependencies.toml] version = "0.4.6" optional = true [features] default = ["serde_yaml"] json-fmt = ["serde_json"] toml-fmt = ["toml"]