unix-signal 0.1.4

Unix signals
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "autocfg"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d49d90015b3c36167a20fe2810c5cd875ad504b39cff3d4eae7977e6b7c1cb2"

[[package]]
name = "containers"
version = "0.9.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4a8d98a64ac51f955a41098631855ff8d314f784f4b942973c5a5b1b6c020937"
dependencies = [
 "default_allocator",
 "either",
 "fallible",
 "hash-table",
 "heap",
 "loca",
 "ptr",
 "rel",
 "unreachable",
]

[[package]]
name = "default_allocator"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1008954db5c525beb38a3ae4c3c6f248eb9ae82f94150056f00226ac0ec1f322"
dependencies = [
 "loca",
]

[[package]]
name = "either"
version = "1.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"

[[package]]
name = "fallible"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fafcb2d30b26d22d1c106075c5ba12383bacef822bc27d6c0f1a3caac3d6b283"
dependencies = [
 "void",
]

[[package]]
name = "flags"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ed44d41d5559282eb1b929c0a735d644d24c47c0f4212438f9f7052de74c340"

[[package]]
name = "hash-table"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c7fa665c58e9b422c0afc3e0463275278f7f66545e62adfd4c0db86ab82e3ea4"
dependencies = [
 "siphasher",
]

[[package]]
name = "heap"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bb1ba12e2ae1c76b997f2992eb74a4c8aa4f0b097827bd307f513d0a3a56c612"

[[package]]
name = "i-o"
version = "0.4.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2170272eacab089c27e55baae23b391bcc65ed2183c1bf2765c68f8c1c494c5"
dependencies = [
 "containers",
 "either",
 "loca",
 "void",
]

[[package]]
name = "idem"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6da62b2ef57517a504ec8887acdec4a1ddc5156e140f1a5cf10a9a984a5f0d9e"
dependencies = [
 "idem 0.4.0",
]

[[package]]
name = "idem"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49cb26751db2b9b24e315a19bc9facb4120cbead01e33a86ddce87c2f4fca661"

[[package]]
name = "libc"
version = "0.2.81"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1482821306169ec4d07f6aca392a4681f66c75c9918aa49641a2595db64053cb"

[[package]]
name = "libc-interface"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85928e978f2de1849c9c48b308809aaba818bb3bbc14749a7538d1c1611b6198"

[[package]]
name = "loca"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fdca6bdcb546abcc0129d410dc98be5decc32205ef3825dd2b5fb40e271b62f5"
dependencies = [
 "ptr",
]

[[package]]
name = "null-terminated"
version = "0.3.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4cc7a7dddadc36cc3f456ce555d2f77966fe6ceedbe4072b50426c3dfee0b62d"
dependencies = [
 "unreachable",
 "utf",
]

[[package]]
name = "ptr"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e62a0d2f1aadf72b3634a23fc32b3e21094876c7208ac64da47c8871b04d8f8"

[[package]]
name = "rand"
version = "0.6.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca"
dependencies = [
 "autocfg",
 "libc",
 "rand_chacha",
 "rand_core 0.4.2",
 "rand_hc",
 "rand_isaac",
 "rand_jitter",
 "rand_pcg",
 "rand_xorshift",
 "winapi",
]

[[package]]
name = "rand_chacha"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef"
dependencies = [
 "autocfg",
 "rand_core 0.3.1",
]

[[package]]
name = "rand_core"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
dependencies = [
 "rand_core 0.4.2",
]

[[package]]
name = "rand_core"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"

[[package]]
name = "rand_hc"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4"
dependencies = [
 "rand_core 0.3.1",
]

[[package]]
name = "rand_isaac"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08"
dependencies = [
 "rand_core 0.3.1",
]

[[package]]
name = "rand_jitter"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1166d5c91dc97b88d1decc3285bb0a99ed84b05cfd0bc2341bdf2d43fc41e39b"
dependencies = [
 "libc",
 "rand_core 0.4.2",
 "winapi",
]

[[package]]
name = "rand_pcg"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "abf9b09b01790cfe0364f52bf32995ea3c39f4d2dd011eac241d2914146d0b44"
dependencies = [
 "autocfg",
 "rand_core 0.4.2",
]

[[package]]
name = "rand_xorshift"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cbf7e9e623549b0e21f6e97cf8ecf247c1a8fd2e8a992ae265314300b2455d5c"
dependencies = [
 "rand_core 0.3.1",
]

[[package]]
name = "rel"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "35f4a32661bff050a4e4e7bcf1ec5fbe36f2dd8fa32269318204d0bcfd9b5569"

[[package]]
name = "siphasher"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b8de496cf83d4ed58b6be86c3a275b8602f6ffe98d3024a869e124147a9a3ac"

[[package]]
name = "system-call"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c09a3f3d6b230aa53d05115ac629964c785f1d277c5015026392ea1629d40778"

[[package]]
name = "tempus"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0cce1328a88866444ea5f017ae998a31fdd7c12c9c5c00a8d38c46bbd8181848"
dependencies = [
 "idem 0.1.1",
 "libc-interface",
]

[[package]]
name = "unix"
version = "0.6.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "10959459f918f10ea0785f280519e65a021e368b00f8097df1a50534fded4238"
dependencies = [
 "fallible",
 "flags",
 "i-o",
 "idem 0.1.1",
 "libc",
 "libc-interface",
 "null-terminated",
 "rand",
 "system-call",
 "tempus",
 "void",
]

[[package]]
name = "unix-signal"
version = "0.1.4"
dependencies = [
 "flags",
 "libc-interface",
 "system-call",
 "unix",
]

[[package]]
name = "unreachable"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "382810877fe448991dfc7f0dd6e3ae5d58088fd0ea5e35189655f84e6814fa56"
dependencies = [
 "void",
]

[[package]]
name = "utf"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e5ca396d4ba74e9c454de1b3f9e22a7387fe54065797cea0589d9f0085ec6006"

[[package]]
name = "void"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"

[[package]]
name = "winapi"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
dependencies = [
 "winapi-i686-pc-windows-gnu",
 "winapi-x86_64-pc-windows-gnu",
]

[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"

[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"