# 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" rust-version = "1.72.0" name = "nuhxboard" version = "0.5.3" authors = ["Devin Droddy "] include = [ "src/**/*", "Cargo.toml", "LICENSE", "README.md", "NuhxBoard.png", ] description = "A Linux port of NohBoard" readme = "README.md" keywords = [ "keyboard", "virtual", "overlay", "linux", "nohboard", ] categories = ["visualization"] license = "GPL-3.0" repository = "https://github.com/justDeeevin/NuhxBoard" [package.metadata.wix] eula = false license = false path-guid = "6BCE453A-D71C-4EF5-A85D-B4A43D72A35F" upgrade-guid = "531C0F4B-FFE1-4F4C-BD42-A8449DB1E0BD" [profile.dist] lto = "thin" inherits = "release" [dependencies.async-std] version = "1.12.0" [dependencies.color-eyre] version = "0.6.2" default-features = false [dependencies.colorgrad] version = "0.6.2" [dependencies.derivative] version = "2.2.0" [dependencies.display-info] version = "0.4.8" [dependencies.futures] version = "0.3.30" [dependencies.home] version = "0.5.9" [dependencies.iced] version = "0.12.0" features = [ "image", "canvas", "advanced", "async-std", "multi-window", ] [dependencies.iced_aw] version = "0.8.0" features = [ "selection_list", "number_input", ] [dependencies.image] version = "0.24.8" features = ["ico"] [dependencies.inquire] version = "0.6.2" [dependencies.rdev] version = "0.5.3" [dependencies.reqwest] version = "0.11.24" features = ["blocking"] [dependencies.serde] version = "1.0.195" features = ["serde_derive"] [dependencies.serde_json] version = "1.0.111" [target."cfg(windows)".dependencies.mslnk] version = "0.1.8"