# 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" rust-version = "1.75" name = "lookups" version = "0.2.0" authors = ["Mario Linke"] exclude = [ ".github", ".git", "Cargo.lock", ] description = "Improve the data retrieval operations for collections." documentation = "https://docs.rs/lookups/" readme = "README.md" keywords = [ "filter", "query", "index", "search", "collection", ] categories = [ "data-structures", "caching", ] license = "MIT" repository = "https://github.com/lima1909/lookups" [[bench]] name = "example" harness = false [dependencies.hashbrown] version = "0.14" optional = true [dev-dependencies.divan] version = "0.1" [dev-dependencies.rstest] version = "0.18" [features] hashbrown = ["dep:hashbrown"]