2018-06-20 15:13:07 +02:00
|
|
|
[package]
|
|
|
|
name = "blooms-db"
|
|
|
|
version = "0.1.0"
|
|
|
|
license = "GPL-3.0"
|
|
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
2019-06-26 12:24:32 +02:00
|
|
|
edition = "2018"
|
2018-06-20 15:13:07 +02:00
|
|
|
|
|
|
|
[dependencies]
|
2019-10-08 14:18:44 +02:00
|
|
|
ethbloom = "0.8.0"
|
2020-02-07 17:23:45 +01:00
|
|
|
parking_lot = "0.10.0"
|
2018-06-20 15:13:07 +02:00
|
|
|
|
|
|
|
[dev-dependencies]
|
2019-09-05 19:28:01 +02:00
|
|
|
criterion = "0.3"
|
2018-06-20 15:13:07 +02:00
|
|
|
tempdir = "0.3"
|
2019-09-05 19:28:01 +02:00
|
|
|
|
|
|
|
[[bench]]
|
|
|
|
name = "blooms"
|
|
|
|
harness = false
|