bcloop 0.1.0

A tool for processing Bitcoin-like blockchain data
Documentation
[[bin]]
name = "bcloop"
path = "src/main.rs"

[dependencies.clap]
features = ["derive"]
version = "4.5.38"

[dependencies.csv]
version = "1.3.1"

[dependencies.fxhash]
version = "0.2.1"

[dependencies.hex]
version = "0.4.3"

[dependencies.indicatif]
version = "0.17.11"

[dependencies.rayon]
version = "1.10.0"

[dependencies.ripemd]
version = "0.1.3"

[dependencies.serde]
features = ["serde_derive"]
version = "1.0.219"

[dependencies.sha2]
features = ["asm"]
version = "0.10.9"

[dependencies.size-of]
version = "0.1.5"

[dependencies.thousands]
version = "0.2.0"

[lib]
name = "bcloop"
path = "src/lib.rs"

[lints.rust]
non_camel_case_types = "allow"
unused = "allow"

[package]
authors = ["vladkens"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A tool for processing Bitcoin-like blockchain data"
edition = "2024"
keywords = ["blockchain", "bitcoin", "litecoin", "parser", "crypto"]
license = "MIT"
name = "bcloop"
readme = "README.md"
repository = "https://github.com/vladkens/bcloop"
version = "0.1.0"

[profile.release]
panic = "abort"
strip = false