# 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 = "2021" name = "nakamoto-common" version = "0.4.0" authors = ["Alexis Sellier "] description = "Common types and functions shared by all nakamoto crates" homepage = "https://cloudhead.io/nakamoto/" documentation = "https://docs.rs/nakamoto-common" license = "MIT" repository = "https://github.com/cloudhead/nakamoto" [dependencies.bitcoin] version = "0.29.2" [dependencies.bitcoin_hashes] version = "0.11.0" [dependencies.fastrand] version = "1.3.5" [dependencies.log] version = "0.4" optional = true [dependencies.microserde] version = "0.1" [dependencies.nakamoto-net] version = "0.4.0" [dependencies.nonempty] version = "0.7" [dependencies.thiserror] version = "1.0"