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] 13name = "signal-hook-registry" 14version = "1.4.2" 15authors = [ 16 "Michal 'vorner' Vaner <vorner@vorner.cz>", 17 "Masaki Hara <ackie.h.gmai@gmail.com>", 18] 19description = "Backend crate for signal-hook" 20documentation = "https://docs.rs/signal-hook-registry" 21readme = "README.md" 22keywords = [ 23 "signal", 24 "unix", 25 "daemon", 26] 27license = "Apache-2.0/MIT" 28repository = "https://github.com/vorner/signal-hook" 29 30[dependencies.libc] 31version = "~0.2" 32 33[dev-dependencies.signal-hook] 34version = "~0.3" 35 36[badges.maintenance] 37status = "actively-developed" 38 39[badges.travis-ci] 40repository = "vorner/signal-hook" 41