# 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 = "tintanum" version = "0.1.0" description = "Obtain the system color scheme preference" readme = "README.md" keywords = [ "Color", "Theme", "Freedesktop", "D-Bus", ] license = "MIT" repository = "https://github.com/d2weber/tintanum" [profile.release] strip = true [dependencies.futures-lite] version = "1.13.0" [dependencies.serde] version = "1.0.183" features = ["derive"] optional = true [dependencies.zbus] version = "3.14.1" [dev-dependencies.async-fs] version = "1.6.0" [dev-dependencies.smol] version = "1.3.0" [dev-dependencies.xdg] version = "2.5.2"