# 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 = "fast_forward" version = "0.0.2" authors = ["Mario Linke"] description = "Quering collections blazing fast." documentation = "https://docs.rs/fast_forward/" readme = "README.md" keywords = [ "filter", "query", "index", "search", "collection", ] categories = [ "data-structures", "caching", ] license = "MIT" repository = "https://github.com/lima1909/fast-forward" resolver = "1" [lib] path = "./src/lib.rs" bench = false [[bench]] name = "bench_index" harness = false [dependencies.hashbrown] version = "0.14" optional = true [dev-dependencies.criterion] version = "0.5" [dev-dependencies.rstest] version = "0.18" [features] hashbrown = ["dep:hashbrown"]