# 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 = "collection_literals" version = "1.0.1" exclude = [".idea", "collection_literals.iml"] description = "Easy-to-use macros for initializing std::collections" readme = "README.md" license = "MIT" repository = "https://github.com/vna2rexlnt/collection_literals" resolver = "2" [[test]] name = "collection" path = "tests/collection.rs" [[test]] name = "hash" path = "tests/hash.rs" [[test]] name = "btree" path = "tests/btree.rs" [dependencies]