io-reactor 0.5.2

Concurrent I/O resource management using reactor pattern
Documentation
# 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 = "2021"
rust-version = "1.66"
name = "io-reactor"
version = "0.5.2"
authors = [
    "Dr. Maxim Orlovsky <orlovsky@ubideco.org>",
    "Alexis Sellier <alexis@cloudhead.io>",
]
description = "Concurrent I/O resource management using reactor pattern"
homepage = "https://github.com/rust-amplify"
readme = "README.md"
keywords = [
    "reactor",
    "networking",
    "patterns",
    "concurrency",
    "poll",
]
categories = [
    "concurrency",
    "asynchronous",
    "network-programming",
    "rust-patterns",
]
license = "Apache-2.0"
repository = "https://github.com/rust-amplify/io-reactor"

[package.metadata.docs.rs]
all-features = true
rustc-args = [
    "--cfg",
    "docsrs",
]

[lib]
name = "reactor"

[dependencies.amplify]
version = "4.6.0"
features = ["hex"]

[dependencies.crossbeam-channel]
version = "0.5.13"

[dependencies.libc]
version = "0.2.155"

[dependencies.log]
version = "0.4.22"
features = ["kv_unstable"]
optional = true

[dependencies.mio]
version = "1.0.0"
optional = true

[dependencies.polling]
version = "3.7.2"
optional = true

[dependencies.popol]
version = "3.0.0"
optional = true

[features]
all = [
    "popol",
    "polling",
    "mio",
    "log",
]
default = ["popol"]