| # 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 = "polling" |
| version = "2.0.2" |
| authors = ["Stjepan Glavina <stjepang@gmail.com>"] |
| description = "Portable interface to epoll, kqueue, event ports, and wepoll" |
| homepage = "https://github.com/stjepang/polling" |
| documentation = "https://docs.rs/polling" |
| readme = "README.md" |
| keywords = ["mio", "epoll", "kqueue", "iocp", "wepoll"] |
| categories = ["asynchronous", "network-programming", "os"] |
| license = "Apache-2.0 OR MIT" |
| repository = "https://github.com/stjepang/polling" |
| [dependencies.cfg-if] |
| version = "0.1.10" |
| |
| [dependencies.log] |
| version = "0.4.11" |
| [dev-dependencies.easy-parallel] |
| version = "3.1.0" |
| |
| [features] |
| default = ["std"] |
| std = [] |
| [target."cfg(unix)".dependencies.libc] |
| version = "0.2.77" |
| [target."cfg(windows)".dependencies.wepoll-sys] |
| version = "3.0.0" |
| |
| [target."cfg(windows)".dependencies.winapi] |
| version = "0.3.9" |
| features = ["ioapiset", "winsock2"] |