# 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 = "notifier" version = "0.1.3" authors = ["Alec Mocatta "] description = "A wrapper around platform event notification APIs that can also handle high-resolution timer events, including those set (on another thread) during a `notifier.wait()` call.\n" homepage = "https://github.com/alecmocatta/notifier" documentation = "https://docs.rs/notifier/0.1.3" readme = "README.md" keywords = ["poll", "epoll", "kqueue", "socket"] categories = ["development-tools", "network-programming"] license = "MIT OR Apache-2.0" repository = "https://github.com/alecmocatta/notifier" [package.metadata.docs.rs] features = ["tcp_typed"] [dependencies.either] version = "1.5" [dependencies.log] version = "0.4" [dependencies.mio] version = "0.6" [dependencies.palaver] version = "0.2" [dependencies.tcp_typed] version = "0.1" optional = true [target."cfg(unix)".dependencies.nix] version = "0.15" [target."cfg(windows)".dependencies.winapi] version = "0.3" [badges.azure-devops] pipeline = "tests" project = "alecmocatta/notifier" [badges.maintenance] status = "actively-developed"