# 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] name = "ordsearch" version = "0.2.7" authors = ["Jon Gjengset "] description = "A data structure for efficient lower-bound lookups" homepage = "https://github.com/jonhoo/ordsearch" documentation = "https://docs.rs/ordsearch" readme = "README.md" keywords = [ "data-structures", "search", "performance", "Eytzinger", ] categories = [ "data-structures", "memory-management", ] license = "MIT/Apache-2.0" repository = "https://github.com/jonhoo/ordsearch.git" [[bench]] name = "search_comparison" harness = false [dev-dependencies.criterion] version = "0.5" features = ["html_reports"] [dev-dependencies.num-traits] version = "0.2.15" [features] default = [] nightly = [] [target."cfg(any())".dependencies.regex] version = "1.6.0" optional = true [target."cfg(any())".dependencies.serde] version = "1.0.100" optional = true