[package]
name = "dark-std"
version = "0.1.1"
edition = "2021"
authors = ["zhuxiujia@qq.com"]
license = "MIT/Apache-2.0"
repository = "https://github.com/darkrpc/dark-std.git"
description = "dark-std is an Implementation of asynchronous containers build on tokio. It uses a read-write separation design borrowed from Golang"
readme = "README.md"
[dependencies]
time = { version = "0.3", features = ["formatting", "local-offset", "parsing", "serde"] }
crossbeam = { version = "0.8", default-features = false, option = true }
serde = "1.0"
tokio = { version = "1.0", features = ["full"] }