# 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 = "vec_remove_if" version = "1.0.0" authors = [ "Damian J Pound ", "Matthew \"Juniper\" Barlett ", ] description = "Extract elements from a vector based on supplied criteria" readme = "README.md" keywords = [ "vec", "remove", "swap_remove", ] categories = [ "rust-patterns", "memory-management", ] license = "MIT" repository = "https://gitlab.com/SnSDev/vec_remove_if" [lib] path = "./lib.rs" [dependencies] [dev-dependencies.pretty_assertions] version = "~0.6.1"