# 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-split-vec" version = "3.10.0" authors = ["orxfun "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An efficient constant access time vector with dynamic capacity and pinned elements." readme = "README.md" keywords = [ "vec", "array", "split", "fragments", "pinned", ] categories = [ "data-structures", "rust-patterns", "no-std", ] license = "MIT" repository = "https://github.com/orxfun/orx-split-vec/" [lib] name = "orx_split_vec" path = "src/lib.rs" [[test]] name = "con_iter_over_range" path = "tests/con_iter_over_range.rs" [[test]] name = "con_pinned_vec" path = "tests/con_pinned_vec.rs" [[test]] name = "con_pinned_vec_grow" path = "tests/con_pinned_vec_grow.rs" [[test]] name = "first_last" path = "tests/first_last.rs" [[test]] name = "growth_constant_access" path = "tests/growth_constant_access.rs" [[test]] name = "growth_with_wasm32" path = "tests/growth_with_wasm32.rs" [[test]] name = "slices" path = "tests/slices.rs" [[test]] name = "slices_mut" path = "tests/slices_mut.rs" [[test]] name = "sort" path = "tests/sort.rs" [[bench]] name = "append" path = "benches/append.rs" [[bench]] name = "grow" path = "benches/grow.rs" [[bench]] name = "random_access" path = "benches/random_access.rs" [[bench]] name = "serial_access" path = "benches/serial_access.rs" harness = false [dependencies.orx-pinned-vec] version = "3.10" [dependencies.orx-pseudo-default] version = "1.4" default-features = false [dev-dependencies.criterion] version = "0.5" default-features = false [dev-dependencies.rand] version = "0.8" default-features = false [dev-dependencies.rand_chacha] version = "0.3" default-features = false [dev-dependencies.test-case] version = "3.3.1" [dev-dependencies.wasm-bindgen] version = "0.2" [dev-dependencies.wasm-bindgen-test] version = "0.3"