redox_event 0.4.4

A Rust library to use Redox I/O events
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"
name = "redox_event"
version = "0.4.4"
authors = ["Jeremy Soller <jackpot51@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust library to use Redox I/O events"
documentation = "https://docs.rs/redox_event"
readme = "README.md"
license = "MIT"
repository = "https://gitlab.redox-os.org/redox-os/event"

[features]
default = ["wrappers"]
wrappers = []

[lib]
name = "event"
path = "src/lib.rs"

[dependencies.bitflags]
version = "2"

[dependencies.libredox]
version = "0.1.12"
default-features = false

[dependencies.redox_syscall]
version = "0.7"
optional = true