# 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" rust-version = "1.72.0" name = "winit-runtime" version = "0.2.0" authors = ["storycraft "] description = "Async winit runtime" readme = "README.md" keywords = [ "windowing", "winit", "async", "runtime", ] categories = ["asynchronous"] license = "MIT" repository = "https://github.com/storycraft/winit-runtime" [dependencies.async-task] version = "4.4.0" [dependencies.event-source] version = "0.4.2" [dependencies.futures-intrusive] version = "0.5.0" [dependencies.futures-lite] version = "2.3.0" [dependencies.instant] version = "0.1.12" [dependencies.parking_lot] version = "0.12.1" [dependencies.scoped-tls-hkt] version = "0.1.2" [dependencies.winit] version = "0.29.15" [dev-dependencies.tokio] version = "1" features = [ "rt", "macros", ]