# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "hammersbald" version = "3.0.1" authors = ["Tamas Blummer ", "Steven Roose "] description = "Hammersbald - fast persistent store for a blockchain" homepage = "https://github.com/rust-bitcoin/hammersbald/" documentation = "https://github.com/rust-bitcoin/hammersbald/" readme = "README.md" keywords = ["blockchain", "bitcoin", "hammersbald"] license = "Apache-2.0" repository = "https://github.com/rust-bitcoin/hammersbald/" [lib] name = "hammersbald" path = "src/lib.rs" [dependencies.bitcoin] version = "0.26" features = ["use-serde"] optional = true [dependencies.bitcoin_hashes] version = "0.9" [dependencies.byteorder] version = "1.2" [dependencies.lru-cache] version = "0.1.1" [dependencies.rand] version = "0.7" [dev-dependencies.hex] version = "0.3" [features] bitcoin_support = ["bitcoin"]