# 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 = "2018" name = "blocks_iterator" version = "1.0.5" authors = ["Riccardo Casatta "] description = "Iterates Bitcoin blocks" documentation = "https://docs.rs/blocks_iterator/" readme = "README.md" keywords = [ "bitcoin", "blocks", "iterate", ] categories = [ "cryptography::cryptocurrencies", "command-line-utilities", "encoding", ] license = "MIT" repository = "https://github.com/RCasatta/blocks_iterator" [dependencies.bitcoin] version = "0.32" features = ["serde"] [dependencies.bitcoin_slices] version = "0.9.0" features = [ "sha2", "bitcoin", ] [dependencies.clap] version = "4" features = ["derive"] optional = true [dependencies.fxhash] version = "0.2.1" [dependencies.glob] version = "0.3.0" [dependencies.log] version = "0.4.11" [dependencies.rand] version = "0.8.4" optional = true [dependencies.rayon] version = "1.5.0" [dependencies.rocksdb] version = "0.22.0" optional = true default-features = false [dependencies.thiserror] version = "1.0.40" [dev-dependencies.tempfile] version = "3.2.0" [dev-dependencies.test-log] version = "0.2.14" [features] cli = ["clap"] consensus = ["bitcoin/bitcoinconsensus"] db = [ "rocksdb", "rand", ] default = [] redb = ["bitcoin_slices/redb"]