# 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 = "peerlink" version = "0.8.0" authors = ["Alfred Hodler "] description = "Low-level P2P Network Client" readme = "README.md" keywords = [ "p2p", "peer-to-peer", "networking", ] categories = ["network-programming"] license = "MIT" repository = "https://github.com/alfred-hodler/peerlink" [dependencies.async-channel] version = "2.1.1" optional = true [dependencies.crossbeam-channel] version = "0.5.10" [dependencies.log] version = "0.4.20" [dependencies.mio] version = "0.8.10" features = [ "net", "os-poll", ] [dependencies.nohash-hasher] version = "0.2.0" [dependencies.slab] version = "0.4.9" [dependencies.socks] version = "0.3.4" optional = true [dev-dependencies.env_logger] version = "0.10.1" [features] async = ["dep:async-channel"] socks = ["dep:socks"]