# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "entangled" version = "1.3.0" authors = ["Nils Hasenbanck "] description = "A simple fork-join task executor." homepage = "https://github.com/hasenbanck/entangled" keywords = ["async", "task", "scoped"] license = "Zlib OR MIT OR Apache-2.0" repository = "https://github.com/hasenbanck/entangled" [profile.bench] lto = true codegen-units = 1 [[bench]] name = "scheduling" harness = false [dependencies.async-channel] version = "1.6" [dependencies.async-executor] version = "1.4" [dependencies.futures-lite] version = "1.11" [dev-dependencies.async-std] version = "1.9" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.num_cpus] version = "1.13" [dev-dependencies.switchyard] version = "0.2"