mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-25 07:09:59 -07:00
32 lines
857 B
TOML
32 lines
857 B
TOML
[package]
|
|
name = "parser"
|
|
version = "0.2.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
allocative = "0.3.3"
|
|
bincode = { git = "https://github.com/bincode-org/bincode.git" }
|
|
bitcoin = { version = "0.32.2", features = ["serde"] }
|
|
bitcoin_hashes = { version = "0.14.0" }
|
|
byteorder = "1.5.0"
|
|
chrono = { version = "0.4.38", features = ["serde"] }
|
|
color-eyre = "0.6.3"
|
|
db-key = "=0.0.5"
|
|
derive_deref = "1.1.1"
|
|
divan = "0.1.14"
|
|
fastrand = "2.1.0"
|
|
inferno = "0.11.19"
|
|
itertools = "0.13.0"
|
|
leveldb = "0.8.6"
|
|
memory-stats = "1.2.0"
|
|
nohash = "0.2.0"
|
|
ordered-float = "4.2.1"
|
|
par-iter-sync = "0.1.11"
|
|
rayon = "1.10.0"
|
|
reqwest = { version = "0.12.5", features = ["blocking", "json"] }
|
|
sanakirja = "1.4.2"
|
|
serde = { version = "1.0.203", features = ["derive"] }
|
|
serde_json = "1.0.120"
|