fast-able 1.18.8

The world's martial arts are fast and unbreakable; 天下武功 唯快不破
Documentation
[[bench]]
name = "bench_crossbeam"
path = "benches/bench_crossbeam.rs"

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

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

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

[[bin]]
name = "test_bounded_executor"
path = "src/bin/test_bounded_executor.rs"

[[bin]]
name = "test_core_affinity"
path = "src/bin/test_core_affinity.rs"

[[bin]]
name = "test_core_affinity_one"
path = "src/bin/test_core_affinity_one.rs"

[[bin]]
name = "test_pool"
path = "src/bin/test_pool.rs"

[dependencies.arraystring]
version = "0.3.0"

[dependencies.chrono]
version = "0.4"

[dependencies.core_affinity]
version = "0.8"

[dependencies.crossbeam]
version = "0.8"

[dependencies.flume]
default-features = false
version = "0.11"

[dependencies.fs2]
version = "0.4.3"

[dependencies.kanal]
version = "0.1.1"

[dependencies.log]
version = "0.4"

[dependencies.num_cpus]
version = "1"

[dependencies.parking_lot]
version = "0.12"

[dependencies.scopeguard]
version = "1.2.0"

[dependencies.serde]
features = ["derive"]
version = "1"

[dependencies.spin]
version = "0.10"

[dependencies.thingbuf]
features = ["static"]
version = "0.1.6"

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

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

[dev-dependencies.once_cell]
version = "1"

[dev-dependencies.serde_json]
version = "1"

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

[[example]]
name = "channel_features_demo"
path = "examples/channel_features_demo.rs"

[features]
async = ["flume/async"]
crossbeam_channel = []
deal_physical_cpu = []
default = ["std_lock", "crossbeam_channel"]
reentrant_lock = []
std_lock = []
thread_dispatch = []
thread_task_bounded = []

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

[package]
authors = ["guoyumail@qq.com"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "The world's martial arts are fast and unbreakable; 天下武功 唯快不破"
edition = "2024"
license = "MIT/Apache-2.0"
name = "fast-able"
readme = "README.md"
repository = "https://gitee.com/guoyucode/sync-data.git"
version = "1.18.8"

[target.'cfg(target_os = "linux")'.dependencies.libc]
version = "0.2"

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

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

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

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