# 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 = "sem-reg" version = "0.1.1" description = "Handle certain Windows registry binary values semantically. Extensible." documentation = "https://docs.rs/sem-reg" readme = "README.md" keywords = [ "windows", "registry", "night-light", "color-temperature", "automation", ] categories = [ "parser-implementations", "os::windows-apis", "api-bindings", "accessibility", "command-line-utilities", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Enyium/sem-reg-rs" [package.metadata.docs.rs] default-target = "x86_64-pc-windows-msvc" targets = [ "x86_64-pc-windows-msvc", "i686-pc-windows-msvc", ] [[bin]] name = "night-light" [dependencies.anyhow] version = "1.0.75" [dependencies.chrono] version = "0.4.31" [dependencies.clap] version = "4.4.8" features = ["derive"] [dependencies.colored] version = "2.0.4" [dependencies.convert_case] version = "0.6.0" [dependencies.ctrlc] version = "3.4.1" [dependencies.diff] version = "0.1.13" [dependencies.encoding_rs] version = "0.8.33" [dependencies.futures] version = "0.3.29" [dependencies.map-self] version = "0.1.0" [dependencies.serde] version = "1.0.193" features = ["derive"] [dependencies.serde_json] version = "1.0.108" [dependencies.thiserror] version = "1.0.50" [dependencies.windows] version = "0.52.0" features = [ "Win32_Foundation", "Win32_Security_Authorization", "Win32_Security", "Win32_System_Console", "Win32_System_SystemServices", "Win32_System_Threading", ] [dependencies.windows-helpers] version = "0.4.2" features = [ "windows_v0_52_win32_app", "windows_v0_52_f_Win32_System_Power", ] [dependencies.winreg] version = "0.51.0" [dependencies.wmi] version = "0.13.1" [dependencies.zerocopy] version = "0.7.26" [dev-dependencies.anyhow] version = "1.0.75" [dev-dependencies.serial_test] version = "2.0.0"