# 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 = "pointer_vec" version = "0.1.1" description = "The PointerVec works same as the std Vec structure except the Vec has a size of 3 usize (pointer, length, capacity). This crate provides a replacement that has a size of 1 pointer." readme = "README.md" keywords = [ "vector", "Vec", "pointer", "Ptr", "slice", ] categories = ["data-structures"] license = "MIT OR Apache-2.0" repository = "https://gitlab.com/yc25/pointer-vec" resolver = "2" [dependencies]