# 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 = "tl-async-runtime" version = "0.1.2" description = "A bad runtime impl for educational purposes only" license = "MIT" repository = "https://github.com/conradludgate/tl-async-runtime" resolver = "2" [dependencies.bytemuck] version = "1" [dependencies.chashmap] version = "2.2.2" [dependencies.crossbeam-channel] version = "0.5" [dependencies.futures] version = "0.3" [dependencies.mio] version = "0.8" features = ["os-poll", "net"] [dependencies.parking_lot] version = "0.12" [dependencies.pin-project] version = "1.0" [dependencies.rand] version = "0.8" [dependencies.tokio] version = "1" [dev-dependencies.bytes] version = "1.0.0" [dev-dependencies.futures] version = "0.3.0" features = ["thread-pool"] [dev-dependencies.http] version = "0.2" [dev-dependencies.httparse] version = "1.0" [dev-dependencies.httpdate] version = "1.0" [dev-dependencies.once_cell] version = "1.5.2" [dev-dependencies.rand] version = "0.8.3" [dev-dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.serde_json] version = "1.0" [dev-dependencies.tokio-util] version = "0.7.0" features = ["full"] [dev-dependencies.tracing] version = "0.1" [dev-dependencies.tracing-subscriber] version = "0.3.1" features = ["fmt", "ansi", "env-filter", "tracing-log"] default-features = false