# 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 = "dark-light" version = "1.1.1" authors = ["Corey Farwell "] build = "build.rs" description = "Detect if dark mode or light mode is enabled" readme = "README.md" license = "MIT/Apache-2.0" repository = "https://github.com/frewsxcv/rust-dark-light" [target."cfg(any(target_os = \"linux\", target_os = \"freebsd\", target_os = \"dragonfly\", target_os = \"netbsd\", target_os = \"openbsd\"))".dependencies.dconf_rs] version = "0.3" [target."cfg(any(target_os = \"linux\", target_os = \"freebsd\", target_os = \"dragonfly\", target_os = \"netbsd\", target_os = \"openbsd\"))".dependencies.detect-desktop-environment] version = "0.2" [target."cfg(any(target_os = \"linux\", target_os = \"freebsd\", target_os = \"dragonfly\", target_os = \"netbsd\", target_os = \"openbsd\"))".dependencies.dirs] version = "4.0" [target."cfg(any(target_os = \"linux\", target_os = \"freebsd\", target_os = \"dragonfly\", target_os = \"netbsd\", target_os = \"openbsd\"))".dependencies.rust-ini] version = "0.18" [target."cfg(any(target_os = \"linux\", target_os = \"freebsd\", target_os = \"dragonfly\", target_os = \"netbsd\", target_os = \"openbsd\"))".dependencies.zbus] version = "4.1.2" [target."cfg(target_arch = \"wasm32\")".dependencies.web-sys] version = "0.3" features = [ "MediaQueryList", "Window", ] [target."cfg(target_os = \"macos\")".dependencies.objc] version = "0.2" [target."cfg(windows)".dependencies.winreg] version = "0.10"