parity-db 0.2.2

Key-value database for the blockchain
Documentation
[package]
name = "parity-db"
version = "0.2.2"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018"
license = "MIT OR Apache-2.0"
homepage = "https://substrate.dev"
repository = "https://github.com/paritytech/parity-db/"
description = "Key-value database for the blockchain"

[dependencies]
log = "0.4.8"
parking_lot = "0.11	"
memmap2 = "0.2"
blake2-rfc = "0.2.18"
libc = "0.2"
crc32fast = "1.2.0"
rand = "0.8.2"
hex = "0.4.2"

[dev-dependencies]
env_logger = "0.8.2"

[profile.release]
panic = "abort"
codegen-units = 1
lto = "fat"
debug = true

[workspace]
members = [
	".",
	"bench/core",
	"bench/bin",
]