1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO 2# 3# When uploading crates to the registry Cargo will automatically 4# "normalize" Cargo.toml files for maximal compatibility 5# with all versions of Cargo and also rewrite `path` dependencies 6# to registry (e.g., crates.io) dependencies 7# 8# If you believe there's an error in this file please file an 9# issue against the rust-lang/cargo repository. If you're 10# editing this file be aware that the upstream Cargo.toml 11# will likely look very different (and much more reasonable) 12 13[package] 14edition = "2018" 15name = "mio" 16version = "0.7.11" 17authors = ["Carl Lerche <me@carllerche.com>", "Thomas de Zeeuw <thomasdezeeuw@gmail.com>", "Tokio Contributors <team@tokio.rs>"] 18include = ["Cargo.toml", "LICENSE", "README.md", "CHANGELOG.md", "src/**/*.rs", "examples/**/*.rs"] 19description = "Lightweight non-blocking IO" 20homepage = "https://github.com/tokio-rs/mio" 21documentation = "https://docs.rs/mio/0.7.7" 22readme = "README.md" 23keywords = ["io", "async", "non-blocking"] 24categories = ["asynchronous"] 25license = "MIT" 26repository = "https://github.com/tokio-rs/mio" 27[package.metadata.docs.rs] 28all-features = true 29rustdoc-args = ["--cfg", "docsrs"] 30targets = ["aarch64-apple-ios", "aarch64-linux-android", "x86_64-apple-darwin", "x86_64-pc-windows-msvc", "x86_64-sun-solaris", "x86_64-unknown-dragonfly", "x86_64-unknown-freebsd", "x86_64-unknown-linux-gnu", "x86_64-unknown-netbsd", "x86_64-unknown-openbsd"] 31 32[package.metadata.playground] 33features = ["os-poll", "os-ext", "net"] 34 35[[example]] 36name = "tcp_server" 37required-features = ["os-poll", "net"] 38 39[[example]] 40name = "udp_server" 41required-features = ["os-poll", "net"] 42[dependencies.log] 43version = "0.4.8" 44[dev-dependencies.env_logger] 45version = "0.6.2" 46default-features = false 47 48[dev-dependencies.rand] 49version = "0.4" 50 51[features] 52default = [] 53extra-docs = [] 54net = [] 55os-ext = ["os-poll"] 56os-poll = [] 57os-util = ["os-ext"] 58pipe = ["os-ext"] 59tcp = ["net"] 60udp = ["net"] 61uds = ["net"] 62[target."cfg(unix)".dependencies.libc] 63version = "0.2.86" 64[target."cfg(windows)".dependencies.miow] 65version = "0.3.6" 66 67[target."cfg(windows)".dependencies.ntapi] 68version = "0.3" 69 70[target."cfg(windows)".dependencies.winapi] 71version = "0.3" 72features = ["winsock2", "mswsock", "mstcpip"] 73