123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229 |
- # This file is automatically @generated by Cargo.
- # It is not intended for manual editing.
- version = 3
- [[package]]
- name = "bitflags"
- version = "1.3.2"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
- [[package]]
- name = "clap"
- version = "2.34.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
- dependencies = [
- "bitflags",
- "textwrap",
- "unicode-width",
- ]
- [[package]]
- name = "form_urlencoded"
- version = "1.0.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"
- dependencies = [
- "matches",
- "percent-encoding",
- ]
- [[package]]
- name = "heck"
- version = "0.3.3"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
- dependencies = [
- "unicode-segmentation",
- ]
- [[package]]
- name = "idna"
- version = "0.2.3"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"
- dependencies = [
- "matches",
- "unicode-bidi",
- "unicode-normalization",
- ]
- [[package]]
- name = "lazy_static"
- version = "1.4.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
- [[package]]
- name = "matches"
- version = "0.1.9"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"
- [[package]]
- name = "percent-encoding"
- version = "2.1.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
- [[package]]
- name = "proc-macro-error"
- version = "1.0.4"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
- dependencies = [
- "proc-macro-error-attr",
- "proc-macro2",
- "quote",
- "syn",
- "version_check",
- ]
- [[package]]
- name = "proc-macro-error-attr"
- version = "1.0.4"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
- dependencies = [
- "proc-macro2",
- "quote",
- "version_check",
- ]
- [[package]]
- name = "proc-macro2"
- version = "1.0.36"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "c7342d5883fbccae1cc37a2353b09c87c9b0f3afd73f5fb9bba687a1f733b029"
- dependencies = [
- "unicode-xid",
- ]
- [[package]]
- name = "quote"
- version = "1.0.17"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "632d02bff7f874a36f33ea8bb416cd484b90cc66c1194b1a1110d067a7013f58"
- dependencies = [
- "proc-macro2",
- ]
- [[package]]
- name = "structopt"
- version = "0.3.26"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "0c6b5c64445ba8094a6ab0c3cd2ad323e07171012d9c98b0b15651daf1787a10"
- dependencies = [
- "clap",
- "lazy_static",
- "structopt-derive",
- ]
- [[package]]
- name = "structopt-derive"
- version = "0.4.18"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "dcb5ae327f9cc13b68763b5749770cb9e048a99bd9dfdfa58d0cf05d5f64afe0"
- dependencies = [
- "heck",
- "proc-macro-error",
- "proc-macro2",
- "quote",
- "syn",
- ]
- [[package]]
- name = "syn"
- version = "1.0.90"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "704df27628939572cd88d33f171cd6f896f4eaca85252c6e0a72d8d8287ee86f"
- dependencies = [
- "proc-macro2",
- "quote",
- "unicode-xid",
- ]
- [[package]]
- name = "textwrap"
- version = "0.11.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
- dependencies = [
- "unicode-width",
- ]
- [[package]]
- name = "tinyvec"
- version = "1.5.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "2c1c1d5a42b6245520c249549ec267180beaffcc0615401ac8e31853d4b6d8d2"
- dependencies = [
- "tinyvec_macros",
- ]
- [[package]]
- name = "tinyvec_macros"
- version = "0.1.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
- [[package]]
- name = "torwatch"
- version = "0.1.0"
- dependencies = [
- "structopt",
- "url",
- ]
- [[package]]
- name = "unicode-bidi"
- version = "0.3.7"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "1a01404663e3db436ed2746d9fefef640d868edae3cceb81c3b8d5732fda678f"
- [[package]]
- name = "unicode-normalization"
- version = "0.1.19"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9"
- dependencies = [
- "tinyvec",
- ]
- [[package]]
- name = "unicode-segmentation"
- version = "1.9.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "7e8820f5d777f6224dc4be3632222971ac30164d4a258d595640799554ebfd99"
- [[package]]
- name = "unicode-width"
- version = "0.1.9"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"
- [[package]]
- name = "unicode-xid"
- version = "0.2.2"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
- [[package]]
- name = "url"
- version = "2.2.2"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"
- dependencies = [
- "form_urlencoded",
- "idna",
- "matches",
- "percent-encoding",
- ]
- [[package]]
- name = "version_check"
- version = "0.9.4"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|