waker/Cargo.lock

297 lines
7.5 KiB
Text
Raw Normal View History

2021-06-29 15:51:57 +02:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "atty"
version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
dependencies = [
"hermit-abi",
"libc",
"winapi",
]
2022-01-14 12:40:45 +01:00
[[package]]
name = "autocfg"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
2021-06-29 15:51:57 +02:00
[[package]]
name = "bitflags"
2022-01-14 12:40:45 +01:00
version = "1.3.2"
2021-06-29 15:51:57 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-14 12:40:45 +01:00
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
2021-06-29 15:51:57 +02:00
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "clap"
2022-01-14 12:40:45 +01:00
version = "3.0.7"
2021-06-29 15:51:57 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-14 12:40:45 +01:00
checksum = "12e8611f9ae4e068fa3e56931fded356ff745e70987ff76924a6e0ab1c8ef2e3"
2021-06-29 15:51:57 +02:00
dependencies = [
"atty",
"bitflags",
2022-01-14 12:40:45 +01:00
"indexmap",
"os_str_bytes",
2021-06-29 15:51:57 +02:00
"strsim",
2022-01-14 12:40:45 +01:00
"termcolor",
2021-06-29 15:51:57 +02:00
"textwrap",
]
[[package]]
name = "dirs"
2022-01-14 12:40:45 +01:00
version = "4.0.0"
2021-06-29 15:51:57 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-14 12:40:45 +01:00
checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
2021-06-29 15:51:57 +02:00
dependencies = [
"dirs-sys",
]
[[package]]
name = "dirs-sys"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "03d86534ed367a67548dc68113a0f5db55432fdfbb6e6f9d77704397d95d5780"
dependencies = [
"libc",
"redox_users",
"winapi",
]
[[package]]
name = "getrandom"
2022-01-14 12:40:45 +01:00
version = "0.2.4"
2021-06-29 15:51:57 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-14 12:40:45 +01:00
checksum = "418d37c8b1d42553c93648be529cb70f920d3baf8ef469b74b9638df426e0b4c"
2021-06-29 15:51:57 +02:00
dependencies = [
"cfg-if",
"libc",
"wasi",
]
2022-01-14 12:40:45 +01:00
[[package]]
name = "hashbrown"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
2021-06-29 15:51:57 +02:00
[[package]]
name = "hermit-abi"
version = "0.1.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
dependencies = [
"libc",
]
[[package]]
name = "hex"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
2022-01-14 12:40:45 +01:00
[[package]]
name = "indexmap"
version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "282a6247722caba404c065016bbfa522806e51714c34f5dfc3e4a3a46fcb4223"
dependencies = [
"autocfg",
"hashbrown",
]
2021-06-29 15:51:57 +02:00
[[package]]
name = "itoa"
2022-01-14 12:40:45 +01:00
version = "1.0.1"
2021-06-29 15:51:57 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-14 12:40:45 +01:00
checksum = "1aab8fc367588b89dcee83ab0fd66b72b50b72fa1904d7095045ace2b0c81c35"
2021-06-29 15:51:57 +02:00
[[package]]
name = "libc"
2022-01-14 12:40:45 +01:00
version = "0.2.112"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b03d17f364a3a042d5e5d46b053bbbf82c92c9430c592dd4c064dc6ee997125"
[[package]]
name = "memchr"
version = "2.4.1"
2021-06-29 15:51:57 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-14 12:40:45 +01:00
checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a"
[[package]]
name = "os_str_bytes"
version = "6.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e22443d1643a904602595ba1cd8f7d896afe56d26712531c5ff73a15b2fbf64"
dependencies = [
"memchr",
]
2021-06-29 15:51:57 +02:00
[[package]]
name = "proc-macro2"
2022-01-14 12:40:45 +01:00
version = "1.0.36"
2021-06-29 15:51:57 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-14 12:40:45 +01:00
checksum = "c7342d5883fbccae1cc37a2353b09c87c9b0f3afd73f5fb9bba687a1f733b029"
2021-06-29 15:51:57 +02:00
dependencies = [
"unicode-xid",
]
[[package]]
name = "quote"
2022-01-14 12:40:45 +01:00
version = "1.0.14"
2021-06-29 15:51:57 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-14 12:40:45 +01:00
checksum = "47aa80447ce4daf1717500037052af176af5d38cc3e571d9ec1c7353fc10c87d"
2021-06-29 15:51:57 +02:00
dependencies = [
"proc-macro2",
]
[[package]]
name = "redox_syscall"
2022-01-14 12:40:45 +01:00
version = "0.2.10"
2021-06-29 15:51:57 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-14 12:40:45 +01:00
checksum = "8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff"
2021-06-29 15:51:57 +02:00
dependencies = [
"bitflags",
]
[[package]]
name = "redox_users"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64"
dependencies = [
"getrandom",
"redox_syscall",
]
[[package]]
name = "ryu"
2022-01-14 12:40:45 +01:00
version = "1.0.9"
2021-06-29 15:51:57 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-14 12:40:45 +01:00
checksum = "73b4b750c782965c211b42f022f59af1fbceabdd026623714f104152f1ec149f"
2021-06-29 15:51:57 +02:00
[[package]]
name = "serde"
2022-01-14 12:40:45 +01:00
version = "1.0.133"
2021-06-29 15:51:57 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-14 12:40:45 +01:00
checksum = "97565067517b60e2d1ea8b268e59ce036de907ac523ad83a0475da04e818989a"
2021-06-29 15:51:57 +02:00
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
2022-01-14 12:40:45 +01:00
version = "1.0.133"
2021-06-29 15:51:57 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-14 12:40:45 +01:00
checksum = "ed201699328568d8d08208fdd080e3ff594e6c422e438b6705905da01005d537"
2021-06-29 15:51:57 +02:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "serde_json"
2022-01-14 12:40:45 +01:00
version = "1.0.74"
2021-06-29 15:51:57 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-14 12:40:45 +01:00
checksum = "ee2bb9cd061c5865d345bb02ca49fcef1391741b672b54a0bf7b679badec3142"
2021-06-29 15:51:57 +02:00
dependencies = [
"itoa",
"ryu",
"serde",
]
[[package]]
name = "strsim"
2022-01-14 12:40:45 +01:00
version = "0.10.0"
2021-06-29 15:51:57 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-14 12:40:45 +01:00
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
2021-06-29 15:51:57 +02:00
[[package]]
name = "syn"
2022-01-14 12:40:45 +01:00
version = "1.0.85"
2021-06-29 15:51:57 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-14 12:40:45 +01:00
checksum = "a684ac3dcd8913827e18cd09a68384ee66c1de24157e3c556c9ab16d85695fb7"
2021-06-29 15:51:57 +02:00
dependencies = [
"proc-macro2",
"quote",
"unicode-xid",
]
[[package]]
2022-01-14 12:40:45 +01:00
name = "termcolor"
version = "1.1.2"
2021-06-29 15:51:57 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-14 12:40:45 +01:00
checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4"
2021-06-29 15:51:57 +02:00
dependencies = [
2022-01-14 12:40:45 +01:00
"winapi-util",
2021-06-29 15:51:57 +02:00
]
[[package]]
2022-01-14 12:40:45 +01:00
name = "textwrap"
version = "0.14.2"
2021-06-29 15:51:57 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-14 12:40:45 +01:00
checksum = "0066c8d12af8b5acd21e00547c3797fde4e8677254a7ee429176ccebbe93dd80"
2021-06-29 15:51:57 +02:00
[[package]]
name = "unicode-xid"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
[[package]]
name = "waker"
version = "0.1.0"
dependencies = [
"clap",
"dirs",
"hex",
"serde",
"serde_json",
]
[[package]]
name = "wasi"
version = "0.10.2+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
[[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"
2022-01-14 12:40:45 +01:00
[[package]]
name = "winapi-util"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
dependencies = [
"winapi",
]
2021-06-29 15:51:57 +02:00
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"