# 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 = "wm" version = "0.1.0" authors = ["storycraft "] description = "Async winit wrapper" readme = "README.md" license = "MIT" repository = "https://github.com/storycraft/wm" [dependencies.async-task] version = "4.4.0" [dependencies.futures-intrusive] version = "0.5.0" [dependencies.futures-lite] version = "1.13.0" [dependencies.higher-kinded-types] version = "0.1.1" [dependencies.instant] version = "0.1.12" [dependencies.parking_lot] version = "0.12.1" [dependencies.pin-list] version = "0.1.0" [dependencies.pin-project] version = "1.1.3" [dependencies.scoped-tls-hkt] version = "0.1.2" [dependencies.unique] version = "0.9.1" [dependencies.winit] version = "0.28.6" [dev-dependencies.tokio] version = "1" features = [ "rt", "macros", ]