# 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-mio" version = "0.1.0" authors = ["John Cantrell "] description = "Mio-based networking for nakamoto" homepage = "https://github.com/johncantrell97/nakamoto-net-mio" documentation = "https://docs.rs/nakamoto-net-mio" readme = "README.md" license = "MIT" repository = "https://github.com/johncantrell97/nakamoto-net-mio" [dependencies.crossbeam-channel] version = "0.5.6" [dependencies.libc] version = "0.2" [dependencies.log] version = "0.4" [dependencies.mio] version = "0.8.5" features = [ "os-poll", "net", ] [dependencies.nakamoto-net] version = "0.4.0" [dependencies.socket2] version = "0.4" [dev-dependencies.fastrand] version = "1.3.5" [dev-dependencies.lazy_static] version = "1.4" [dev-dependencies.quickcheck] version = "1" default-features = false [dev-dependencies.quickcheck_macros] version = "1"