# 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-vec" version = "3.0.2" authors = ["orxfun "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A thread-safe, efficient and lock-free vector allowing concurrent grow, read and update operations." readme = "README.md" keywords = [ "concurrency", "vec", "data-structures", "atomic", "lock-free", ] categories = [ "data-structures", "concurrency", "rust-patterns", "no-std", ] license = "MIT" repository = "https://github.com/orxfun/orx-concurrent-vec/" [lib] name = "orx_concurrent_vec" path = "src/lib.rs" [[example]] name = "concurrent_grow_read_noupdate" path = "examples/concurrent_grow_read_noupdate.rs" [[example]] name = "concurrent_grow_read_update" path = "examples/concurrent_grow_read_update.rs" [[example]] name = "metrics_collection" path = "examples/metrics_collection.rs" [[example]] name = "random_actions" path = "examples/random_actions.rs" [[example]] name = "updater_reader" path = "examples/updater_reader.rs" [[test]] name = "concurrent_read_write" path = "tests/concurrent_read_write.rs" [[test]] name = "iter_shorthands" path = "tests/iter_shorthands.rs" [[test]] name = "len_exact" path = "tests/len_exact.rs" [[bench]] name = "collect_with_extend" path = "benches/collect_with_extend.rs" harness = false [[bench]] name = "collect_with_push" path = "benches/collect_with_push.rs" [dependencies.orx-concurrent-option] version = "1.3" [dependencies.orx-fixed-vec] version = "3.10" [dependencies.orx-pinned-concurrent-col] version = "2.8" [dependencies.orx-pinned-vec] version = "3.10" [dependencies.orx-pseudo-default] version = "1.4" default-features = false [dependencies.orx-split-vec] version = "3.10" [dev-dependencies.append-only-vec] version = "0.1.5" [dev-dependencies.boxcar] version = "0.2.5" [dev-dependencies.clap] version = "4.5.17" features = ["derive"] [dev-dependencies.criterion] version = "0.5.1" [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"