# 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-net" version = "0.4.0" authors = ["Alexis Sellier "] description = "Lightweight peer-to-peer networking" homepage = "https://cloudhead.io/nakamoto/" documentation = "https://docs.rs/nakamoto-net" license = "MIT" repository = "https://github.com/cloudhead/nakamoto" [dependencies.crossbeam-channel] version = "0.5.6" [dependencies.fastrand] version = "1.3.5" [dependencies.log] version = "0.4" [dependencies.quickcheck] version = "1" optional = true [dependencies.thiserror] version = "1.0" [features] default = []