pi-async-rt 0.2.19

Based on future (MVP), a universal asynchronous runtime and tool used to provide a foundation for the outside world
Documentation
[[bench]]
name = "bench_async_std"
path = "benches/bench_async_std.rs"

[[bench]]
name = "bench_pi_async"
path = "benches/bench_pi_async.rs"

[[bench]]
name = "bench_tokio"
path = "benches/bench_tokio.rs"

[[bench]]
name = "mutex_async_std"
path = "benches/mutex_async_std.rs"

[[bench]]
name = "mutex_pi_async"
path = "benches/mutex_pi_async.rs"

[[bench]]
name = "mutex_tokio"
path = "benches/mutex_tokio.rs"

[[bench]]
name = "rt_multi_threaded_async_std"
path = "benches/rt_multi_threaded_async_std.rs"

[[bench]]
name = "rt_multi_threaded_pi_async"
path = "benches/rt_multi_threaded_pi_async.rs"

[[bench]]
name = "rt_multi_threaded_tokio"
path = "benches/rt_multi_threaded_tokio.rs"

[[bench]]
name = "task_async_std"
path = "benches/task_async_std.rs"

[[bench]]
name = "task_pi_async"
path = "benches/task_pi_async.rs"

[[bench]]
name = "task_tokio"
path = "benches/task_tokio.rs"

[dependencies.async-stream]
version = "0.3"

[dependencies.backtrace]
version = "0.3"

[dependencies.crossbeam-channel]
version = "0.5"

[dependencies.crossbeam-deque]
version = "0.8"

[dependencies.crossbeam-queue]
version = "0.3"

[dependencies.crossbeam-utils]
version = "0.8"

[dependencies.flume]
version = "0.11"

[dependencies.futures]
version = "0.3"

[dependencies.libc]
version = "0.2"

[dependencies.log]
version = "0.4"

[dependencies.num_cpus]
version = "1.16"

[dependencies.parking_lot]
version = "0.12"

[dependencies.pi_cancel_timer]
version = "0.3"

[dependencies.pi_hash]
version = "0.1"

[dependencies.pi_timer]
version = "0.1"

[dependencies.quanta]
version = "0.12"

[dependencies.rand]
features = ["std", "std_rng"]
version = "0.9"

[dependencies.slotmap]
package = "pi_slotmap"
version = "0.2"

[dependencies.st3]
version = "0.4"

[dependencies.wrr]
package = "pi_wrr"
version = "0.1.1"

[dev-dependencies.async-lock]
version = "3.4"

[dev-dependencies.async-std]
version = "1.12"

[dev-dependencies.async-stream]
version = "0.3"

[dev-dependencies.dashmap]
version = "6.1"

[dev-dependencies.env_logger]
version = "0.11"

[dev-dependencies.futures-util]
version = "0.3"

[dev-dependencies.lazy_static]
version = "1.4"

[dev-dependencies.spin_mutex]
package = "spin"
version = "0.10"

[dev-dependencies.tokio]
features = ["full"]
version = "1.44"

[dev-dependencies.tracing]
version = "0.1"

[dev-dependencies.tracing-subscriber]
version = "0.3"

[dev-dependencies.twox-hash]
version = "2.1"

[features]
serial = []

[lib]
name = "pi_async_rt"
path = "src/lib.rs"

[package]
authors = ["vmos <vmosone007@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Based on future (MVP), a universal asynchronous runtime and tool used to provide a foundation for the outside world"
edition = "2018"
keywords = ["pi", "async"]
license = "MIT OR Apache-2.0"
name = "pi-async-rt"
readme = "README.md"
repository = "https://github.com/pi-revolution/pi-async-rt.git"
version = "0.2.19"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.polling]
version = "3.11"

[[test]]
name = "block_on"
path = "tests/block_on.rs"

[[test]]
name = "test"
path = "tests/test.rs"