# 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.60" name = "partition-point-veb-layout" version = "0.1.1" authors = ["Toru3 "] description = "partition_point van Emde Boas layout" documentation = "https://docs.rs/partition-point-veb-layout/" readme = "README.md" keywords = [ "algorithm", "partition_point", "binary_search", "van_Emde_Boas_layout", "cache-oblivious", ] categories = ["algorithms"] license = "AGPL-3.0-or-later" repository = "https://gitlab.com/Toru3/partition-point-veb-layout" [profile.dev] opt-level = 1 [[bench]] name = "bench" harness = false [dependencies.rayon] version = "1.7.0" optional = true [dev-dependencies.criterion] version = "0.3.6" features = ["html_reports"] [dev-dependencies.pcg_rand] version = "0.13.0" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.rayon] version = "1.7.0" [dev-dependencies.smallvec] version = "1.10.0" features = ["const_generics"] [features] default = ["rayon"]