# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "persist-o-vec" version = "0.3.1" authors = ["Luke Jones "] include = ["src/*.rs", "Cargo.toml", "LICENSE"] description = "A Vec type that aims to have stable indices and memory location" documentation = "https://gitlab.com/flukejones/persist-o-vec" readme = "README.md" keywords = ["vec"] categories = ["data-structures"] license = "MPL-2.0" repository = "https://gitlab.com/flukejones/persist-o-vec" [profile.bench] opt-level = 3 debug = false rpath = false [profile.dev] opt-level = 2 debug = true [[bench]] name = "bench" path = "benches/bench.rs" harness = false [dependencies] [dev-dependencies.bencher] version = "0.1.5" [badges.gitlab] branch = "master" repository = "https://gitlab.com/flukejones/persist-o-vec"