# 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" rust-version = "1.57" name = "with_capacity_safe" version = "0.4.2" authors = ["juzu "] description = "A safer alternative to Vec::with_capacity with into_raw_parts which can be used from stable" readme = "readme.md" keywords = ["Vec", "try_reserve", "with_capacity", "into_raw_parts"] license = "MIT" repository = "https://github.com/dochy-ksti/with_capacity_safe" [dependencies]