# 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 = "2018" name = "thcon" version = "0.13.2" authors = ["Sean Barag "] default-run = "thcon" description = "A configurable theme controller that switches multiple apps between light and dark mode" homepage = "https://thcon.vercel.app" license = "MIT OR Apache-2.0" repository = "https://github.com/theme-controller/thcon" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "2.33.3" features = ["wrap_help"] [dependencies.dirs] version = "3.0.1" [dependencies.either] version = "1.6.1" features = ["serde"] [dependencies.env_logger] version = "0.9.0" [dependencies.exitcode] version = "1.1.2" [dependencies.log] version = "0.4" [dependencies.pretty_env_logger] version = "0.4.0" [dependencies.rayon] version = "1.4.1" [dependencies.regex] version = "1" [dependencies.serde] version = "1.0.117" features = ["derive"] [dependencies.serde_json] version = "1.0.61" [dependencies.thcon_macro] version = "0.1.0" [dependencies.thcon_trait] version = "0.1.0" [dependencies.thiserror] version = "1.0.25" [dependencies.toml] version = "0.5.7" [dependencies.xml-rs] version = "0.8" [build-dependencies.cfg_aliases] version = "0.1.1" [target."cfg(any(target_os=\"linux\",target_os=\"freebsd\",target_os=\"dragonfly\",target_os=\"openbsd\",target_os=\"netbsd\"))".dependencies.dbus] version = "0.9.0" [target."cfg(any(target_os=\"linux\",target_os=\"freebsd\",target_os=\"dragonfly\",target_os=\"openbsd\",target_os=\"netbsd\"))".dependencies.gio] version = "0.9.1" [target."cfg(not(windows))".dependencies.async-std] version = "1.9.0" [target."cfg(not(windows))".dependencies.signal-hook] version = "0.3.4" [target."cfg(not(windows))".dependencies.signal-hook-async-std] version = "0.2.1" [target."cfg(not(windows))".dependencies.xdg] version = "2.2.0" [badges.maintenance] status = "actively-developed"