# 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 = "member-ref-vec" version = "0.1.5" authors = ["Billy Messenger "] description = "Allows you to create a \"temporary\" Vec of references which persists its allocated memory and which can be stored as a member variable" documentation = "https://docs.rs/member-ref-vec" readme = "README.md" keywords = ["ref", "reference", "references", "vec", "vector"] categories = ["data-structures"] license = "MIT" repository = "https://github.com/BillyDM/member-ref-vec" resolver = "2" [dependencies] [dev-dependencies.smallvec] version = "1.7" [badges.maintenance] status = "passively-maintained"