2020-06-02 20:03:16 +02:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
|
# It is not intended for manual editing.
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "aho-corasick"
|
|
|
|
|
version = "0.7.10"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-13 11:37:20 +01:00
|
|
|
checksum = "8716408b8bc624ed7f65d223ddb9ac2d044c0547b6fa4b0d554f3a9540496ada"
|
2020-06-02 20:03:16 +02:00
|
|
|
dependencies = [
|
2021-03-13 11:37:20 +01:00
|
|
|
"memchr",
|
2020-06-02 20:03:16 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "atty"
|
|
|
|
|
version = "0.2.14"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-13 11:37:20 +01:00
|
|
|
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
2020-06-02 20:03:16 +02:00
|
|
|
dependencies = [
|
2021-03-13 11:37:20 +01:00
|
|
|
"hermit-abi",
|
|
|
|
|
"libc",
|
|
|
|
|
"winapi",
|
2020-06-02 20:03:16 +02:00
|
|
|
]
|
|
|
|
|
|
2020-05-24 21:02:11 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "autocfg"
|
|
|
|
|
version = "1.0.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-13 11:37:20 +01:00
|
|
|
checksum = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d"
|
2020-05-24 21:02:11 +02:00
|
|
|
|
2020-06-02 20:03:16 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "bitflags"
|
|
|
|
|
version = "1.2.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-13 11:37:20 +01:00
|
|
|
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
|
2020-06-02 20:03:16 +02:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "clap"
|
2021-03-13 11:37:20 +01:00
|
|
|
version = "3.0.0-beta.2"
|
2020-06-02 20:03:16 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-13 11:37:20 +01:00
|
|
|
checksum = "4bd1061998a501ee7d4b6d449020df3266ca3124b941ec56cf2005c3779ca142"
|
2020-06-02 20:03:16 +02:00
|
|
|
dependencies = [
|
2021-03-13 11:37:20 +01:00
|
|
|
"atty",
|
|
|
|
|
"bitflags",
|
|
|
|
|
"clap_derive",
|
|
|
|
|
"indexmap",
|
|
|
|
|
"lazy_static",
|
|
|
|
|
"os_str_bytes",
|
|
|
|
|
"strsim",
|
|
|
|
|
"termcolor",
|
|
|
|
|
"terminal_size",
|
|
|
|
|
"textwrap",
|
|
|
|
|
"unicode-width",
|
|
|
|
|
"vec_map",
|
2020-06-02 20:03:16 +02:00
|
|
|
]
|
|
|
|
|
|
2020-05-24 21:02:11 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "clap_derive"
|
2021-03-13 11:37:20 +01:00
|
|
|
version = "3.0.0-beta.2"
|
2020-05-24 21:02:11 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-13 11:37:20 +01:00
|
|
|
checksum = "370f715b81112975b1b69db93e0b56ea4cd4e5002ac43b2da8474106a54096a1"
|
2020-05-24 21:02:11 +02:00
|
|
|
dependencies = [
|
2021-03-13 11:37:20 +01:00
|
|
|
"heck",
|
|
|
|
|
"proc-macro-error",
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"syn",
|
2020-05-24 21:02:11 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "copyrat"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
dependencies = [
|
2021-03-13 11:37:20 +01:00
|
|
|
"clap",
|
|
|
|
|
"regex",
|
|
|
|
|
"sequence_trie",
|
|
|
|
|
"termion",
|
2020-05-24 21:02:11 +02:00
|
|
|
]
|
|
|
|
|
|
2020-05-23 09:30:09 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "heck"
|
|
|
|
|
version = "0.3.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-13 11:37:20 +01:00
|
|
|
checksum = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205"
|
2020-05-23 09:30:09 +02:00
|
|
|
dependencies = [
|
2021-03-13 11:37:20 +01:00
|
|
|
"unicode-segmentation",
|
2020-05-23 09:30:09 +02:00
|
|
|
]
|
|
|
|
|
|
2020-06-02 20:03:16 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "hermit-abi"
|
|
|
|
|
version = "0.1.12"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-13 11:37:20 +01:00
|
|
|
checksum = "61565ff7aaace3525556587bd2dc31d4a07071957be715e63ce7b1eccf51a8f4"
|
2020-06-02 20:03:16 +02:00
|
|
|
dependencies = [
|
2021-03-13 11:37:20 +01:00
|
|
|
"libc",
|
2020-06-02 20:03:16 +02:00
|
|
|
]
|
|
|
|
|
|
2020-05-24 21:02:11 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "indexmap"
|
|
|
|
|
version = "1.3.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-13 11:37:20 +01:00
|
|
|
checksum = "076f042c5b7b98f31d205f1249267e12a6518c1481e9dae9764af19b707d2292"
|
2020-05-24 21:02:11 +02:00
|
|
|
dependencies = [
|
2021-03-13 11:37:20 +01:00
|
|
|
"autocfg",
|
2020-05-24 21:02:11 +02:00
|
|
|
]
|
|
|
|
|
|
2020-06-02 20:03:16 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "lazy_static"
|
|
|
|
|
version = "1.4.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-13 11:37:20 +01:00
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
2020-06-02 20:03:16 +02:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "libc"
|
|
|
|
|
version = "0.2.69"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-13 11:37:20 +01:00
|
|
|
checksum = "99e85c08494b21a9054e7fe1374a732aeadaff3980b6990b94bfd3a70f690005"
|
2020-06-02 20:03:16 +02:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "memchr"
|
|
|
|
|
version = "2.3.3"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-13 11:37:20 +01:00
|
|
|
checksum = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400"
|
2020-06-02 20:03:16 +02:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "numtoa"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-13 11:37:20 +01:00
|
|
|
checksum = "b8f8bdf33df195859076e54ab11ee78a1b208382d3a26ec40d142ffc1ecc49ef"
|
2020-06-02 20:03:16 +02:00
|
|
|
|
2020-05-24 21:02:11 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "os_str_bytes"
|
|
|
|
|
version = "2.3.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-13 11:37:20 +01:00
|
|
|
checksum = "06de47b848347d8c4c94219ad8ecd35eb90231704b067e67e6ae2e36ee023510"
|
2020-05-24 21:02:11 +02:00
|
|
|
|
2020-05-23 09:30:09 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "proc-macro-error"
|
2021-03-13 11:37:20 +01:00
|
|
|
version = "1.0.4"
|
2020-05-23 09:30:09 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-13 11:37:20 +01:00
|
|
|
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
|
2020-05-23 09:30:09 +02:00
|
|
|
dependencies = [
|
2021-03-13 11:37:20 +01:00
|
|
|
"proc-macro-error-attr",
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"syn",
|
|
|
|
|
"version_check",
|
2020-05-23 09:30:09 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "proc-macro-error-attr"
|
2021-03-13 11:37:20 +01:00
|
|
|
version = "1.0.4"
|
2020-05-23 09:30:09 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-13 11:37:20 +01:00
|
|
|
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
|
2020-05-23 09:30:09 +02:00
|
|
|
dependencies = [
|
2021-03-13 11:37:20 +01:00
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"version_check",
|
2020-05-23 09:30:09 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "proc-macro2"
|
|
|
|
|
version = "1.0.14"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-13 11:37:20 +01:00
|
|
|
checksum = "de40dd4ff82d9c9bab6dae29dbab1167e515f8df9ed17d2987cb6012db206933"
|
2020-05-23 09:30:09 +02:00
|
|
|
dependencies = [
|
2021-03-13 11:37:20 +01:00
|
|
|
"unicode-xid",
|
2020-05-23 09:30:09 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "quote"
|
|
|
|
|
version = "1.0.6"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-13 11:37:20 +01:00
|
|
|
checksum = "54a21852a652ad6f610c9510194f398ff6f8692e334fd1145fed931f7fbe44ea"
|
2020-05-23 09:30:09 +02:00
|
|
|
dependencies = [
|
2021-03-13 11:37:20 +01:00
|
|
|
"proc-macro2",
|
2020-05-23 09:30:09 +02:00
|
|
|
]
|
|
|
|
|
|
2020-06-02 20:03:16 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "redox_syscall"
|
|
|
|
|
version = "0.1.56"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-13 11:37:20 +01:00
|
|
|
checksum = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84"
|
2020-06-02 20:03:16 +02:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "redox_termios"
|
|
|
|
|
version = "0.1.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-13 11:37:20 +01:00
|
|
|
checksum = "7e891cfe48e9100a70a3b6eb652fef28920c117d366339687bd5576160db0f76"
|
2020-06-02 20:03:16 +02:00
|
|
|
dependencies = [
|
2021-03-13 11:37:20 +01:00
|
|
|
"redox_syscall",
|
2020-06-02 20:03:16 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "regex"
|
2021-03-13 11:37:20 +01:00
|
|
|
version = "1.4.4"
|
2020-06-02 20:03:16 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-13 11:37:20 +01:00
|
|
|
checksum = "54fd1046a3107eb58f42de31d656fee6853e5d276c455fd943742dce89fc3dd3"
|
2020-06-02 20:03:16 +02:00
|
|
|
dependencies = [
|
2021-03-13 11:37:20 +01:00
|
|
|
"aho-corasick",
|
|
|
|
|
"memchr",
|
|
|
|
|
"regex-syntax",
|
2020-06-02 20:03:16 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "regex-syntax"
|
2021-03-13 11:37:20 +01:00
|
|
|
version = "0.6.23"
|
2020-06-02 20:03:16 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-13 11:37:20 +01:00
|
|
|
checksum = "24d5f089152e60f62d28b835fbff2cd2e8dc0baf1ac13343bef92ab7eed84548"
|
2020-06-02 20:03:16 +02:00
|
|
|
|
2020-05-31 22:45:36 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "sequence_trie"
|
|
|
|
|
version = "0.3.6"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-13 11:37:20 +01:00
|
|
|
checksum = "1ee22067b7ccd072eeb64454b9c6e1b33b61cd0d49e895fd48676a184580e0c3"
|
2020-05-31 22:45:36 +02:00
|
|
|
|
2020-06-02 20:03:16 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "strsim"
|
2020-05-24 21:02:11 +02:00
|
|
|
version = "0.10.0"
|
2020-06-02 20:03:16 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-13 11:37:20 +01:00
|
|
|
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
|
2020-06-02 20:03:16 +02:00
|
|
|
|
2020-05-23 09:30:09 +02:00
|
|
|
[[package]]
|
2020-05-24 21:02:11 +02:00
|
|
|
name = "syn"
|
|
|
|
|
version = "1.0.23"
|
2020-05-23 09:30:09 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-13 11:37:20 +01:00
|
|
|
checksum = "95b5f192649e48a5302a13f2feb224df883b98933222369e4b3b0fe2a5447269"
|
2020-05-23 09:30:09 +02:00
|
|
|
dependencies = [
|
2021-03-13 11:37:20 +01:00
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"unicode-xid",
|
2020-05-23 09:30:09 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2021-03-13 11:37:20 +01:00
|
|
|
name = "termcolor"
|
|
|
|
|
version = "1.1.0"
|
2020-05-23 09:30:09 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-13 11:37:20 +01:00
|
|
|
checksum = "bb6bfa289a4d7c5766392812c0a1f4c1ba45afa1ad47803c11e1f407d846d75f"
|
2020-05-23 09:30:09 +02:00
|
|
|
dependencies = [
|
2021-03-13 11:37:20 +01:00
|
|
|
"winapi-util",
|
2020-05-23 09:30:09 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2021-03-13 11:37:20 +01:00
|
|
|
name = "terminal_size"
|
|
|
|
|
version = "0.1.16"
|
2020-05-23 09:30:09 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-13 11:37:20 +01:00
|
|
|
checksum = "86ca8ced750734db02076f44132d802af0b33b09942331f4459dde8636fd2406"
|
2020-05-23 09:30:09 +02:00
|
|
|
dependencies = [
|
2021-03-13 11:37:20 +01:00
|
|
|
"libc",
|
|
|
|
|
"winapi",
|
2020-05-23 09:30:09 +02:00
|
|
|
]
|
|
|
|
|
|
2020-06-02 20:03:16 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "termion"
|
|
|
|
|
version = "1.5.5"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-13 11:37:20 +01:00
|
|
|
checksum = "c22cec9d8978d906be5ac94bceb5a010d885c626c4c8855721a4dbd20e3ac905"
|
2020-06-02 20:03:16 +02:00
|
|
|
dependencies = [
|
2021-03-13 11:37:20 +01:00
|
|
|
"libc",
|
|
|
|
|
"numtoa",
|
|
|
|
|
"redox_syscall",
|
|
|
|
|
"redox_termios",
|
2020-06-02 20:03:16 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "textwrap"
|
2021-03-13 11:37:20 +01:00
|
|
|
version = "0.12.1"
|
2020-06-02 20:03:16 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-13 11:37:20 +01:00
|
|
|
checksum = "203008d98caf094106cfaba70acfed15e18ed3ddb7d94e49baec153a2b462789"
|
2020-06-02 20:03:16 +02:00
|
|
|
dependencies = [
|
2021-03-13 11:37:20 +01:00
|
|
|
"terminal_size",
|
|
|
|
|
"unicode-width",
|
2020-06-02 20:03:16 +02:00
|
|
|
]
|
|
|
|
|
|
2020-05-23 09:30:09 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "unicode-segmentation"
|
|
|
|
|
version = "1.6.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-13 11:37:20 +01:00
|
|
|
checksum = "e83e153d1053cbb5a118eeff7fd5be06ed99153f00dbcd8ae310c5fb2b22edc0"
|
2020-05-23 09:30:09 +02:00
|
|
|
|
2020-06-02 20:03:16 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "unicode-width"
|
|
|
|
|
version = "0.1.7"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-13 11:37:20 +01:00
|
|
|
checksum = "caaa9d531767d1ff2150b9332433f32a24622147e5ebb1f26409d5da67afd479"
|
2020-06-02 20:03:16 +02:00
|
|
|
|
2020-05-23 09:30:09 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "unicode-xid"
|
|
|
|
|
version = "0.2.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-13 11:37:20 +01:00
|
|
|
checksum = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c"
|
2020-05-23 09:30:09 +02:00
|
|
|
|
2020-06-02 20:03:16 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "vec_map"
|
|
|
|
|
version = "0.8.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-13 11:37:20 +01:00
|
|
|
checksum = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a"
|
2020-06-02 20:03:16 +02:00
|
|
|
|
2020-05-23 09:30:09 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "version_check"
|
|
|
|
|
version = "0.9.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-13 11:37:20 +01:00
|
|
|
checksum = "078775d0255232fb988e6fccf26ddc9d1ac274299aaedcedce21c6f72cc533ce"
|
2020-05-24 21:02:11 +02:00
|
|
|
|
2020-06-02 20:03:16 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "winapi"
|
|
|
|
|
version = "0.3.8"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-13 11:37:20 +01:00
|
|
|
checksum = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6"
|
2020-06-02 20:03:16 +02:00
|
|
|
dependencies = [
|
2021-03-13 11:37:20 +01:00
|
|
|
"winapi-i686-pc-windows-gnu",
|
|
|
|
|
"winapi-x86_64-pc-windows-gnu",
|
2020-06-02 20:03:16 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
|
|
|
version = "0.4.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-13 11:37:20 +01:00
|
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
2020-06-02 20:03:16 +02:00
|
|
|
|
2020-05-24 21:02:11 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "winapi-util"
|
|
|
|
|
version = "0.1.5"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-13 11:37:20 +01:00
|
|
|
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
|
2020-05-24 21:02:11 +02:00
|
|
|
dependencies = [
|
2021-03-13 11:37:20 +01:00
|
|
|
"winapi",
|
2020-05-24 21:02:11 +02:00
|
|
|
]
|
|
|
|
|
|
2020-06-02 20:03:16 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
|
version = "0.4.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-13 11:37:20 +01:00
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|