X-Git-Url: http://git.euphorik.ch/?a=blobdiff_plain;f=Cargo.toml;h=a69afbe12ae3098ec1586568feb5d427b08009e7;hb=HEAD;hp=b44964a56bfd34e93122ebde1a430f6321ee767d;hpb=9789f56d04a0a45fdb0495ca4fab6b01ba3d4f3e;p=temp2RGB.git diff --git a/Cargo.toml b/Cargo.toml index b44964a..a69afbe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,21 +10,22 @@ edition = "2021" [dependencies] serde = { version = "1.0", features = ["derive"] } -ron = "0.8" # Rust object notation, to load configuration files. +ron = "0.8" # Rust object notation, to load configuration files. num = "0.4" dirs = "5.0" anyhow = "1.0" -flexi_logger = "0.26" +flexi_logger = "0.28" +log-panics = { version = "2", features = ["with-backtrace"] } log = "0.4" -windows-service = "0.6" +windows-service = "0.7" # HIDAPI is a library which allows an application to interface with # USB and Bluetooth HID-Class devices. -hidapi = "2.4" +hidapi = "2.6" # Nvidia API. nvapi = "0.1" @@ -33,11 +34,11 @@ libc = "0.2" wmi = "0.13" crc = "3.0" -libloading = "0.8" +# libloading = "0.8" # netcorehost = "0.15" [dependencies.windows] -version = "0.51" +version = "0.56" features = [ "Win32_Foundation", "Win32_Security", @@ -53,9 +54,9 @@ features = [ ] [build-dependencies] -bindgen = "0.68" +bindgen = "0.69" [profile.release] -strip = "debuginfo" +# strip = "debuginfo" codegen-units = 1 lto = true