# 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 = "header-vec" version = "0.1.3" authors = ["Geordon Worley "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Vector with user-specified header, length, capacity, and array elements all stored on the heap together" documentation = "https://docs.rs/header-vec/" readme = "README.md" keywords = [ "header", "heap", "vec", "vector", "graph", ] categories = ["no-std"] license = "MIT" repository = "https://github.com/rust-cv/header-vec" [lib] name = "header_vec" path = "src/lib.rs" [[example]] name = "doc_example" path = "examples/doc_example.rs" [[test]] name = "simple" path = "tests/simple.rs" [[bench]] name = "compare_std_vec" path = "benches/compare_std_vec.rs"