# 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.58" name = "neh" version = "0.0.6" authors = ["LatteSyobon"] description = "Provides event handlers for NXUI" homepage = "https://crates.io/crates/nxui" documentation = "https://docs.rs/nxui/" readme = "README.md" keywords = ["nxui", "GUI"] categories = ["api-bindings", "gui"] license = "MIT" repository = "https://github.com/LatteSyobon/nxui" [lib] name = "neh" [dependencies.nxui] version = "0.0.6" [dependencies.windows] version = "0.32.0" features = ["alloc", "Data_Xml_Dom", "Win32_Foundation", "Win32_Security", "Win32_System_Threading", "Win32_UI_WindowsAndMessaging"] [dependencies.windows-sys] version = "0.32.0" features = ["Win32_Foundation", "Win32_Security", "Win32_System_Threading", "Win32_UI_WindowsAndMessaging"] [target."cfg(linux)".dependencies.gtk] version = "0.15.3" package = "gtk"