mirror of
https://github.com/openharmony/third_party_rust_signal-hook.git
synced 2026-07-01 20:44:18 -04:00
35 lines
838 B
TOML
35 lines
838 B
TOML
[package]
|
|
name = "signal-hook-async-std"
|
|
version = "0.2.2"
|
|
authors = [
|
|
"Michal 'vorner' Vaner <vorner@vorner.cz>",
|
|
"Thomas Himmelstoss <thimm@posteo.de>",
|
|
]
|
|
|
|
description = "async-std support for signal-hook"
|
|
documentation = "https://docs.rs/signal-hook-async-std"
|
|
readme = "README.md"
|
|
repository = "https://github.com/vorner/signal-hook"
|
|
keywords = ["signal", "unix", "async-std"]
|
|
license = "Apache-2.0/MIT"
|
|
|
|
edition = "2018"
|
|
|
|
[badges]
|
|
travis-ci = { repository = "vorner/signal-hook" }
|
|
maintenance = { status = "actively-developed" }
|
|
|
|
[dependencies]
|
|
libc = "~0.2"
|
|
async-io = "~1"
|
|
futures-lite = "~1"
|
|
signal-hook = { version = "~0.3", path = ".." }
|
|
|
|
[dev-dependencies]
|
|
async-std = { version = "~1", features = ["attributes"] }
|
|
serial_test = "~0.5"
|
|
|
|
[package.metadata.docs.rs]
|
|
all-features = true
|
|
rustdoc-args = ["--cfg", "docsrs"]
|