# 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" name = "wx-rs" version = "0.2.0" authors = ["alex.n.charlton@gmail.com"] description = "Self-contained wxWidgets in Rust." documentation = "https://docs.rs/wx-rs" readme = "README.md" keywords = ["windowing"] license = "MIT" repository = "https://github.com/AlexCharlton/wx-rs" [package.metadata.docs.rs] features = ["stub_lib"] [dependencies.bitflags] version = "1.2.1" [dependencies.raw-window-handle] version = "0.5" [build-dependencies.bzip2] version = "0.4" [build-dependencies.cc] version = "1.0" [build-dependencies.embed-resource] version = "1.3" [build-dependencies.reqwest] version = "0.11" features = ["blocking"] [build-dependencies.tar] version = "0.4" [features] stub_lib = []