# 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 = "utxo-scanner" version = "0.4.0" authors = ["Matt Dizak"] autotests = false description = "Scans the chainstate LevelDB database of, Bitcoin Core and extracts all UTXOs into either a RocksDB database, CSV file, or both." readme = "Readme.md" license = "MIT" license-file = "License" repository = "https://github.com/mdizak/rust-utxo-scanner" [lib] name = "utxo_scanner" [dependencies.bitcoin-bech32] version = "0.12.1" [dependencies.crond] version = "0.1.1" [dependencies.db-key] version = "=0.0.5" [dependencies.hex] version = "0.4.3" [dependencies.lazy_static] version = "1.4.0" [dependencies.leveldb] version = "0.8.6" [dependencies.rocksdb] version = "0.20.1" [dependencies.rusqlite] version = "0.27.0" features = ["bundled"] [dependencies.rust-base58] version = "0.0.4" [dependencies.rust-crypto] version = "0.2.36" [dependencies.secp256k1] version = "0.26.0"