# 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 = "murmel" version = "0.2.1" authors = ["Tamas Blummer "] description = "Murmel Bitcoin node" homepage = "https://github.com/rust-bitcoin/murmel/" documentation = "https://github.com/rust-bitcoin/murmel/" readme = "README.md" keywords = ["bitcoin"] license = "Apache-2.0" repository = "https://github.com/rust-bitcoin/murmel/" [lib] name = "murmel" path = "src/lib.rs" [dependencies.bitcoin] version = "0.21" features = ["serde"] [dependencies.bitcoin_hashes] version = "0.7" [dependencies.byteorder] version = "1.2" [dependencies.futures-preview] version = "=0.3.0-alpha.18" [dependencies.futures-timer] version = "0.3" [dependencies.hammersbald] version = "2.4" features = ["bitcoin_support"] [dependencies.lightning] version = "0.0.9" optional = true [dependencies.log] version = "0.4" [dependencies.lru-cache] version = "0.1.1" [dependencies.mio] version = "0.6" [dependencies.rand] version = "0.7" [dependencies.serde] version = "1" [dependencies.serde_derive] version = "1" [dependencies.simple_logger] version = "0.5.0" [dev-dependencies.hex] version = "0.3" [dev-dependencies.rustc-serialize] version = "0.3" [dev-dependencies.tempfile] version = "3.0.2"