# 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 = "mio-signals" version = "0.2.0" authors = ["Thomas de Zeeuw "] include = ["/Cargo.toml", "/src/**/*.rs", "/README.md", "/LICENSE"] description = "Crate for handling signals with Mio." documentation = "https://docs.rs/mio-signals" readme = "README.md" keywords = ["signals", "mio"] license = "MIT" repository = "https://github.com/Thomasdezeeuw/mio-signals" [dependencies.libc] version = "0.2.80" [dependencies.log] version = "0.4.11" [dependencies.mio] version = "0.8.0" features = ["os-ext"] [badges.travis-ci] branch = "master" repository = "Thomasdezeeuw/mio-signals"