thin_main_loop 0.1.1

Thin, cross-platform, main event loop. A building block for native GUI applications, among other use cases.
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "thin_main_loop"
version = "0.1.1"
authors = ["David Henningsson <diwic@ubuntu.com>"]
description = "Thin, cross-platform, main event loop. A building block for native GUI applications, among other use cases."
documentation = "http://docs.rs/thin_main_loop"
readme = "README.md"
keywords = ["event", "loop", "message", "dispatcher", "main"]
categories = ["api-bindings", "asynchronous", "os::unix-apis", "os::windows-apis"]
license = "Apache-2.0/MIT"
repository = "https://github.com/diwic/thin_main_loop"
[dependencies.glib-sys]
version = "0.7"
features = ["v2_36"]
optional = true

[dependencies.js-sys]
version = "0.3.6"
optional = true

[dependencies.lazy_static]
version = "1.2"

[dependencies.wasm-bindgen]
version = "0.2.29"
optional = true

[dependencies.web-sys]
version = "0.3.4"
features = ["Window"]
optional = true

[dependencies.winapi]
version = "0.3"
features = ["winuser", "libloaderapi", "std", "winsock2"]
optional = true

[features]
glib = ["glib-sys"]
web = ["wasm-bindgen", "js-sys", "web-sys"]
win32 = ["winapi"]