83 lines
1.8 KiB
TOML
83 lines
1.8 KiB
TOML
# 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 = "2018"
|
|
rust-version = "1.47"
|
|
name = "polling"
|
|
version = "2.8.0"
|
|
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
|
|
exclude = ["/.*"]
|
|
description = "Portable interface to epoll, kqueue, event ports, and IOCP"
|
|
readme = "README.md"
|
|
keywords = [
|
|
"mio",
|
|
"epoll",
|
|
"kqueue",
|
|
"iocp",
|
|
]
|
|
categories = [
|
|
"asynchronous",
|
|
"network-programming",
|
|
"os",
|
|
]
|
|
license = "Apache-2.0 OR MIT"
|
|
repository = "https://github.com/smol-rs/polling"
|
|
|
|
[package.metadata.docs.rs]
|
|
rustdoc-args = [
|
|
"--cfg",
|
|
"docsrs",
|
|
]
|
|
|
|
[dependencies.cfg-if]
|
|
version = "1"
|
|
|
|
[dependencies.log]
|
|
version = "0.4.11"
|
|
|
|
[dev-dependencies.easy-parallel]
|
|
version = "3.1.0"
|
|
|
|
[dev-dependencies.fastrand]
|
|
version = "1.9.0"
|
|
|
|
[build-dependencies.autocfg]
|
|
version = "1"
|
|
|
|
[features]
|
|
default = ["std"]
|
|
std = []
|
|
|
|
[target."cfg(any(unix, target_os = \"fuchsia\", target_os = \"vxworks\"))".dependencies.libc]
|
|
version = "0.2.77"
|
|
|
|
[target."cfg(windows)".dependencies.bitflags]
|
|
version = "1.3.2"
|
|
|
|
[target."cfg(windows)".dependencies.concurrent-queue]
|
|
version = "2.2.0"
|
|
|
|
[target."cfg(windows)".dependencies.pin-project-lite]
|
|
version = "0.2.9"
|
|
|
|
[target."cfg(windows)".dependencies.windows-sys]
|
|
version = "0.48"
|
|
features = [
|
|
"Win32_Foundation",
|
|
"Win32_Networking_WinSock",
|
|
"Win32_Storage_FileSystem",
|
|
"Win32_System_IO",
|
|
"Win32_System_LibraryLoader",
|
|
"Win32_System_Threading",
|
|
"Win32_System_WindowsProgramming",
|
|
]
|