forest_db 0.1.0

Database types used in Forest
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "forest_db"
description = "Database types used in Forest"
version = "0.1.0"
license = "MIT OR Apache-2.0"
authors = ["ChainSafe Systems <info@chainsafe.io>"]
edition = "2018"
repository = "https://github.com/ChainSafe/forest"

[dependencies]
rocksdb = { version = "0.15.0", optional = true }
sled = { version = "0.34", optional = true }
parking_lot = "0.11"
encoding = { package = "forest_encoding", path = "../../encoding", version = "0.2" }
thiserror = "1.0"