tmux-thumbs/Cargo.lock

201 lines
5.2 KiB
Plaintext
Raw Normal View History

2019-03-28 12:48:43 +00:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
2021-06-20 15:04:40 +00:00
version = 3
2019-02-04 21:40:45 +00:00
[[package]]
name = "aho-corasick"
2021-06-20 10:09:41 +00:00
version = "0.7.18"
2019-02-04 21:40:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-20 10:09:41 +00:00
checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
2019-02-04 21:40:45 +00:00
dependencies = [
2020-11-30 20:50:56 +00:00
"memchr",
2019-02-04 21:40:45 +00:00
]
[[package]]
name = "ansi_term"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-30 20:50:56 +00:00
checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
2019-02-04 21:40:45 +00:00
dependencies = [
2020-11-30 20:50:56 +00:00
"winapi",
2019-02-04 21:40:45 +00:00
]
[[package]]
name = "atty"
2020-05-02 15:15:26 +00:00
version = "0.2.14"
2019-02-04 21:40:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-30 20:50:56 +00:00
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
2019-02-04 21:40:45 +00:00
dependencies = [
2020-11-30 20:50:56 +00:00
"hermit-abi",
"libc",
"winapi",
2019-02-04 21:40:45 +00:00
]
[[package]]
name = "base64"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-30 20:50:56 +00:00
checksum = "b41b7ea54a0c9d92199de89e20e58d49f02f8e699814ef3fdf266f6f748d15c7"
2019-02-04 21:40:45 +00:00
[[package]]
name = "bitflags"
2019-12-14 00:14:09 +00:00
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-30 20:50:56 +00:00
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
2019-12-14 00:14:09 +00:00
2019-02-04 21:40:45 +00:00
[[package]]
name = "clap"
2021-06-20 10:09:41 +00:00
version = "2.33.3"
2019-02-04 21:40:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-20 10:09:41 +00:00
checksum = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002"
2019-02-04 21:40:45 +00:00
dependencies = [
2020-11-30 20:50:56 +00:00
"ansi_term",
"atty",
"bitflags",
"strsim",
"textwrap",
"unicode-width",
"vec_map",
2019-02-04 21:40:45 +00:00
]
2020-05-02 15:15:26 +00:00
[[package]]
name = "hermit-abi"
2021-06-20 10:09:41 +00:00
version = "0.1.18"
2020-05-02 15:15:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-20 10:09:41 +00:00
checksum = "322f4de77956e22ed0e5032c359a0f1273f1f7f0d79bfa3b8ffbc730d7fbcc5c"
2020-05-02 15:15:26 +00:00
dependencies = [
2020-11-30 20:50:56 +00:00
"libc",
2020-05-02 15:15:26 +00:00
]
2019-02-04 21:40:45 +00:00
[[package]]
name = "lazy_static"
2019-12-14 00:14:09 +00:00
version = "1.4.0"
2019-02-04 21:40:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-30 20:50:56 +00:00
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
2019-02-04 21:40:45 +00:00
[[package]]
name = "libc"
2021-06-20 10:09:41 +00:00
version = "0.2.97"
2019-02-04 21:40:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-20 10:09:41 +00:00
checksum = "12b8adadd720df158f4d70dfe7ccc6adb0472d7c55ca83445f6a5ab3e36f8fb6"
2019-02-04 21:40:45 +00:00
[[package]]
name = "memchr"
2021-06-20 10:09:41 +00:00
version = "2.4.0"
2019-02-04 21:40:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-20 10:09:41 +00:00
checksum = "b16bd47d9e329435e309c58469fe0791c2d0d1ba96ec0954152a5ae2b04387dc"
2019-02-04 21:40:45 +00:00
[[package]]
2020-04-30 16:10:07 +00:00
name = "numtoa"
version = "0.1.0"
2019-02-04 21:40:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-30 20:50:56 +00:00
checksum = "b8f8bdf33df195859076e54ab11ee78a1b208382d3a26ec40d142ffc1ecc49ef"
2019-02-04 21:40:45 +00:00
[[package]]
2020-04-30 16:10:07 +00:00
name = "redox_syscall"
2021-06-20 10:09:41 +00:00
version = "0.2.9"
2019-02-04 21:40:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-20 10:09:41 +00:00
checksum = "5ab49abadf3f9e1c4bc499e8845e152ad87d2ad2d30371841171169e9d75feee"
dependencies = [
"bitflags",
]
2019-02-04 21:40:45 +00:00
[[package]]
2020-04-30 16:10:07 +00:00
name = "redox_termios"
2021-06-20 10:09:41 +00:00
version = "0.1.2"
2019-02-04 21:40:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-20 10:09:41 +00:00
checksum = "8440d8acb4fd3d277125b4bd01a6f38aee8d814b3b5fc09b3f2b825d37d3fe8f"
2019-02-04 21:40:45 +00:00
dependencies = [
2020-11-30 20:50:56 +00:00
"redox_syscall",
2019-02-04 21:40:45 +00:00
]
[[package]]
name = "regex"
2021-06-20 10:09:41 +00:00
version = "1.5.4"
2019-02-04 21:40:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-20 10:09:41 +00:00
checksum = "d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461"
2019-02-04 21:40:45 +00:00
dependencies = [
2020-11-30 20:50:56 +00:00
"aho-corasick",
"memchr",
"regex-syntax",
2019-02-04 21:40:45 +00:00
]
[[package]]
name = "regex-syntax"
2021-06-20 10:09:41 +00:00
version = "0.6.25"
2019-02-04 21:40:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-20 10:09:41 +00:00
checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
2019-02-04 21:40:45 +00:00
[[package]]
name = "strsim"
2019-12-14 00:14:09 +00:00
version = "0.8.0"
2019-02-04 21:40:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-30 20:50:56 +00:00
checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
2019-02-04 21:40:45 +00:00
[[package]]
2020-04-30 16:10:07 +00:00
name = "termion"
2021-06-20 10:09:41 +00:00
version = "1.5.6"
2019-02-04 21:40:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-20 10:09:41 +00:00
checksum = "077185e2eac69c3f8379a4298e1e07cd36beb962290d4a51199acf0fdc10607e"
2019-02-04 21:40:45 +00:00
dependencies = [
2020-11-30 20:50:56 +00:00
"libc",
"numtoa",
"redox_syscall",
"redox_termios",
2019-02-04 21:40:45 +00:00
]
[[package]]
name = "textwrap"
2019-12-14 00:14:09 +00:00
version = "0.11.0"
2019-02-04 21:40:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-30 20:50:56 +00:00
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
2019-02-04 21:40:45 +00:00
dependencies = [
2020-11-30 20:50:56 +00:00
"unicode-width",
2019-02-04 21:40:45 +00:00
]
[[package]]
2019-12-14 00:32:14 +00:00
name = "thumbs"
2021-06-20 15:04:40 +00:00
version = "0.6.0"
2019-02-04 21:40:45 +00:00
dependencies = [
2020-11-30 20:50:56 +00:00
"base64",
"clap",
2020-12-29 15:19:46 +00:00
"lazy_static",
2020-11-30 20:50:56 +00:00
"regex",
"termion",
"unicode-width",
2019-02-04 21:40:45 +00:00
]
[[package]]
name = "unicode-width"
2021-06-20 10:09:41 +00:00
version = "0.1.8"
2019-02-04 21:40:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-20 10:09:41 +00:00
checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3"
2019-02-04 21:40:45 +00:00
[[package]]
2019-12-14 00:14:09 +00:00
name = "vec_map"
2021-06-20 10:09:41 +00:00
version = "0.8.2"
2019-02-04 21:40:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-20 10:09:41 +00:00
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
2019-02-04 21:40:45 +00:00
[[package]]
name = "winapi"
2021-06-20 10:09:41 +00:00
version = "0.3.9"
2019-02-04 21:40:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-20 10:09:41 +00:00
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
2019-02-04 21:40:45 +00:00
dependencies = [
2020-11-30 20:50:56 +00:00
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
2019-02-04 21:40:45 +00:00
]
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-30 20:50:56 +00:00
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
2019-02-04 21:40:45 +00:00
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-30 20:50:56 +00:00
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"