# 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 = "2021" name = "dark-std" version = "0.2.16" 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" readme = "README.md" license = "MIT/Apache-2.0" repository = "https://github.com/darkrpc/dark-std.git" [dependencies.flume] version = "0.11" features = ["async"] default-features = false [dependencies.indexmap] version = "2.2.5" features = ["serde"] [dependencies.parking_lot] version = "0.12" [dependencies.serde] version = "1.0" [dev-dependencies.crossbeam] version = "0.8" [dev-dependencies.tokio] version = "1.0" features = ["full"] [features]