# 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] edition = "2018" name = "bitcoin-p2p" version = "0.0.2" authors = ["Steven Roose "] description = "Implementation of the Bitcoin p2p protocol." license = "CC0-1.0" repository = "https://github.com/stevenroose/rust-bitcoin-p2p" [dependencies.bitcoin] version = "0.25.0" [dependencies.crossbeam-channel] version = "0.4.0" optional = true [dependencies.log] version = "0.4.8" [dependencies.lru] version = "0.6.0" [dependencies.mio] version = "0.7.5" features = ["tcp", "os-poll"] [dependencies.rand] version = "0.7.2" [dependencies.rand_distr] version = "0.3.0" [dev-dependencies.chrono] version = "0.4.9" [dev-dependencies.fern] version = "0.5"