# 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 = "velcro" version = "0.5.4" authors = ["Peter Hall "] description = """ Convenience macros for initializing vectors, hash maps and other Rust collections. """ homepage = "https://github.com/peterjoel/velcro" documentation = "https://docs.rs/velcro/latest/velcro" readme = "README.md" keywords = [ "vector", "macro", "hashmap", "literal", ] categories = [ "data-structures", "rust-patterns", ] license = "Unlicense OR MIT" repository = "https://github.com/peterjoel/velcro" [dependencies.velcro_macros] version = "=0.5.4" [dev-dependencies.indexmap] version = "1.6.0"