1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
2#
3# When uploading crates to the registry Cargo will automatically
4# "normalize" Cargo.toml files for maximal compatibility
5# with all versions of Cargo and also rewrite `path` dependencies
6# to registry (e.g., crates.io) dependencies.
7#
8# If you are reading this file be aware that the original Cargo.toml
9# will likely look very different (and much more reasonable).
10# See Cargo.toml.orig for the original contents.
11
12[package]
13edition = "2018"
14name = "signal-hook"
15version = "0.3.10"
16authors = ["Michal 'vorner' Vaner <vorner@vorner.cz>", "Thomas Himmelstoss <thimm@posteo.de>"]
17description = "Unix signal handling"
18documentation = "https://docs.rs/signal-hook"
19readme = "README.md"
20keywords = ["signal", "unix", "daemon"]
21license = "Apache-2.0/MIT"
22repository = "https://github.com/vorner/signal-hook"
23[package.metadata.docs.rs]
24all-features = true
25rustdoc-args = ["--cfg", "docsrs"]
26[dependencies.libc]
27version = "^0.2"
28
29[dependencies.signal-hook-registry]
30version = "^1.4"
31[dev-dependencies.serial_test]
32version = "^0.5"
33[build-dependencies.cc]
34version = "^1"
35optional = true
36
37[features]
38channel = []
39default = ["channel", "iterator"]
40extended-siginfo = ["channel", "iterator", "extended-siginfo-raw"]
41extended-siginfo-raw = ["cc"]
42iterator = ["channel"]
43[badges.maintenance]
44status = "actively-developed"
45