# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "bitcoin-block-parser" version = "0.5.2" authors = ["Saigo Nanshu"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Fast optimized parser for the bitcoin `blocks` data with UTXO tracking." documentation = "https://docs.rs/bitcoin-block-parser" readme = "README.md" keywords = [ "crypto", "bitcoin", ] categories = ["cryptography::cryptocurrencies"] license = "MIT" repository = "https://github.com/sumopool/bitcoin-block-parser" [lib] name = "bitcoin_block_parser" path = "src/lib.rs" [[bin]] name = "bitcoin-block-parser" path = "src/main.rs" [dependencies.anyhow] version = "1.0.88" [dependencies.bincode] version = "1.3.3" [dependencies.bitcoin] version = "0.32.2" [dependencies.clap] version = "4.5.16" features = ["derive"] [dependencies.crossbeam-channel] version = "0.5.13" [dependencies.dashmap] version = "6.1.0" [dependencies.env_logger] version = "0.11.5" [dependencies.log] version = "0.4.22" [dependencies.rand] version = "0.8.5" features = ["small_rng"] [dependencies.scalable_cuckoo_filter] version = "0.3.2" features = ["serde_support"] [dependencies.threadpool] version = "1.8.1"