11[package ]
22name = " grovedb"
33description = " Fully featured database using balanced hierarchical authenticated data structures"
4- version = " 2.0.3 "
4+ version = " 2.1.0 "
55authors = [" Samuel Westrich <sam@dash.org>" , " Wisdom Ogwu <wisdom@dash.org" , " Evgeny Fomin <evgeny.fomin@dash.org>" ]
66edition = " 2021"
77license = " MIT"
@@ -11,37 +11,39 @@ readme = "../README.md"
1111documentation = " https://docs.rs/grovedb"
1212
1313[dependencies ]
14- grovedb-merk = { version = " 2.0.3" , path = " ../merk" , optional = true , default-features = false }
15- thiserror = { version = " 1.0.59" , optional = true }
16- tempfile = { version = " 3.10.1" , optional = true }
14+ grovedb-costs = { version = " 2.1.0" , path = " ../costs" , optional = true }
15+ grovedbg-types = { version = " 2.1.0" , path = " ../grovedbg-types" , optional = true }
16+ grovedb-merk = { version = " 2.1.0" , path = " ../merk" , optional = true , default-features = false }
17+ grovedb-path = { version = " 2.1.0" , path = " ../path" }
18+ grovedb-storage = { version = " 2.1.0" , path = " ../storage" , optional = true }
19+ grovedb-version = { version = " 2.1.0" , path = " ../grovedb-version" }
20+ grovedb-visualize = { version = " 2.1.0" , path = " ../visualize" , optional = true }
21+
22+ axum = { version = " 0.7.5" , features = [" macros" ], optional = true }
1723bincode = { version = " 2.0.0-rc.3" }
18- grovedb-storage = { version = " 2.0.3" , path = " ../storage" , optional = true }
19- grovedb-visualize = { version = " 2.0.3" , path = " ../visualize" , optional = true }
20- hex = " 0.4.3"
21- itertools = { version = " 0.12.1" , optional = true }
24+ bitvec = " 1"
25+ blake3 = " 1.4.0"
2226derive_more = " 0.99.18"
23- integer-encoding = { version = " 4.0.0" , optional = true }
24- grovedb-costs = { version = " 2.0.3" , path = " ../costs" , optional = true }
25- nohash-hasher = { version = " 0.2.0" , optional = true }
27+ hex = " 0.4.3"
2628indexmap = " 2.2.6"
29+ integer-encoding = { version = " 4.0.0" , optional = true }
2730intmap = { version = " 2.0.0" , optional = true }
28- grovedb-path = { version = " 2.0.3" , path = " ../path" }
29- grovedbg-types = { version = " 2.0.3" , path = " ../grovedbg-types" , optional = true }
31+ itertools = { version = " 0.12.1" , optional = true }
32+ nohash-hasher = { version = " 0.2.0" , optional = true }
33+ tempfile = { version = " 3.10.1" , optional = true }
34+ thiserror = { version = " 1.0.59" , optional = true }
35+ tokio-util = { version = " 0.7.12" , optional = true }
3036tokio = { version = " 1.40.0" , features = [" rt-multi-thread" , " net" ], optional = true }
31- axum = { version = " 0.7.5" , features = [" macros" ], optional = true }
3237tower-http = { version = " 0.5.2" , features = [" fs" ], optional = true }
33- blake3 = " 1.4.0"
34- bitvec = " 1"
3538zip-extensions = { version =" 0.6.2" , optional = true }
36- grovedb-version = { path = " ../grovedb-version" , version = " 2.0.3" }
37- tokio-util = { version = " 0.7.12" , optional = true }
3839
3940[dev-dependencies ]
40- rand = " 0.8.5"
41+ grovedb-epoch-based-storage-flags = { version = " 2.1.0" , path = " ../grovedb-epoch-based-storage-flags" }
42+
4143criterion = " 0.5.1"
4244hex = " 0.4.3"
4345pretty_assertions = " 1.4.0"
44- grovedb-epoch-based-storage-flags = { version = " 2.0.3 " , path = " ../grovedb-epoch-based-storage-flags " }
46+ rand = " 0.8.5 "
4547
4648[[bench ]]
4749name = " insertion_benchmark"
0 commit comments