[dependencies.flume]
default-features = false
features = ["async"]
version = "0.11"
[dependencies.indexmap]
features = ["serde"]
optional = true
version = "2.2.5"
[dependencies.parking_lot]
version = "0.12"
[dependencies.serde]
version = "1.0"
[dev-dependencies.crossbeam]
version = "0.8"
[dev-dependencies.tokio]
features = ["full"]
version = "1.0"
[features]
map_index = ["indexmap"]
[package]
authors = ["zhuxiujia@qq.com"]
description = "dark-std is an Implementation of asynchronous containers build on tokio. It uses a read-write separation design borrowed from Golang"
edition = "2021"
license = "MIT/Apache-2.0"
name = "dark-std"
readme = "README.md"
repository = "https://github.com/darkrpc/dark-std.git"
version = "0.2.13"