# 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 = "loole" version = "0.4.0" authors = ["Mahdi Shojaee "] build = false exclude = ["/.*"] autobins = false autoexamples = false autotests = false autobenches = false description = "A safe async/sync multi-producer, multi-consumer channel" documentation = "https://docs.rs/loole" readme = "README.md" keywords = [ "async", "thread", "channel", "mpmc", "mpsc", ] categories = [ "concurrency", "data-structures", ] license = "MIT/Apache-2.0" repository = "https://github.com/mahdi-shojaee/loole" [lib] name = "loole" path = "src/lib.rs" [[test]] name = "async" path = "tests/async.rs" [[test]] name = "flume_array" path = "tests/flume_array.rs" [[test]] name = "flume_async" path = "tests/flume_async.rs" [[test]] name = "flume_basic" path = "tests/flume_basic.rs" [[test]] name = "flume_check_same_channel" path = "tests/flume_check_same_channel.rs" [[test]] name = "flume_iter" path = "tests/flume_iter.rs" [[test]] name = "flume_list" path = "tests/flume_list.rs" [[test]] name = "flume_method_sharing" path = "tests/flume_method_sharing.rs" [[test]] name = "flume_stream" path = "tests/flume_stream.rs" [[test]] name = "flume_zero" path = "tests/flume_zero.rs" [[test]] name = "select" path = "tests/select.rs" [[test]] name = "sink" path = "tests/sink.rs" [[test]] name = "stream" path = "tests/stream.rs" [[test]] name = "sync" path = "tests/sync.rs" [[bench]] name = "criterion_benchmarks" path = "benches/criterion_benchmarks.rs" harness = false [dependencies.futures-core] version = "0.3" default-features = false [dependencies.futures-sink] version = "0.3" default-features = false [dev-dependencies.async-std] version = "1.12.0" features = [ "attributes", "unstable", ] [dev-dependencies.criterion] version = "0.5.1" features = ["html_reports"] [dev-dependencies.crossbeam-utils] version = "0.8.16" [dev-dependencies.futures] version = "^0.3" features = ["std"] [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.tokio] version = "1.35.0" features = ["full"]