# 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 = "2018" name = "index_vec" version = "0.1.4" authors = ["Thom Chiovoloni "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Newtype-style helpers for `Vec` and `usize`." readme = "README.md" keywords = [ "newtype", "vec", "index", "indexed", "usize", ] categories = [ "data-structures", "no-std", "rust-patterns", ] license = "MIT/Apache-2.0" repository = "http://github.com/thomcc/index_vec" [package.metadata.docs.rs] features = ["example_generated"] [lib] name = "index_vec" path = "src/lib.rs" [[test]] name = "test" path = "tests/test.rs" [dependencies.rkyv] version = "0.7" optional = true [dependencies.serde] version = "1" optional = true [features] default = [] example_generated = []