# 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 = "puteketeke" version = "0.0.5" authors = ["Keith T. Star "] include = [ "src/**/*.rs", "README.md", "LICENSE-APACHE", "LICENSE-MIT", ] description = "An asynchronous runtime built on smol." readme = "README.md" keywords = [ "executor", "async", "non-blocking", "futures", ] categories = [ "asynchronous", "concurrency", "compilers", ] license = "MIT OR Apache-2.0" repository = "https://github.com/uberfoo/puteketeke" [dependencies.async-executor] version = "1.6.0" [dependencies.async-io] version = "2.2.0" [dependencies.crossbeam] version = "0.8.2" [dependencies.futures-lite] version = "2.0.1" [dependencies.once_cell] version = "1.18.0" [dependencies.parking_lot] version = "0.12.1" [dependencies.slab] version = "0.4.9" [dependencies.threadpool] version = "1.8.1" [dependencies.tracing] version = "0.1.40" [dev-dependencies.async-compat] version = "0.2.3" [dev-dependencies.color-backtrace] version = "0.6.1" [dev-dependencies.futures] version = "0.3.29" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.reqwest] version = "0.11.22" [dev-dependencies.tracing] version = "0.1.40" [dev-dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"] [dev-dependencies.warp] version = "0.3.6"