# 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 = "signal-hook-mio" version = "0.2.4" authors = [ "Michal 'vorner' Vaner ", "Thomas Himmelstoss ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "MIO support for signal-hook" documentation = "https://docs.rs/signal-hook-mio" readme = "README.md" keywords = [ "signal", "unix", "mio", ] license = "Apache-2.0/MIT" repository = "https://github.com/vorner/signal-hook" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "signal_hook_mio" path = "src/lib.rs" [[test]] name = "mio_0_6" path = "tests/mio_0_6.rs" [[test]] name = "mio_0_7" path = "tests/mio_0_7.rs" [[test]] name = "mio_0_8" path = "tests/mio_0_8.rs" [[test]] name = "mio_1_0" path = "tests/mio_1_0.rs" [dependencies.libc] version = "~0.2" [dependencies.mio-0_6] version = "~0.6" optional = true package = "mio" [dependencies.mio-0_7] version = "~0.7" features = [ "os-util", "uds", ] optional = true package = "mio" [dependencies.mio-0_8] version = "~0.8" features = [ "net", "os-ext", ] optional = true package = "mio" [dependencies.mio-1_0] version = "~1.0" features = [ "net", "os-ext", ] optional = true package = "mio" [dependencies.mio-uds] version = "~0.6" optional = true [dependencies.signal-hook] version = "~0.3" [dev-dependencies.mio-0_7] version = "~0.7" features = [ "os-util", "os-poll", "uds", ] package = "mio" [dev-dependencies.serial_test] version = "~0.5" [features] support-v0_6 = [ "mio-0_6", "mio-uds", ] support-v0_7 = ["mio-0_7"] support-v0_8 = ["mio-0_8"] support-v1_0 = ["mio-1_0"] [badges.maintenance] status = "actively-developed" [badges.travis-ci] repository = "vorner/signal-hook"