123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217 |
- # 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",
- ]
- [[package]]
- name = "byteorder"
- version = "1.4.3"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
- [[package]]
- name = "colored"
- version = "2.0.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "b3616f750b84d8f0de8a58bda93e08e2a81ad3f523089b05f1dffecab48c6cbd"
- dependencies = [
- "atty",
- "lazy_static",
- "winapi",
- ]
- [[package]]
- name = "hermit-abi"
- version = "0.1.19"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
- dependencies = [
- "libc",
- ]
- [[package]]
- name = "lazy_static"
- version = "1.4.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
- [[package]]
- name = "libc"
- version = "0.2.132"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "8371e4e5341c3a96db127eb2465ac681ced4c433e01dd0e938adbef26ba93ba5"
- [[package]]
- name = "local-ip-address"
- version = "0.5.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "faa9d02443a1741e9f51dafdfcbffb3863b2a89c457d762b40337d6c5153ef81"
- dependencies = [
- "libc",
- "neli",
- "thiserror",
- "windows-sys",
- ]
- [[package]]
- name = "neli"
- version = "0.5.3"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "9053554eb5dcb7e10d9cdab1206965bde870eed5d0d341532ca035e3ba221508"
- dependencies = [
- "byteorder",
- "libc",
- ]
- [[package]]
- name = "ports-sniffer"
- version = "0.1.3"
- dependencies = [
- "colored",
- "local-ip-address",
- ]
- [[package]]
- name = "proc-macro2"
- version = "1.0.43"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "0a2ca2c61bc9f3d74d2886294ab7b9853abd9c1ad903a3ac7815c58989bb7bab"
- dependencies = [
- "unicode-ident",
- ]
- [[package]]
- name = "quote"
- version = "1.0.21"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179"
- dependencies = [
- "proc-macro2",
- ]
- [[package]]
- name = "syn"
- version = "1.0.99"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "58dbef6ec655055e20b86b15a8cc6d439cca19b667537ac6a1369572d151ab13"
- dependencies = [
- "proc-macro2",
- "quote",
- "unicode-ident",
- ]
- [[package]]
- name = "thiserror"
- version = "1.0.34"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "8c1b05ca9d106ba7d2e31a9dab4a64e7be2cce415321966ea3132c49a656e252"
- dependencies = [
- "thiserror-impl",
- ]
- [[package]]
- name = "thiserror-impl"
- version = "1.0.34"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "e8f2591983642de85c921015f3f070c665a197ed69e417af436115e3a1407487"
- dependencies = [
- "proc-macro2",
- "quote",
- "syn",
- ]
- [[package]]
- name = "unicode-ident"
- version = "1.0.3"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "c4f5b37a154999a8f3f98cc23a628d850e154479cd94decf3414696e12e31aaf"
- [[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"
- [[package]]
- name = "winapi-x86_64-pc-windows-gnu"
- version = "0.4.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
- [[package]]
- name = "windows-sys"
- version = "0.42.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
- dependencies = [
- "windows_aarch64_gnullvm",
- "windows_aarch64_msvc",
- "windows_i686_gnu",
- "windows_i686_msvc",
- "windows_x86_64_gnu",
- "windows_x86_64_gnullvm",
- "windows_x86_64_msvc",
- ]
- [[package]]
- name = "windows_aarch64_gnullvm"
- version = "0.42.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "8c9864e83243fdec7fc9c5444389dcbbfd258f745e7853198f365e3c4968a608"
- [[package]]
- name = "windows_aarch64_msvc"
- version = "0.42.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "4c8b1b673ffc16c47a9ff48570a9d85e25d265735c503681332589af6253c6c7"
- [[package]]
- name = "windows_i686_gnu"
- version = "0.42.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "de3887528ad530ba7bdbb1faa8275ec7a1155a45ffa57c37993960277145d640"
- [[package]]
- name = "windows_i686_msvc"
- version = "0.42.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "bf4d1122317eddd6ff351aa852118a2418ad4214e6613a50e0191f7004372605"
- [[package]]
- name = "windows_x86_64_gnu"
- version = "0.42.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "c1040f221285e17ebccbc2591ffdc2d44ee1f9186324dd3e84e99ac68d699c45"
- [[package]]
- name = "windows_x86_64_gnullvm"
- version = "0.42.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "628bfdf232daa22b0d64fdb62b09fcc36bb01f05a3939e20ab73aaf9470d0463"
- [[package]]
- name = "windows_x86_64_msvc"
- version = "0.42.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "447660ad36a13288b1db4d4248e857b510e8c3a225c822ba4fb748c0aafecffd"
|