# 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 = "bitcoinquery" version = "0.1.30" description = "A Package for Reading from Bitcoin Core Binary Blockchain" homepage = "https://github.com/Congyuwang/BitcoinQueryPy" readme = "README.md" license-file = "LICENSE.txt" repository = "https://github.com/Congyuwang/BitcoinQueryPy" [lib] name = "bitcoinquery" crate-type = ["cdylib", "rlib"] [dependencies.bitcoin] version = "^0.27" features = ["use-serde"] [dependencies.bitcoin_hashes] version = "0.10.0" [dependencies.byteorder] version = "^1.4" [dependencies.db-key] version = "0.0.5" [dependencies.leveldb] version = "0.8.6" [dependencies.log] version = "^0.4" [dependencies.num_cpus] version = "1.13.0" [dependencies.pyo3] version = "0.14.5" features = ["extension-module"] [dependencies.pyo3-log] version = "0.4.0" [dependencies.pythonize] version = "0.14.0" [dependencies.rayon] version = "1.5.1" [dependencies.serde] version = "1.0.130" [dependencies.serde_json] version = "1.0.68"