# 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 = "native-windows-gui" version = "1.0.13" authors = ["gdube "] build = "build.rs" description = "A rust library to develop native GUI applications on the desktop for Microsoft Windows. Native-windows-gui wraps the native win32 window controls in a rustic API" documentation = "https://gabdube.github.io/native-windows-gui/native-windows-docs/index.html" readme = "README.md" keywords = [ "gui", "ui", "windows", ] license = "MIT" repository = "https://github.com/gabdube/native-windows-gui" [package.metadata.docs.rs] features = ["all"] all-features = false targets = ["x86_64-pc-windows-msvc"] [dependencies.bitflags] version = "1.1.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.muldiv] version = "0.2" optional = true [dependencies.newline-converter] version = "0.2.0" optional = true [dependencies.plotters] version = "0.3" features = [ "all_series", "all_elements", ] optional = true default-features = false [dependencies.plotters-backend] version = "0.3" optional = true [dependencies.raw-window-handle] version = "0.3.3" optional = true [dependencies.stretch] version = "0.3.2" optional = true [dependencies.winapi] version = "0.3" features = [ "winuser", "wingdi", "winbase", "libloaderapi", "processthreadsapi", "errhandlingapi", "winerror", "commctrl", "sysinfoapi", "shobjidl", "combaseapi", "commdlg", "d2d1", "objbase", "dwrite", "winnls", "shellapi", "wincodec", "stringapiset", ] [dev-dependencies] [build-dependencies.winapi-build] version = "0.1.1" [features] all = [ "file-dialog", "color-dialog", "font-dialog", "datetime-picker", "progress-bar", "timer", "notice", "list-view", "cursor", "image-decoder", "tabs", "tree-view", "fancy-window", "listbox", "combobox", "tray-notification", "message-window", "number-select", "clipboard", "menu", "trackbar", "extern-canvas", "frame", "tooltip", "status-bar", "winnls", "textbox", "rich-textbox", "image-list", "embed-resource", "scroll-bar", "tree-view-iterator", "flexbox", "dynamic_layout", "animation-timer", "plotting", ] animation-timer = [] clipboard = [] color-dialog = [] combobox = [] cursor = [] datetime-picker = [] default = ["all"] dynamic_layout = [] embed-resource = [] extern-canvas = [] fancy-window = [] file-dialog = [] flexbox = ["stretch"] font-dialog = [] frame = [] high-dpi = ["muldiv"] image-decoder = [] image-list = [] list-view = [] listbox = [] menu = [] message-window = [] no-styling = [] notice = [] number-select = [] plotting = [ "plotters", "plotters-backend", ] progress-bar = [] raw-win-handle = ["raw-window-handle"] rich-textbox = ["newline-converter"] scroll-bar = [] status-bar = [] tabs = [] textbox = ["newline-converter"] timer = [] tooltip = [] trackbar = [] tray-notification = [] tree-view = [] tree-view-iterator = [] winnls = []