tmux-thumbs/Cargo.lock

189 lines
8.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.
2019-02-04 21:40:45 +00:00
[[package]]
name = "aho-corasick"
2019-12-14 00:14:09 +00:00
version = "0.7.6"
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
"memchr 2.2.1 (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"
2019-12-14 00:14:09 +00:00
version = "0.2.13"
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
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
"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)",
2019-12-14 00:14:09 +00:00
"atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)",
"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)",
]
[[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"
2019-12-14 00:14:09 +00:00
version = "0.2.66"
2019-02-04 21:40:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "memchr"
2019-12-14 00:14:09 +00:00
version = "2.2.1"
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"
2019-12-14 00:14:09 +00:00
version = "1.3.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
"aho-corasick 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)",
"memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
"regex-syntax 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
2019-02-04 21:40:45 +00:00
"thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "regex-syntax"
2019-12-14 00:14:09 +00:00
version = "0.6.12"
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 = [
2019-12-14 00:14:09 +00:00
"libc 0.2.66 (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"
version = "0.3.6"
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-01-22 09:08:25 +00:00
version = "0.3.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)",
"regex 1.3.1 (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]
2019-12-14 00:14:09 +00:00
"checksum aho-corasick 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)" = "58fb5e95d83b38284460a5fda7d6470aa0b8844d283a0b614b8535e880800d2d"
2019-02-04 21:40:45 +00:00
"checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
2019-12-14 00:14:09 +00:00
"checksum atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)" = "1803c647a3ec87095e7ae7acfca019e98de5ec9a7d01343f611cf3152ed71a90"
"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"
"checksum lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
"checksum libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)" = "d515b1f41455adea1313a4a2ac8a8a477634fbae63cc6100e3aebb207ce61558"
"checksum memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "88579771288728879b57485cc7d6b07d648c9f0141eb955f8ab7f9d45394468e"
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"
2019-12-14 00:14:09 +00:00
"checksum regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dc220bd33bdce8f093101afe22a037b8eb0e5af33592e6a9caafff0d4cb81cbd"
"checksum regex-syntax 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)" = "11a7e20d1cce64ef2fed88b66d347f88bd9babb82845b2b858f3edbf59a4f716"
"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"
2019-02-04 21:40:45 +00:00
"checksum thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b"
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"