# 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 = "asynk" version = "0.1.2" authors = ["Bells307"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Multithread asynchronous runtime and reactor" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/bells307/asynk-rt" [lib] name = "asynk" path = "src/lib.rs" [[example]] name = "echo" path = "examples/echo.rs" [[example]] name = "http" path = "examples/http.rs" [[example]] name = "runtime" path = "examples/runtime.rs" [[example]] name = "udp" path = "examples/udp.rs" [dependencies.futures] version = "0.3.30" [dependencies.mio] version = "1.0.2" features = [ "os-poll", "net", ] [dependencies.num_cpus] version = "1.16.0" [dependencies.parking_lot] version = "0.12.1" [dependencies.slab] version = "0.4.9" [dependencies.thiserror] version = "2.0.0" [dependencies.tpool] version = "0.1.3" [dev-dependencies.futures-timer] version = "3.0.3"