# 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 = "bitcoin-explorer" version = "1.2.20" exclude = ["./resources"] description = "High Performance Blockchain Deserializer" homepage = "https://github.com/Congyuwang/Rusty-Bitcoin-Explorer" readme = "README.md" keywords = [ "blockchain", "bitcoin", "explorer", "parser", "concurrency", ] license-file = "LICENSE.txt" repository = "https://github.com/Congyuwang/Rusty-Bitcoin-Explorer" [lib] name = "bitcoin_explorer" crate-type = ["lib"] doctest = false [dependencies.bitcoin] version = "=0.28.2" features = ["use-serde"] [dependencies.byteorder] version = "^1.4" [dependencies.db-key] version = "=0.0.5" [dependencies.hash_hasher] version = "^2.0.3" [dependencies.leveldb] version = "=0.8.6" [dependencies.log] version = "^0.4" [dependencies.num_cpus] version = "^1.13.0" [dependencies.par-iter-sync] version = "^0.1.11" [dependencies.rayon] version = "^1.5" [dependencies.rocksdb] version = "0.20.1" optional = true [dependencies.serde] version = "^1.0" [dependencies.tempdir] version = "^0.3.7" optional = true [features] default = ["on-disk-utxo"] on-disk-utxo = [ "rocksdb", "tempdir", ]