# 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 = "chameleon-th" version = "0.1.1" description = "A universal theme switcher for unix systems" readme = "README.md" keywords = [ "cli", "theme", "unix", "custom", ] license = "MIT" repository = "https://github.com/clr-cera/chameleon" [[bin]] name = "chameleon" path = "src/main.rs" [dependencies.clap] version = "4.5.1" features = ["derive"] [dependencies.dirs] version = "5.0.1" [dependencies.futures] version = "0.3.30" [dependencies.reqwest] version = "0.11.24" [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.tempdir] version = "0.3.7" [dependencies.tokio] version = "1" features = ["full"] [dependencies.toml] version = "0.8.10" [dependencies.unwrap_display] version = "0.0.1" [dependencies.walkdir] version = "2.5.0" [dependencies.zip] version = "0.6.6"