| # 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 = "mio" |
| version = "0.7.0" |
| authors = ["Carl Lerche <me@carllerche.com>"] |
| exclude = [".gitignore", ".travis.yml"] |
| description = "Lightweight non-blocking IO" |
| homepage = "https://github.com/tokio-rs/mio" |
| documentation = "https://docs.rs/mio/0.7.0" |
| readme = "README.md" |
| keywords = ["io", "async", "non-blocking"] |
| categories = ["asynchronous"] |
| license = "MIT" |
| repository = "https://github.com/tokio-rs/mio" |
| [package.metadata.docs.rs] |
| all-features = true |
| rustdoc-args = ["--cfg", "docsrs"] |
| |
| [[example]] |
| name = "tcp_server" |
| required-features = ["os-poll", "tcp"] |
| |
| [[example]] |
| name = "udp_server" |
| required-features = ["os-poll", "udp"] |
| [dependencies.log] |
| version = "0.4.8" |
| [dev-dependencies.env_logger] |
| version = "0.6.2" |
| default-features = false |
| |
| [dev-dependencies.net2] |
| version = "0.2.33" |
| |
| [features] |
| default = [] |
| extra-docs = [] |
| os-poll = [] |
| os-util = [] |
| tcp = [] |
| udp = [] |
| uds = [] |
| [target."cfg(unix)".dependencies.libc] |
| version = "0.2.62" |
| [target."cfg(windows)".dependencies.lazy_static] |
| version = "1.4.0" |
| |
| [target."cfg(windows)".dependencies.miow] |
| version = "0.3.3" |
| |
| [target."cfg(windows)".dependencies.ntapi] |
| version = "0.3" |
| |
| [target."cfg(windows)".dependencies.winapi] |
| version = "0.3" |
| features = ["winsock2", "mswsock"] |