mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-25 23:29:58 -07:00
global: datasets compression via zstd
This commit is contained in:
@@ -14,16 +14,17 @@ bincode = { git = "https://github.com/bincode-org/bincode.git" }
|
||||
biter = "0.1.0"
|
||||
bitcoin_hashes = { version = "0.14.0" }
|
||||
chrono = { version = "0.4.38", features = ["serde"] }
|
||||
clap = { version = "4.5.11", features = ["derive"] }
|
||||
clap = { version = "4.5.13", features = ["derive"] }
|
||||
color-eyre = "0.6.3"
|
||||
derive_deref = "1.1.1"
|
||||
inferno = "0.11.20"
|
||||
inferno = "0.11.21"
|
||||
itertools = "0.13.0"
|
||||
memory-stats = "1.2.0"
|
||||
ordered-float = "4.2.1"
|
||||
ordered-float = "4.2.2"
|
||||
rayon = "1.10.0"
|
||||
reqwest = { version = "0.12.5", features = ["blocking", "json"] }
|
||||
sanakirja = "1.4.2"
|
||||
serde = { version = "1.0.204", features = ["derive"] }
|
||||
serde_json = "1.0.120"
|
||||
toml = "0.8.16"
|
||||
serde_json = "1.0.122"
|
||||
toml = "0.8.19"
|
||||
zstd = "0.13.2"
|
||||
|
||||
Reference in New Issue
Block a user