# 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-imp-vec" version = "2.8.0" authors = ["orxfun "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "`ImpVec` stands for immutable push vector 👿, it is a data structure which allows appending elements with a shared reference." readme = "README.md" keywords = [ "vec", "pinned", "bag", "container", "split", ] categories = [ "data-structures", "rust-patterns", "no-std", ] license = "MIT" repository = "https://github.com/orxfun/orx-imp-vec/" [lib] name = "orx_imp_vec" path = "src/lib.rs" [[example]] name = "bag_of_things" path = "examples/bag_of_things.rs" [[example]] name = "expressions" path = "examples/expressions.rs" [[example]] name = "system_of_linear_inequalities" path = "examples/system_of_linear_inequalities.rs" [[example]] name = "vector_var_imp_vec" path = "examples/vector_var_imp_vec.rs" [[example]] name = "vector_var_unsafe_cell_vec" path = "examples/vector_var_unsafe_cell_vec.rs" [[test]] name = "debug" path = "tests/debug.rs" [[test]] name = "deref_derefmut" path = "tests/deref_derefmut.rs" [[test]] name = "eq" path = "tests/eq.rs" [[test]] name = "from" path = "tests/from.rs" [[test]] name = "from_iter" path = "tests/from_iter.rs" [[test]] name = "imp_vec" path = "tests/imp_vec.rs" [[test]] name = "index" path = "tests/index.rs" [[test]] name = "into_iter" path = "tests/into_iter.rs" [[test]] name = "new" path = "tests/new.rs" [dependencies.orx-fixed-vec] version = "3.9" [dependencies.orx-pinned-vec] version = "3.9" [dependencies.orx-pseudo-default] version = "1.4" default-features = false [dependencies.orx-split-vec] version = "3.9"