blob: e1d8d22da40fccdc6e0403d1ef8246e20ab29db7 [file] [log] [blame]
# 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 = "async-net"
version = "1.5.0"
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
description = "Async networking primitives for TCP/UDP/Unix communication"
homepage = "https://github.com/stjepang/async-net"
documentation = "https://docs.rs/async-net"
readme = "README.md"
keywords = ["networking", "uds", "mio", "reactor", "std"]
categories = ["asynchronous", "network-programming", "os"]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/stjepang/async-net"
[dependencies.async-io]
version = "1.0.0"
[dependencies.blocking]
version = "1.0.0"
[dependencies.fastrand]
version = "1.3.5"
[dependencies.futures-lite]
version = "1.11.0"