# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "fluence-fork-libp2p-tcp" version = "0.27.3" authors = ["Parity Technologies "] description = "TCP/IP transport protocol for libp2p" keywords = ["peer-to-peer", "libp2p", "networking"] categories = ["network-programming", "asynchronous"] license = "MIT" repository = "https://github.com/libp2p/rust-libp2p" [package.metadata.workspaces] independent = true [lib] name = "libp2p_tcp" [dependencies.async-io-crate] version = "1.2.0" optional = true package = "async-io" [dependencies.futures] version = "0.3.8" [dependencies.futures-timer] version = "3.0" [dependencies.if-addrs] version = "0.6.4" optional = true [dependencies.if-watch] version = "0.2.0" optional = true [dependencies.ipnet] version = "2.0.0" [dependencies.libc] version = "0.2.80" [dependencies.libp2p-core] version = "0.27.2" package = "fluence-fork-libp2p-core" [dependencies.log] version = "0.4.11" [dependencies.socket2] version = "0.3.17" features = ["reuseport"] [dependencies.tokio-crate] version = "1.0.1" features = ["net"] optional = true default-features = false package = "tokio" [dev-dependencies.async-std] version = "1.6.5" features = ["attributes"] [dev-dependencies.env_logger] version = "0.8.2" [dev-dependencies.tokio-crate] version = "1.0.1" features = ["net", "rt"] default-features = false package = "tokio" [features] async-io = ["async-io-crate", "if-watch"] default = ["async-io"] tokio = ["tokio-crate", "if-addrs"]