# 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" name = "stakker_mio" version = "0.2.5" authors = ["Jim Peters "] description = "Mio I/O polling integration for the Stakker crate" documentation = "https://docs.rs/stakker_mio" readme = "README.md" keywords = [ "mio", "event-loop", "stakker", ] categories = [ "asynchronous", "network-programming", ] license = "MIT/Apache-2.0" repository = "https://github.com/uazu/stakker_mio" [dependencies.mio] version = "0.8" features = [ "os-poll", "os-ext", "net", ] [dependencies.rustls] version = "0.20.8" optional = true [dependencies.slab] version = "0.4" [dependencies.stakker] version = "0.2" [badges.maintenance] status = "actively-developed"