# 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 = "2018" name = "rsdict" version = "0.0.8" authors = ["Sujay Jayakar "] description = "Fast static rank and select data structure" homepage = "https://github.com/sujayakar/rsdict" readme = "README.md" keywords = [ "rank", "select", "succinct", ] categories = ["data-structures"] license = "MIT/Apache-2.0" repository = "https://github.com/sujayakar/rsdict" [profile.release] debug = true debug-assertions = true overflow-checks = true [[test]] name = "rsdict_fuzz" path = "src/rsdict_fuzz.rs" harness = false required-features = ["fuzz"] [[bench]] name = "rank_select" harness = false [dependencies.afl] version = "0.13.3" optional = true [dev-dependencies.criterion] version = "0.5" [dev-dependencies.quickcheck] version = "1.0.3" [dev-dependencies.quickcheck_macros] version = "1.0.0" [dev-dependencies.rand] version = "0.8" [dev-dependencies.succinct] version = "0.5.2" [features] default = [] fuzz = ["afl"] simd = []