2020-06-02 20:03:16 +02:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
|
# It is not intended for manual editing.
|
2021-10-24 09:33:55 +02:00
|
|
|
version = 3
|
|
|
|
|
|
2020-06-02 20:03:16 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "aho-corasick"
|
2021-10-24 09:33:55 +02:00
|
|
|
version = "0.7.18"
|
2020-06-02 20:03:16 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-24 09:33:55 +02:00
|
|
|
checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
|
2020-06-02 20:03:16 +02:00
|
|
|
dependencies = [
|
2021-03-13 11:37:20 +01:00
|
|
|
"memchr",
|
2020-06-02 20:03:16 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "atty"
|
|
|
|
|
version = "0.2.14"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-13 11:37:20 +01:00
|
|
|
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
2020-06-02 20:03:16 +02:00
|
|
|
dependencies = [
|
2021-03-13 11:37:20 +01:00
|
|
|
"hermit-abi",
|
|
|
|
|
"libc",
|
|
|
|
|
"winapi",
|
2020-06-02 20:03:16 +02:00
|
|
|
]
|
|
|
|
|
|
2020-05-24 21:02:11 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "autocfg"
|
2021-03-13 17:34:05 +01:00
|
|
|
version = "1.0.1"
|
2020-05-24 21:02:11 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-13 17:34:05 +01:00
|
|
|
checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
|
2020-05-24 21:02:11 +02:00
|
|
|
|
2020-06-02 20:03:16 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "bitflags"
|
2021-10-24 09:33:55 +02:00
|
|
|
version = "1.3.2"
|
2020-06-02 20:03:16 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-24 09:33:55 +02:00
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
2020-06-02 20:03:16 +02:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "clap"
|
2021-10-24 09:33:55 +02:00
|
|
|
version = "3.0.0-beta.5"
|
2020-06-02 20:03:16 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-24 09:33:55 +02:00
|
|
|
checksum = "feff3878564edb93745d58cf63e17b63f24142506e7a20c87a5521ed7bfb1d63"
|
2020-06-02 20:03:16 +02:00
|
|
|
dependencies = [
|
2021-03-13 11:37:20 +01:00
|
|
|
"atty",
|
|
|
|
|
"bitflags",
|
|
|
|
|
"clap_derive",
|
|
|
|
|
"indexmap",
|
|
|
|
|
"lazy_static",
|
|
|
|
|
"os_str_bytes",
|
|
|
|
|
"strsim",
|
|
|
|
|
"termcolor",
|
|
|
|
|
"terminal_size",
|
|
|
|
|
"textwrap",
|
2021-10-24 09:33:55 +02:00
|
|
|
"unicase",
|
2020-06-02 20:03:16 +02:00
|
|
|
]
|
|
|
|
|
|
2020-05-24 21:02:11 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "clap_derive"
|
2021-10-24 09:33:55 +02:00
|
|
|
version = "3.0.0-beta.5"
|
2020-05-24 21:02:11 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-24 09:33:55 +02:00
|
|
|
checksum = "8b15c6b4f786ffb6192ffe65a36855bc1fc2444bcd0945ae16748dcd6ed7d0d3"
|
2020-05-24 21:02:11 +02:00
|
|
|
dependencies = [
|
2021-03-13 11:37:20 +01:00
|
|
|
"heck",
|
|
|
|
|
"proc-macro-error",
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"syn",
|
2020-05-24 21:02:11 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "copyrat"
|
2021-04-09 09:42:50 +02:00
|
|
|
version = "0.4.1"
|
2020-05-24 21:02:11 +02:00
|
|
|
dependencies = [
|
2021-03-13 11:37:20 +01:00
|
|
|
"clap",
|
2021-03-17 07:55:24 +01:00
|
|
|
"duct",
|
2021-03-13 11:37:20 +01:00
|
|
|
"regex",
|
|
|
|
|
"sequence_trie",
|
|
|
|
|
"termion",
|
2021-10-24 09:33:55 +02:00
|
|
|
"thiserror",
|
2020-05-24 21:02:11 +02:00
|
|
|
]
|
|
|
|
|
|
2021-03-17 07:55:24 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "duct"
|
|
|
|
|
version = "0.13.5"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "0fc6a0a59ed0888e0041cf708e66357b7ae1a82f1c67247e1f93b5e0818f7d8d"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"libc",
|
|
|
|
|
"once_cell",
|
|
|
|
|
"os_pipe",
|
|
|
|
|
"shared_child",
|
|
|
|
|
]
|
|
|
|
|
|
2021-03-13 17:34:05 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "hashbrown"
|
2021-10-24 09:33:55 +02:00
|
|
|
version = "0.11.2"
|
2021-03-13 17:34:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-24 09:33:55 +02:00
|
|
|
checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
|
2021-03-13 17:34:05 +01:00
|
|
|
|
2020-05-23 09:30:09 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "heck"
|
2021-10-24 09:33:55 +02:00
|
|
|
version = "0.3.3"
|
2020-05-23 09:30:09 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-24 09:33:55 +02:00
|
|
|
checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
|
2020-05-23 09:30:09 +02:00
|
|
|
dependencies = [
|
2021-03-13 11:37:20 +01:00
|
|
|
"unicode-segmentation",
|
2020-05-23 09:30:09 +02:00
|
|
|
]
|
|
|
|
|
|
2020-06-02 20:03:16 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "hermit-abi"
|
2021-10-24 09:33:55 +02:00
|
|
|
version = "0.1.19"
|
2020-06-02 20:03:16 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-24 09:33:55 +02:00
|
|
|
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
|
2020-06-02 20:03:16 +02:00
|
|
|
dependencies = [
|
2021-03-13 11:37:20 +01:00
|
|
|
"libc",
|
2020-06-02 20:03:16 +02:00
|
|
|
]
|
|
|
|
|
|
2020-05-24 21:02:11 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "indexmap"
|
2021-10-24 09:33:55 +02:00
|
|
|
version = "1.7.0"
|
2020-05-24 21:02:11 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-24 09:33:55 +02:00
|
|
|
checksum = "bc633605454125dec4b66843673f01c7df2b89479b32e0ed634e43a91cff62a5"
|
2020-05-24 21:02:11 +02:00
|
|
|
dependencies = [
|
2021-03-13 11:37:20 +01:00
|
|
|
"autocfg",
|
2021-03-13 17:34:05 +01:00
|
|
|
"hashbrown",
|
2020-05-24 21:02:11 +02:00
|
|
|
]
|
|
|
|
|
|
2020-06-02 20:03:16 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "lazy_static"
|
|
|
|
|
version = "1.4.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-13 11:37:20 +01:00
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
2020-06-02 20:03:16 +02:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "libc"
|
2021-10-24 09:33:55 +02:00
|
|
|
version = "0.2.105"
|
2020-06-02 20:03:16 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-24 09:33:55 +02:00
|
|
|
checksum = "869d572136620d55835903746bcb5cdc54cb2851fd0aeec53220b4bb65ef3013"
|
2020-06-02 20:03:16 +02:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "memchr"
|
2021-10-24 09:33:55 +02:00
|
|
|
version = "2.4.1"
|
2020-06-02 20:03:16 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-24 09:33:55 +02:00
|
|
|
checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a"
|
2020-06-02 20:03:16 +02:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "numtoa"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-13 11:37:20 +01:00
|
|
|
checksum = "b8f8bdf33df195859076e54ab11ee78a1b208382d3a26ec40d142ffc1ecc49ef"
|
2020-06-02 20:03:16 +02:00
|
|
|
|
2021-03-17 07:55:24 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "once_cell"
|
2021-10-24 09:33:55 +02:00
|
|
|
version = "1.8.0"
|
2021-03-17 07:55:24 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-24 09:33:55 +02:00
|
|
|
checksum = "692fcb63b64b1758029e0a96ee63e049ce8c5948587f2f7208df04625e5f6b56"
|
2021-03-17 07:55:24 +01:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "os_pipe"
|
|
|
|
|
version = "0.9.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "fb233f06c2307e1f5ce2ecad9f8121cffbbee2c95428f44ea85222e460d0d213"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"libc",
|
|
|
|
|
"winapi",
|
|
|
|
|
]
|
|
|
|
|
|
2020-05-24 21:02:11 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "os_str_bytes"
|
2021-10-24 09:33:55 +02:00
|
|
|
version = "4.2.0"
|
2020-05-24 21:02:11 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-24 09:33:55 +02:00
|
|
|
checksum = "addaa943333a514159c80c97ff4a93306530d965d27e139188283cd13e06a799"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"memchr",
|
|
|
|
|
]
|
2020-05-24 21:02:11 +02:00
|
|
|
|
2020-05-23 09:30:09 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "proc-macro-error"
|
2021-03-13 11:37:20 +01:00
|
|
|
version = "1.0.4"
|
2020-05-23 09:30:09 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-13 11:37:20 +01:00
|
|
|
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
|
2020-05-23 09:30:09 +02:00
|
|
|
dependencies = [
|
2021-03-13 11:37:20 +01:00
|
|
|
"proc-macro-error-attr",
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"syn",
|
|
|
|
|
"version_check",
|
2020-05-23 09:30:09 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "proc-macro-error-attr"
|
2021-03-13 11:37:20 +01:00
|
|
|
version = "1.0.4"
|
2020-05-23 09:30:09 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-13 11:37:20 +01:00
|
|
|
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
|
2020-05-23 09:30:09 +02:00
|
|
|
dependencies = [
|
2021-03-13 11:37:20 +01:00
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"version_check",
|
2020-05-23 09:30:09 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "proc-macro2"
|
2021-10-24 09:33:55 +02:00
|
|
|
version = "1.0.30"
|
2020-05-23 09:30:09 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-24 09:33:55 +02:00
|
|
|
checksum = "edc3358ebc67bc8b7fa0c007f945b0b18226f78437d61bec735a9eb96b61ee70"
|
2020-05-23 09:30:09 +02:00
|
|
|
dependencies = [
|
2021-03-13 11:37:20 +01:00
|
|
|
"unicode-xid",
|
2020-05-23 09:30:09 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "quote"
|
2021-10-24 09:33:55 +02:00
|
|
|
version = "1.0.10"
|
2020-05-23 09:30:09 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-24 09:33:55 +02:00
|
|
|
checksum = "38bc8cc6a5f2e3655e0899c1b848643b2562f853f114bfec7be120678e3ace05"
|
2020-05-23 09:30:09 +02:00
|
|
|
dependencies = [
|
2021-03-13 11:37:20 +01:00
|
|
|
"proc-macro2",
|
2020-05-23 09:30:09 +02:00
|
|
|
]
|
|
|
|
|
|
2020-06-02 20:03:16 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "redox_syscall"
|
2021-10-24 09:33:55 +02:00
|
|
|
version = "0.2.10"
|
2020-06-02 20:03:16 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-24 09:33:55 +02:00
|
|
|
checksum = "8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff"
|
2021-03-13 17:34:05 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"bitflags",
|
|
|
|
|
]
|
2020-06-02 20:03:16 +02:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "redox_termios"
|
2021-03-13 17:34:05 +01:00
|
|
|
version = "0.1.2"
|
2020-06-02 20:03:16 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-13 17:34:05 +01:00
|
|
|
checksum = "8440d8acb4fd3d277125b4bd01a6f38aee8d814b3b5fc09b3f2b825d37d3fe8f"
|
2020-06-02 20:03:16 +02:00
|
|
|
dependencies = [
|
2021-03-13 11:37:20 +01:00
|
|
|
"redox_syscall",
|
2020-06-02 20:03:16 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "regex"
|
2021-10-24 09:33:55 +02:00
|
|
|
version = "1.5.4"
|
2020-06-02 20:03:16 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-24 09:33:55 +02:00
|
|
|
checksum = "d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461"
|
2020-06-02 20:03:16 +02:00
|
|
|
dependencies = [
|
2021-03-13 11:37:20 +01:00
|
|
|
"aho-corasick",
|
|
|
|
|
"memchr",
|
|
|
|
|
"regex-syntax",
|
2020-06-02 20:03:16 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "regex-syntax"
|
2021-10-24 09:33:55 +02:00
|
|
|
version = "0.6.25"
|
2020-06-02 20:03:16 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-24 09:33:55 +02:00
|
|
|
checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
|
2020-06-02 20:03:16 +02:00
|
|
|
|
2020-05-31 22:45:36 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "sequence_trie"
|
|
|
|
|
version = "0.3.6"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-13 11:37:20 +01:00
|
|
|
checksum = "1ee22067b7ccd072eeb64454b9c6e1b33b61cd0d49e895fd48676a184580e0c3"
|
2020-05-31 22:45:36 +02:00
|
|
|
|
2021-03-17 07:55:24 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "shared_child"
|
|
|
|
|
version = "0.3.5"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "6be9f7d5565b1483af3e72975e2dee33879b3b86bd48c0929fccf6585d79e65a"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"libc",
|
|
|
|
|
"winapi",
|
|
|
|
|
]
|
|
|
|
|
|
2020-06-02 20:03:16 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "strsim"
|
2020-05-24 21:02:11 +02:00
|
|
|
version = "0.10.0"
|
2020-06-02 20:03:16 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-13 11:37:20 +01:00
|
|
|
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
|
2020-06-02 20:03:16 +02:00
|
|
|
|
2020-05-23 09:30:09 +02:00
|
|
|
[[package]]
|
2020-05-24 21:02:11 +02:00
|
|
|
name = "syn"
|
2021-10-24 09:33:55 +02:00
|
|
|
version = "1.0.80"
|
2020-05-23 09:30:09 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-24 09:33:55 +02:00
|
|
|
checksum = "d010a1623fbd906d51d650a9916aaefc05ffa0e4053ff7fe601167f3e715d194"
|
2020-05-23 09:30:09 +02:00
|
|
|
dependencies = [
|
2021-03-13 11:37:20 +01:00
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"unicode-xid",
|
2020-05-23 09:30:09 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2021-03-13 11:37:20 +01:00
|
|
|
name = "termcolor"
|
2021-03-13 17:34:05 +01:00
|
|
|
version = "1.1.2"
|
2020-05-23 09:30:09 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-13 17:34:05 +01:00
|
|
|
checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4"
|
2020-05-23 09:30:09 +02:00
|
|
|
dependencies = [
|
2021-03-13 11:37:20 +01:00
|
|
|
"winapi-util",
|
2020-05-23 09:30:09 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2021-03-13 11:37:20 +01:00
|
|
|
name = "terminal_size"
|
2021-10-24 09:33:55 +02:00
|
|
|
version = "0.1.17"
|
2020-05-23 09:30:09 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-24 09:33:55 +02:00
|
|
|
checksum = "633c1a546cee861a1a6d0dc69ebeca693bf4296661ba7852b9d21d159e0506df"
|
2020-05-23 09:30:09 +02:00
|
|
|
dependencies = [
|
2021-03-13 11:37:20 +01:00
|
|
|
"libc",
|
|
|
|
|
"winapi",
|
2020-05-23 09:30:09 +02:00
|
|
|
]
|
|
|
|
|
|
2020-06-02 20:03:16 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "termion"
|
2021-03-13 17:34:05 +01:00
|
|
|
version = "1.5.6"
|
2020-06-02 20:03:16 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-13 17:34:05 +01:00
|
|
|
checksum = "077185e2eac69c3f8379a4298e1e07cd36beb962290d4a51199acf0fdc10607e"
|
2020-06-02 20:03:16 +02:00
|
|
|
dependencies = [
|
2021-03-13 11:37:20 +01:00
|
|
|
"libc",
|
|
|
|
|
"numtoa",
|
|
|
|
|
"redox_syscall",
|
|
|
|
|
"redox_termios",
|
2020-06-02 20:03:16 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "textwrap"
|
2021-10-24 09:33:55 +02:00
|
|
|
version = "0.14.2"
|
2020-06-02 20:03:16 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-24 09:33:55 +02:00
|
|
|
checksum = "0066c8d12af8b5acd21e00547c3797fde4e8677254a7ee429176ccebbe93dd80"
|
2020-06-02 20:03:16 +02:00
|
|
|
dependencies = [
|
2021-03-13 11:37:20 +01:00
|
|
|
"terminal_size",
|
|
|
|
|
"unicode-width",
|
2020-06-02 20:03:16 +02:00
|
|
|
]
|
|
|
|
|
|
2020-05-23 09:30:09 +02:00
|
|
|
[[package]]
|
2021-10-24 09:33:55 +02:00
|
|
|
name = "thiserror"
|
|
|
|
|
version = "1.0.30"
|
2020-05-23 09:30:09 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-24 09:33:55 +02:00
|
|
|
checksum = "854babe52e4df1653706b98fcfc05843010039b406875930a70e4d9644e5c417"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"thiserror-impl",
|
|
|
|
|
]
|
2020-05-23 09:30:09 +02:00
|
|
|
|
2020-06-02 20:03:16 +02:00
|
|
|
[[package]]
|
2021-10-24 09:33:55 +02:00
|
|
|
name = "thiserror-impl"
|
|
|
|
|
version = "1.0.30"
|
2020-06-02 20:03:16 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-24 09:33:55 +02:00
|
|
|
checksum = "aa32fd3f627f367fe16f893e2597ae3c05020f8bba2666a4e6ea73d377e5714b"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"syn",
|
|
|
|
|
]
|
2020-06-02 20:03:16 +02:00
|
|
|
|
2020-05-23 09:30:09 +02:00
|
|
|
[[package]]
|
2021-10-24 09:33:55 +02:00
|
|
|
name = "unicase"
|
|
|
|
|
version = "2.6.0"
|
2020-05-23 09:30:09 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-24 09:33:55 +02:00
|
|
|
checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"version_check",
|
|
|
|
|
]
|
2020-05-23 09:30:09 +02:00
|
|
|
|
2020-06-02 20:03:16 +02:00
|
|
|
[[package]]
|
2021-10-24 09:33:55 +02:00
|
|
|
name = "unicode-segmentation"
|
|
|
|
|
version = "1.8.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "8895849a949e7845e06bd6dc1aa51731a103c42707010a5b591c0038fb73385b"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "unicode-width"
|
|
|
|
|
version = "0.1.9"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "unicode-xid"
|
|
|
|
|
version = "0.2.2"
|
2020-06-02 20:03:16 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-24 09:33:55 +02:00
|
|
|
checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
|
2020-06-02 20:03:16 +02:00
|
|
|
|
2020-05-23 09:30:09 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "version_check"
|
2021-03-27 17:31:26 +01:00
|
|
|
version = "0.9.3"
|
2020-05-23 09:30:09 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-27 17:31:26 +01:00
|
|
|
checksum = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe"
|
2020-05-24 21:02:11 +02:00
|
|
|
|
2020-06-02 20:03:16 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "winapi"
|
2021-03-13 17:34:05 +01:00
|
|
|
version = "0.3.9"
|
2020-06-02 20:03:16 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-13 17:34:05 +01:00
|
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
2020-06-02 20:03:16 +02:00
|
|
|
dependencies = [
|
2021-03-13 11:37:20 +01:00
|
|
|
"winapi-i686-pc-windows-gnu",
|
|
|
|
|
"winapi-x86_64-pc-windows-gnu",
|
2020-06-02 20:03:16 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
|
|
|
version = "0.4.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-13 11:37:20 +01:00
|
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
2020-06-02 20:03:16 +02:00
|
|
|
|
2020-05-24 21:02:11 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "winapi-util"
|
|
|
|
|
version = "0.1.5"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-13 11:37:20 +01:00
|
|
|
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
|
2020-05-24 21:02:11 +02:00
|
|
|
dependencies = [
|
2021-03-13 11:37:20 +01:00
|
|
|
"winapi",
|
2020-05-24 21:02:11 +02:00
|
|
|
]
|
|
|
|
|
|
2020-06-02 20:03:16 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
|
version = "0.4.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-13 11:37:20 +01:00
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|