# 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 = "orx-concurrent-iter" version = "1.28.0" authors = ["orxfun "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A thread-safe, ergonomic and lightweight concurrent iterator trait and efficient implementations." readme = "README.md" keywords = [ "concurrency", "iterator", "iteration", "atomic", "parallelism", ] categories = [ "data-structures", "concurrency", "rust-patterns", "no-std", ] license = "MIT" repository = "https://github.com/orxfun/orx-concurrent-iter/" [lib] name = "orx_concurrent_iter" path = "src/lib.rs" [[test]] name = "array_as_slice" path = "tests/array_as_slice.rs" [[test]] name = "atomic" path = "tests/atomic.rs" [[test]] name = "cloned_slice" path = "tests/cloned_slice.rs" [[test]] name = "con_iter" path = "tests/con_iter.rs" [[test]] name = "consume_iter" path = "tests/consume_iter.rs" [[test]] name = "consume_iter_x" path = "tests/consume_iter_x.rs" [[test]] name = "consume_vec" path = "tests/consume_vec.rs" [[test]] name = "consuming_skip_to_end" path = "tests/consuming_skip_to_end.rs" [[test]] name = "early_exit" path = "tests/early_exit.rs" [[test]] name = "exact_con_iter" path = "tests/exact_con_iter.rs" [[test]] name = "from_array" path = "tests/from_array.rs" [[test]] name = "from_cloned_iter" path = "tests/from_cloned_iter.rs" [[test]] name = "from_cloned_slice" path = "tests/from_cloned_slice.rs" [[test]] name = "from_iter" path = "tests/from_iter.rs" [[test]] name = "from_iter_x" path = "tests/from_iter_x.rs" [[test]] name = "from_range" path = "tests/from_range.rs" [[test]] name = "from_slice" path = "tests/from_slice.rs" [[test]] name = "from_vec" path = "tests/from_vec.rs" [[test]] name = "iter" path = "tests/iter.rs" [[test]] name = "iter_x" path = "tests/iter_x.rs" [[test]] name = "range" path = "tests/range.rs" [[test]] name = "slice" path = "tests/slice.rs" [[test]] name = "vec" path = "tests/vec.rs" [[bench]] name = "con_iter_of_iter" path = "benches/con_iter_of_iter.rs" harness = false [dependencies] [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.orx-concurrent-bag] version = "2.7" [dev-dependencies.orx-fixed-vec] version = "3.9" [dev-dependencies.orx-pinned-concurrent-col] version = "2.7" [dev-dependencies.orx-pinned-vec] version = "3.9" [dev-dependencies.orx-pseudo-default] version = "1.4" default-features = false [dev-dependencies.orx-split-vec] version = "3.9" [dev-dependencies.rand] version = "0.8" [dev-dependencies.rand_chacha] version = "0.3" [dev-dependencies.rayon] version = "1.9.0" [dev-dependencies.test-case] version = "3.3.1"