123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256 |
- # This file is automatically @generated by Cargo.
- # It is not intended for manual editing.
- [[package]]
- name = "aho-corasick"
- version = "0.7.18"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
- dependencies = [
- "memchr",
- ]
- [[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 = "autocfg"
- version = "1.1.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
- [[package]]
- name = "bishop"
- version = "0.1.0"
- dependencies = [
- "env_logger",
- "log",
- "rand",
- "simplelog",
- ]
- [[package]]
- name = "cfg-if"
- version = "1.0.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
- [[package]]
- name = "chrono"
- version = "0.4.19"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
- dependencies = [
- "libc",
- "num-integer",
- "num-traits",
- "time",
- "winapi",
- ]
- [[package]]
- name = "env_logger"
- version = "0.9.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "0b2cf0344971ee6c64c31be0d530793fba457d322dfec2810c453d0ef228f9c3"
- dependencies = [
- "atty",
- "humantime",
- "log",
- "regex",
- "termcolor",
- ]
- [[package]]
- name = "getrandom"
- version = "0.2.5"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "d39cd93900197114fa1fcb7ae84ca742095eed9442088988ae74fa744e930e77"
- dependencies = [
- "cfg-if",
- "libc",
- "wasi",
- ]
- [[package]]
- name = "hermit-abi"
- version = "0.1.19"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
- dependencies = [
- "libc",
- ]
- [[package]]
- name = "humantime"
- version = "2.1.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
- [[package]]
- name = "libc"
- version = "0.2.119"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "1bf2e165bb3457c8e098ea76f3e3bc9db55f87aa90d52d0e6be741470916aaa4"
- [[package]]
- name = "log"
- version = "0.4.14"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
- dependencies = [
- "cfg-if",
- ]
- [[package]]
- name = "memchr"
- version = "2.4.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a"
- [[package]]
- name = "num-integer"
- version = "0.1.44"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"
- dependencies = [
- "autocfg",
- "num-traits",
- ]
- [[package]]
- name = "num-traits"
- version = "0.2.14"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
- dependencies = [
- "autocfg",
- ]
- [[package]]
- name = "ppv-lite86"
- version = "0.2.16"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"
- [[package]]
- name = "rand"
- version = "0.8.5"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
- dependencies = [
- "libc",
- "rand_chacha",
- "rand_core",
- ]
- [[package]]
- name = "rand_chacha"
- version = "0.3.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
- dependencies = [
- "ppv-lite86",
- "rand_core",
- ]
- [[package]]
- name = "rand_core"
- version = "0.6.3"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"
- dependencies = [
- "getrandom",
- ]
- [[package]]
- name = "regex"
- version = "1.5.4"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461"
- dependencies = [
- "aho-corasick",
- "memchr",
- "regex-syntax",
- ]
- [[package]]
- name = "regex-syntax"
- version = "0.6.25"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
- [[package]]
- name = "simplelog"
- version = "0.11.2"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "c1348164456f72ca0116e4538bdaabb0ddb622c7d9f16387c725af3e96d6001c"
- dependencies = [
- "chrono",
- "log",
- "termcolor",
- ]
- [[package]]
- name = "termcolor"
- version = "1.1.2"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4"
- dependencies = [
- "winapi-util",
- ]
- [[package]]
- name = "time"
- version = "0.1.44"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"
- dependencies = [
- "libc",
- "wasi",
- "winapi",
- ]
- [[package]]
- name = "wasi"
- version = "0.10.0+wasi-snapshot-preview1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
- [[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-util"
- version = "0.1.5"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
- dependencies = [
- "winapi",
- ]
- [[package]]
- name = "winapi-x86_64-pc-windows-gnu"
- version = "0.4.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|