# 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 = "enum-collections" version = "1.5.0" authors = ["Pavel Pscheidl "] description = "Collections data structures optimized for Enum, initializable at runtime." documentation = "https://docs.rs/enum-collections" readme = "README.md" keywords = [ "collections", "hashmap", "hashtable", "enum", "enummap", ] categories = ["data-structures"] license = "Apache-2.0" repository = "https://github.com/Pscheidl/enum-collections" resolver = "1" [[bench]] name = "enummap" harness = false [dependencies.enum-collections-macros] version = "1.0.1" [dev-dependencies.criterion] version = "0.5.1" [features] debug = ["variants"] default = [ "debug", "eq", ] eq = [] ext = [] variants = ["enum-collections-macros/variants"]