mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-07-24 09:28:11 -07:00
git: reset
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
[package]
|
||||
name = "parser"
|
||||
version = "0.1.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.1.0"
|
||||
nohash = "0.2.0"
|
||||
ordered-float = "4.2.0"
|
||||
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.117"
|
||||
Reference in New Issue
Block a user