# 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 = "lib-wc" version = "0.2.0" exclude = [ "/benches", "/.github", "/fuzz", ] description = "Will's Programming Toolbox" homepage = "https://github.com/wcygan/lib-wc" readme = "README.md" keywords = [ "async", "concurrent", "non-blocking", "futures", "data-structures", ] categories = [ "asynchronous", "concurrency", "web-programming", ] license = "MPL-2.0" repository = "https://github.com/wcygan/lib-wc" [package.metadata.docs.rs] all-features = true [[bench]] name = "lib-wc_bench" path = "benches/lib.rs" harness = false [dependencies.anyhow] version = "1.0.69" [dependencies.atomic-wait] version = "1.0.1" [dependencies.bincode] version = "1.3.3" [dependencies.crossbeam] version = "0.8.2" [dependencies.crossbeam-epoch] version = "0.9.13" [dependencies.dashmap] version = "5.4.0" [dependencies.futures] version = "0.3.26" [dependencies.log] version = "0.4.17" [dependencies.rand] version = "0.8.5" [dependencies.rayon] version = "1.6.1" [dependencies.serde] version = "1.0.150" [dependencies.serde_derive] version = "1.0.150" [dependencies.tokio] version = "1.25.0" features = ["full"] [dev-dependencies.criterion] version = "0.4.0" [dev-dependencies.quickcheck] version = "1" [dev-dependencies.quickcheck_macros] version = "1" [dev-dependencies.rand_chacha] version = "0.3.1" [dev-dependencies.rand_core] version = "0.6.4" [dev-dependencies.regex] version = "1.7.1" [features] dangerous = []