[package] name = "bitcoin-p2p-messages" version = "0.1.0" authors = ["Andrew Poelstra "] license = "CC0-1.0" repository = "https://github.com/rust-bitcoin/rust-bitcoin" description = "Peer-to-peer messages defined by the Bitcoin protocol" categories = ["cryptography::cryptocurrencies"] keywords = ["bitcoin", "peer-to-peer"] readme = "README.md" edition = "2021" rust-version = "1.63.0" exclude = ["tests", "contrib"] [dependencies] [dev-dependencies] [package.metadata.docs.rs] all-features = true rustdoc-args = ["--cfg", "docsrs"]