forked from 10XGenomics/rust-boomphf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
30 lines (27 loc) · 932 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[package]
name = "boomphf-patched"
version = "0.5.9-0"
authors = ["Patrick Marks <pmarks@gmail.com>"]
repository = "https://github.com/10XGenomics/rust-boomphf"
homepage = "https://github.com/10XGenomics/rust-boomphf"
license = "MIT"
description = "Scalable and Efficient Minimal Perfect Hash Functions (version modified by Piotr Beling)"
documentation = "https://10xgenomics.github.io/rust-boomphf/master/boomphf/index.html"
readme = "README.md"
keywords = ["hashing", "minimal", "perfect"]
edition = "2018"
include = ["src/**/*", "LICENSE", "README.md"]
[dependencies]
serde = { version=">=1.0", optional = true, features=["derive"] }
rayon = ">=1.0"
crossbeam-utils = ">=0.7.2, <0.9"
wyhash = ">=0.3, <=0.5"
log = "0.4.*"
#dyn_size_of = { version=">=0.*", git="https://github.com/beling/bsuccinct-rs" }
dyn_size_of = "*"
#[dev-dependencies]
#quickcheck = "1.0.2"
#bencher = ">=0.1"
#[[bench]]
#name = "build"
#harness = false