pi-async-rt 0.3.0

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

[features]
serial = []

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

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

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

[[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]
version = "0.9"
features = [
    "std",
    "std_rng",
]

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

[dependencies.st3]
version = "0.4"

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

[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]
version = "0.10"
package = "spin"

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

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

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

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

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