tmux-thumbs/Cargo.lock

199 lines
8.6 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.
2019-02-04 21:40:45 +00:00
[[package]]
name = "aho-corasick"
2020-05-02 15:15:26 +00:00
version = "0.7.10"
2019-02-04 21:40:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-05-02 15:15:26 +00:00
"memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
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"
dependencies = [
2019-12-14 00:14:09 +00:00
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
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"
dependencies = [
2020-05-02 15:15:26 +00:00
"hermit-abi 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.69 (registry+https://github.com/rust-lang/crates.io-index)",
2019-12-14 00:14:09 +00:00
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
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"
2019-02-04 21:40:45 +00:00
[[package]]
name = "clap"
2019-12-14 00:14:09 +00:00
version = "2.33.0"
2019-02-04 21:40:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
2020-05-02 15:15:26 +00:00
"atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
2019-12-14 00:14:09 +00:00
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
"strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
"textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
"unicode-width 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
2019-02-04 21:40:45 +00:00
"vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
2020-05-02 15:15:26 +00:00
[[package]]
name = "hermit-abi"
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"libc 0.2.69 (registry+https://github.com/rust-lang/crates.io-index)",
]
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"
[[package]]
name = "libc"
2020-05-02 15:15:26 +00:00
version = "0.2.69"
2019-02-04 21:40:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "memchr"
2020-05-02 15:15:26 +00:00
version = "2.3.3"
2019-02-04 21:40:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
[[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"
[[package]]
2020-04-30 16:10:07 +00:00
name = "redox_syscall"
version = "0.1.56"
2019-02-04 21:40:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
2020-04-30 16:10:07 +00:00
name = "redox_termios"
version = "0.1.1"
2019-02-04 21:40:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-04-30 16:10:07 +00:00
"redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)",
2019-02-04 21:40:45 +00:00
]
[[package]]
name = "regex"
2020-05-02 15:15:26 +00:00
version = "1.3.7"
2019-02-04 21:40:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-05-02 15:15:26 +00:00
"aho-corasick 0.7.10 (registry+https://github.com/rust-lang/crates.io-index)",
"memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
"regex-syntax 0.6.17 (registry+https://github.com/rust-lang/crates.io-index)",
"thread_local 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
2019-02-04 21:40:45 +00:00
]
[[package]]
name = "regex-syntax"
2020-05-02 15:15:26 +00:00
version = "0.6.17"
2019-02-04 21:40:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
[[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"
[[package]]
2020-04-30 16:10:07 +00:00
name = "termion"
version = "1.5.5"
2019-02-04 21:40:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-05-02 15:15:26 +00:00
"libc 0.2.69 (registry+https://github.com/rust-lang/crates.io-index)",
2020-04-30 16:10:07 +00:00
"numtoa 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-12-14 00:14:09 +00:00
"redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)",
2020-04-30 16:10:07 +00:00
"redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
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"
dependencies = [
2019-12-14 00:14:09 +00:00
"unicode-width 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
2019-02-04 21:40:45 +00:00
]
[[package]]
name = "thread_local"
2020-05-02 15:15:26 +00:00
version = "1.0.1"
2019-02-04 21:40:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-12-14 00:14:09 +00:00
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-02-04 21:40:45 +00:00
]
[[package]]
2019-12-14 00:32:14 +00:00
name = "thumbs"
2020-05-05 18:31:35 +00:00
version = "0.4.1"
2019-02-04 21:40:45 +00:00
dependencies = [
2019-12-14 00:14:09 +00:00
"clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
2020-05-02 15:15:26 +00:00
"regex 1.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
2020-04-30 16:10:07 +00:00
"termion 1.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
2019-02-04 21:40:45 +00:00
]
[[package]]
name = "unicode-width"
2019-12-14 00:14:09 +00:00
version = "0.1.7"
2019-02-04 21:40:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
2019-12-14 00:14:09 +00:00
name = "vec_map"
version = "0.8.1"
2019-02-04 21:40:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "winapi"
2019-12-14 00:14:09 +00:00
version = "0.3.8"
2019-02-04 21:40:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
[metadata]
2020-05-02 15:15:26 +00:00
"checksum aho-corasick 0.7.10 (registry+https://github.com/rust-lang/crates.io-index)" = "8716408b8bc624ed7f65d223ddb9ac2d044c0547b6fa4b0d554f3a9540496ada"
2019-02-04 21:40:45 +00:00
"checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
2020-05-02 15:15:26 +00:00
"checksum atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)" = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
2019-12-14 00:14:09 +00:00
"checksum bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
"checksum clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5067f5bb2d80ef5d68b4c87db81601f0b75bca627bc2ef76b141d7b846a3c6d9"
2020-05-02 15:15:26 +00:00
"checksum hermit-abi 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "61565ff7aaace3525556587bd2dc31d4a07071957be715e63ce7b1eccf51a8f4"
2019-12-14 00:14:09 +00:00
"checksum lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
2020-05-02 15:15:26 +00:00
"checksum libc 0.2.69 (registry+https://github.com/rust-lang/crates.io-index)" = "99e85c08494b21a9054e7fe1374a732aeadaff3980b6990b94bfd3a70f690005"
"checksum memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400"
2020-04-30 16:10:07 +00:00
"checksum numtoa 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b8f8bdf33df195859076e54ab11ee78a1b208382d3a26ec40d142ffc1ecc49ef"
2019-12-14 00:14:09 +00:00
"checksum redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)" = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84"
2020-04-30 16:10:07 +00:00
"checksum redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7e891cfe48e9100a70a3b6eb652fef28920c117d366339687bd5576160db0f76"
2020-05-02 15:15:26 +00:00
"checksum regex 1.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "a6020f034922e3194c711b82a627453881bc4682166cabb07134a10c26ba7692"
"checksum regex-syntax 0.6.17 (registry+https://github.com/rust-lang/crates.io-index)" = "7fe5bd57d1d7414c6b5ed48563a2c855d995ff777729dcd91c369ec7fea395ae"
2019-12-14 00:14:09 +00:00
"checksum strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
2020-04-30 16:10:07 +00:00
"checksum termion 1.5.5 (registry+https://github.com/rust-lang/crates.io-index)" = "c22cec9d8978d906be5ac94bceb5a010d885c626c4c8855721a4dbd20e3ac905"
2019-12-14 00:14:09 +00:00
"checksum textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
2020-05-02 15:15:26 +00:00
"checksum thread_local 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14"
2019-12-14 00:14:09 +00:00
"checksum unicode-width 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "caaa9d531767d1ff2150b9332433f32a24622147e5ebb1f26409d5da67afd479"
2019-02-04 21:40:45 +00:00
"checksum vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a"
2019-12-14 00:14:09 +00:00
"checksum winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6"
2019-02-04 21:40:45 +00:00
"checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
"checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"