# 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 = "awak" version = "0.2.36" authors = ["cssivision "] description = "A small async runtime for Rust" homepage = "https://github.com/cssivision/awak" readme = "README.md" license = "MIT" repository = "https://github.com/cssivision/awak" [dependencies.async-task] version = "4.0" [dependencies.cfg-if] version = "1" [dependencies.futures-core] version = "0.3" [dependencies.futures-io] version = "0.3" [dependencies.libc] version = "0.2" [dependencies.pin-project-lite] version = "0.2" [dependencies.rand] version = "0.8" [dependencies.slab] version = "0.4" [dependencies.socket2] version = "0.5" features = ["all"] [dependencies.thread_local] version = "1.1" [dev-dependencies.futures-util] version = "0.3" features = ["io"] default-features = false