nuclei 0.1.2

Proactive IO & runtime system
Documentation
[dependencies.agnostik]
version = "0.2"

[dependencies.futures]
version = "0.3.5"

[dependencies.futures-io]
version = "0.3.5"

[dependencies.futures-util]
version = "0.3.5"

[dependencies.lever]
version = "0.1"

[dependencies.libc]
version = "0.2"

[dependencies.once_cell]
version = "1.4.0"

[dependencies.pin-utils]
version = "0.1.0"

[dependencies.socket2]
features = ["pair", "unix"]
version = "0.3.12"

[features]
asyncstd = ["agnostik/runtime_asyncstd"]
bastion = ["agnostik/runtime_bastion"]
default = ["bastion", "epoll"]
epoll = []
iouring = ["iou", "uring-sys"]
smol = ["agnostik/runtime_smol"]
tokio = ["agnostik/runtime_tokio"]

[package]
authors = ["Mahmut Bulut <vertexclique@gmail.com>"]
autoexamples = false
categories = ["concurrency", "asynchronous"]
description = "Proactive IO & runtime system"
documentation = "https://docs.rs/nuclei"
edition = "2018"
exclude = ["data/*", ".github/*", "examples/*", "graphstore/*", "tests/*", "img/*", "ci/*", "benches/*", "doc/*", "*.png", "*.dot", "*.yml", "*.toml", "*.md"]
homepage = "https://github.com/vertexclique/nuclei"
keywords = ["io", "async", "uring", "iouring", "proactor"]
license = "Apache-2.0/MIT"
name = "nuclei"
readme = "README.md"
repository = "https://github.com/vertexclique/nuclei"
version = "0.1.2"
[target."cfg(target_os = \"linux\")".dependencies.iou]
optional = true
version = "0.0.0-ringbahn.1"

[target."cfg(target_os = \"linux\")".dependencies.uring-sys]
optional = true
version = "0.6.1"