# 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 = "nwg_ui" version = "1.0.1" authors = ["alex@wiltondb.com"] include = [ "src/*.rs", "Cargo.toml", ] description = "GUI library that builds upon native-windows-gui" documentation = "https://docs.rs/nwg_ui" readme = "README.md" categories = ["gui"] license = "Apache-2.0" repository = "https://github.com/wiltondb/nwg_ui" [dependencies.nwg] version = "1.0.12" features = [ "all", "flexbox", ] package = "native-windows-gui" [dependencies.winapi] version = "0.3.9"