# 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 = "oxidec" version = "0.3.6" description = "Eye-candy manager written in Rust" readme = "README.md" keywords = [ "colorscheme", "wallpaper", "theme", "linux", "cli", ] categories = ["command-line-utilities"] license = "GPL-3.0" repository = "https://github.com/mrtnvgr/oxidec/" [dependencies.ansi_term] version = "0.12.1" [dependencies.clap] version = "4.3.0" features = ["derive"] [dependencies.cli-logger] version = "0.1.0" [dependencies.colorsys] version = "0.6.7" [dependencies.file-format] version = "0.16.0" [dependencies.home] version = "0.5.5" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.17" [dependencies.rand] version = "0.8.5" [dependencies.regex] version = "1.8.1" [dependencies.serde] version = "1.0.162" features = ["derive"] [dependencies.serde_json] version = "1.0.96" [dependencies.strum] version = "0.24.1" features = [ "derive", "strum_macros", ] [dependencies.upon] version = "0.6.0" [dependencies.which] version = "4.4.0"