blob: cf2bded9d07bb25780d01adfa4758ece92d00c00 [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 = "nb-connect"
version = "1.1.0"
authors = ["Stjepan Glavina <stjepang@gmail.com>", "Jayce Fayne <jayce.fayne@mailbox.org>"]
description = "Non-blocking TCP or Unix connect"
homepage = "https://github.com/smol-rs/nb-connect"
documentation = "https://docs.rs/nb-connect"
keywords = ["TcpStream", "UnixStream", "socket2", "polling"]
categories = ["asynchronous", "network-programming", "os"]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/smol-rs/nb-connect"
[dependencies.socket2]
version = "0.4.0"
features = ["all"]
[dev-dependencies.polling]
version = "2.0.0"
[target."cfg(unix)".dependencies.libc]
version = "0.2.77"