rustlings/Cargo.lock

767 lines
20 KiB
Plaintext
Raw Normal View History

2019-06-05 10:22:41 +00:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
2019-06-05 10:22:41 +00:00
[[package]]
name = "aho-corasick"
version = "1.0.2"
2019-06-05 10:22:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "43f6cb1bf222025340178f382c426f13757b2960e89779dfcb319c32542a5a41"
2019-06-05 10:22:41 +00:00
dependencies = [
2020-12-29 10:39:26 +00:00
"memchr",
2019-06-05 10:22:41 +00:00
]
[[package]]
name = "argh"
2023-03-24 15:48:11 +00:00
version = "0.1.10"
2019-06-05 10:22:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-24 15:48:11 +00:00
checksum = "ab257697eb9496bf75526f0217b5ed64636a9cfafa78b8365c71bd283fcef93e"
2019-06-05 10:22:41 +00:00
dependencies = [
"argh_derive",
"argh_shared",
2019-06-05 10:22:41 +00:00
]
[[package]]
name = "argh_derive"
2023-03-24 15:48:11 +00:00
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-24 15:48:11 +00:00
checksum = "b382dbd3288e053331f03399e1db106c9fb0d8562ad62cb04859ae926f324fa6"
dependencies = [
"argh_shared",
"proc-macro2",
"quote",
2023-03-24 15:48:11 +00:00
"syn 1.0.109",
]
[[package]]
name = "argh_shared"
2023-03-24 15:48:11 +00:00
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-24 15:48:11 +00:00
checksum = "64cb94155d965e3d37ffbbe7cc5b82c3dd79dd33bd48e536f73d2cfb8d85506f"
2019-06-05 10:22:41 +00:00
[[package]]
name = "assert_cmd"
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-29 10:39:26 +00:00
checksum = "2dc477793bd82ec39799b6f6b3df64938532fdf2ab0d49ef817eac65856a5a1e"
2019-06-05 10:22:41 +00:00
dependencies = [
2020-12-29 10:39:26 +00:00
"escargot",
"predicates",
"predicates-core",
"predicates-tree",
2019-06-05 10:22:41 +00:00
]
[[package]]
name = "autocfg"
2023-03-24 15:48:11 +00:00
version = "1.1.0"
2019-06-05 10:22:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-24 15:48:11 +00:00
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
2019-06-05 10:22:41 +00:00
[[package]]
name = "bitflags"
version = "1.3.2"
2019-06-05 10:22:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
2019-06-05 10:22:41 +00:00
[[package]]
name = "cfg-if"
version = "0.1.10"
2019-06-05 10:22:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
2019-06-05 10:22:41 +00:00
[[package]]
name = "cfg-if"
version = "1.0.0"
2019-06-05 10:22:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2019-06-05 10:22:41 +00:00
[[package]]
name = "console"
version = "0.15.7"
2019-06-05 10:22:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c926e00cc70edefdc64d3a5ff31cc65bb97a3460097762bd23afb4d8145fccf8"
2019-06-05 10:22:41 +00:00
dependencies = [
2020-12-29 10:39:26 +00:00
"encode_unicode",
2023-03-24 15:48:11 +00:00
"lazy_static",
2020-12-29 10:39:26 +00:00
"libc",
"unicode-width",
"windows-sys 0.45.0",
2019-06-05 10:22:41 +00:00
]
[[package]]
name = "difference"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-29 10:39:26 +00:00
checksum = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198"
2019-06-05 10:22:41 +00:00
[[package]]
name = "encode_unicode"
version = "0.3.6"
2019-06-05 10:22:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
2019-06-05 10:22:41 +00:00
[[package]]
name = "escargot"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-29 10:39:26 +00:00
checksum = "ceb9adbf9874d5d028b5e4c5739d22b71988252b25c9c98fe7cf9738bee84597"
2019-06-05 10:22:41 +00:00
dependencies = [
2020-12-29 10:39:26 +00:00
"lazy_static",
"log",
"serde",
"serde_json",
2019-06-05 10:22:41 +00:00
]
[[package]]
name = "filetime"
version = "0.2.21"
2019-06-05 10:22:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5cbc844cecaee9d4443931972e1289c8ff485cb4cc2767cb03ca139ed6885153"
2019-06-05 10:22:41 +00:00
dependencies = [
"cfg-if 1.0.0",
2020-12-29 10:39:26 +00:00
"libc",
"redox_syscall",
"windows-sys 0.48.0",
2019-06-05 10:22:41 +00:00
]
[[package]]
name = "float-cmp"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e1267f4ac4f343772758f7b1bdcbe767c218bbab93bb432acbf5162bbf85a6c4"
dependencies = [
2020-12-29 10:39:26 +00:00
"num-traits",
]
2019-06-05 10:22:41 +00:00
[[package]]
name = "fsevent"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-29 10:39:26 +00:00
checksum = "5ab7d1bd1bd33cc98b0889831b72da23c0aa4df9cec7e0702f46ecea04b35db6"
2019-06-05 10:22:41 +00:00
dependencies = [
2020-12-29 10:39:26 +00:00
"bitflags",
"fsevent-sys",
2019-06-05 10:22:41 +00:00
]
[[package]]
name = "fsevent-sys"
version = "2.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-29 10:39:26 +00:00
checksum = "f41b048a94555da0f42f1d632e2e19510084fb8e303b0daa2816e733fb3644a0"
2019-06-05 10:22:41 +00:00
dependencies = [
2020-12-29 10:39:26 +00:00
"libc",
2019-06-05 10:22:41 +00:00
]
[[package]]
name = "fuchsia-zircon"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-29 10:39:26 +00:00
checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
2019-06-05 10:22:41 +00:00
dependencies = [
2020-12-29 10:39:26 +00:00
"bitflags",
"fuchsia-zircon-sys",
2019-06-05 10:22:41 +00:00
]
[[package]]
name = "fuchsia-zircon-sys"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-29 10:39:26 +00:00
checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
2019-06-05 10:22:41 +00:00
[[package]]
name = "glob"
2023-03-24 15:48:11 +00:00
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-24 15:48:11 +00:00
checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
2022-06-16 03:53:41 +00:00
[[package]]
name = "home"
version = "0.5.5"
2022-06-16 03:53:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5444c27eef6923071f7ebcc33e3444508466a76f7a2b93da00ed6e19f30c1ddb"
2022-06-16 03:53:41 +00:00
dependencies = [
"windows-sys 0.48.0",
2022-06-16 03:53:41 +00:00
]
2019-06-05 10:22:41 +00:00
[[package]]
name = "indicatif"
2022-04-20 07:35:08 +00:00
version = "0.16.2"
2019-06-05 10:22:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-20 07:35:08 +00:00
checksum = "2d207dc617c7a380ab07ff572a6e52fa202a2a8f355860ac9c38e23f8196be1b"
2019-06-05 10:22:41 +00:00
dependencies = [
2022-04-20 07:35:08 +00:00
"console",
2020-12-29 10:39:26 +00:00
"lazy_static",
"number_prefix",
"regex",
2019-06-05 10:22:41 +00:00
]
[[package]]
name = "inotify"
version = "0.7.1"
2019-06-05 10:22:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4816c66d2c8ae673df83366c18341538f234a26d65a9ecea5c348b453ac1d02f"
2019-06-05 10:22:41 +00:00
dependencies = [
2020-12-29 10:39:26 +00:00
"bitflags",
"inotify-sys",
"libc",
2019-06-05 10:22:41 +00:00
]
[[package]]
name = "inotify-sys"
version = "0.1.5"
2019-06-05 10:22:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
2019-06-05 10:22:41 +00:00
dependencies = [
2020-12-29 10:39:26 +00:00
"libc",
2019-06-05 10:22:41 +00:00
]
[[package]]
name = "iovec"
version = "0.1.4"
2019-06-05 10:22:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
2019-06-05 10:22:41 +00:00
dependencies = [
2020-12-29 10:39:26 +00:00
"libc",
2019-06-05 10:22:41 +00:00
]
[[package]]
name = "itoa"
version = "1.0.8"
2019-06-05 10:22:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62b02a5381cc465bd3041d84623d0fa3b66738b52b8e2fc3bab8ad63ab032f4a"
2019-06-05 10:22:41 +00:00
[[package]]
name = "kernel32-sys"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-29 10:39:26 +00:00
checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
2019-06-05 10:22:41 +00:00
dependencies = [
2020-12-29 10:39:26 +00:00
"winapi 0.2.8",
"winapi-build",
2019-06-05 10:22:41 +00:00
]
[[package]]
name = "lazy_static"
version = "1.4.0"
2019-06-05 10:22:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
2019-06-05 10:22:41 +00:00
[[package]]
name = "lazycell"
version = "1.3.0"
2019-06-05 10:22:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
2019-06-05 10:22:41 +00:00
[[package]]
name = "libc"
version = "0.2.147"
2019-06-05 10:22:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3"
2019-06-05 10:22:41 +00:00
[[package]]
name = "log"
version = "0.4.19"
2019-06-05 10:22:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4"
2019-06-05 10:22:41 +00:00
[[package]]
name = "memchr"
2023-03-24 15:48:11 +00:00
version = "2.5.0"
2019-06-05 10:22:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-24 15:48:11 +00:00
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
2019-06-05 10:22:41 +00:00
[[package]]
name = "mio"
version = "0.6.23"
2019-06-05 10:22:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4"
2019-06-05 10:22:41 +00:00
dependencies = [
"cfg-if 0.1.10",
2020-12-29 10:39:26 +00:00
"fuchsia-zircon",
"fuchsia-zircon-sys",
"iovec",
"kernel32-sys",
"libc",
"log",
"miow",
"net2",
"slab",
"winapi 0.2.8",
2019-06-05 10:22:41 +00:00
]
[[package]]
name = "mio-extras"
version = "2.0.6"
2019-06-05 10:22:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "52403fe290012ce777c4626790c8951324a2b9e3316b3143779c72b029742f19"
2019-06-05 10:22:41 +00:00
dependencies = [
2020-12-29 10:39:26 +00:00
"lazycell",
"log",
"mio",
"slab",
2019-06-05 10:22:41 +00:00
]
[[package]]
name = "miow"
version = "0.2.2"
2019-06-05 10:22:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d"
2019-06-05 10:22:41 +00:00
dependencies = [
2020-12-29 10:39:26 +00:00
"kernel32-sys",
"net2",
"winapi 0.2.8",
"ws2_32-sys",
2019-06-05 10:22:41 +00:00
]
[[package]]
name = "net2"
version = "0.2.39"
2019-06-05 10:22:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b13b648036a2339d06de780866fbdfda0dde886de7b3af2ddeba8b14f4ee34ac"
2019-06-05 10:22:41 +00:00
dependencies = [
"cfg-if 0.1.10",
2020-12-29 10:39:26 +00:00
"libc",
"winapi 0.3.9",
2019-06-05 10:22:41 +00:00
]
[[package]]
name = "normalize-line-endings"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be"
2019-06-05 10:22:41 +00:00
[[package]]
name = "notify"
version = "4.0.17"
2019-06-05 10:22:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae03c8c853dba7bfd23e571ff0cff7bc9dceb40a4cd684cd1681824183f45257"
2019-06-05 10:22:41 +00:00
dependencies = [
2020-12-29 10:39:26 +00:00
"bitflags",
"filetime",
"fsevent",
"fsevent-sys",
"inotify",
"libc",
"mio",
"mio-extras",
"walkdir",
"winapi 0.3.9",
2019-06-05 10:22:41 +00:00
]
[[package]]
name = "num-traits"
2023-03-24 15:48:11 +00:00
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-24 15:48:11 +00:00
checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
dependencies = [
2020-12-29 10:39:26 +00:00
"autocfg",
]
2020-02-25 22:00:19 +00:00
[[package]]
name = "number_prefix"
2022-04-20 07:35:08 +00:00
version = "0.4.0"
2020-02-25 22:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-20 07:35:08 +00:00
checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3"
2020-02-25 22:00:19 +00:00
2019-06-05 10:22:41 +00:00
[[package]]
name = "predicates"
version = "1.0.8"
2019-06-05 10:22:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f49cfaf7fdaa3bfacc6fa3e7054e65148878354a5cfddcf661df4c851f8021df"
2019-06-05 10:22:41 +00:00
dependencies = [
2020-12-29 10:39:26 +00:00
"difference",
"float-cmp",
"normalize-line-endings",
"predicates-core",
"regex",
2019-06-05 10:22:41 +00:00
]
[[package]]
name = "predicates-core"
2023-03-24 15:48:11 +00:00
version = "1.0.6"
2019-06-05 10:22:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-24 15:48:11 +00:00
checksum = "b794032607612e7abeb4db69adb4e33590fa6cf1149e95fd7cb00e634b92f174"
2019-06-05 10:22:41 +00:00
[[package]]
name = "predicates-tree"
2023-03-24 15:48:11 +00:00
version = "1.0.9"
2019-06-05 10:22:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-24 15:48:11 +00:00
checksum = "368ba315fb8c5052ab692e68a0eefec6ec57b23a36959c14496f0b0df2c0cecf"
2019-06-05 10:22:41 +00:00
dependencies = [
2020-12-29 10:39:26 +00:00
"predicates-core",
2023-03-24 15:48:11 +00:00
"termtree",
2019-06-05 10:22:41 +00:00
]
[[package]]
name = "proc-macro2"
version = "1.0.64"
2019-06-05 10:22:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "78803b62cbf1f46fde80d7c0e803111524b9877184cfe7c3033659490ac7a7da"
2019-06-05 10:22:41 +00:00
dependencies = [
2023-03-24 15:48:11 +00:00
"unicode-ident",
2019-06-05 10:22:41 +00:00
]
[[package]]
name = "quote"
version = "1.0.29"
2019-06-05 10:22:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "573015e8ab27661678357f27dc26460738fd2b6c86e46f386fde94cb5d913105"
2019-06-05 10:22:41 +00:00
dependencies = [
2020-12-29 10:39:26 +00:00
"proc-macro2",
2019-06-05 10:22:41 +00:00
]
[[package]]
name = "redox_syscall"
2023-03-24 15:48:11 +00:00
version = "0.2.16"
2019-06-05 10:22:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-24 15:48:11 +00:00
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
2019-06-05 10:22:41 +00:00
dependencies = [
"bitflags",
2019-06-05 10:22:41 +00:00
]
[[package]]
name = "regex"
version = "1.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2eae68fc220f7cf2532e4494aded17545fce192d59cd996e0fe7887f4ceb575"
dependencies = [
"aho-corasick",
"memchr",
"regex-automata",
"regex-syntax",
]
[[package]]
name = "regex-automata"
version = "0.3.3"
2019-06-05 10:22:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "39354c10dd07468c2e73926b23bb9c2caca74c5501e38a35da70406f1d923310"
2019-06-05 10:22:41 +00:00
dependencies = [
2020-12-29 10:39:26 +00:00
"aho-corasick",
"memchr",
"regex-syntax",
2019-06-05 10:22:41 +00:00
]
[[package]]
name = "regex-syntax"
version = "0.7.4"
2019-06-05 10:22:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e5ea92a5b6195c6ef2a0295ea818b312502c6fc94dde986c5553242e18fd4ce2"
2019-06-05 10:22:41 +00:00
[[package]]
name = "rustlings"
2023-05-17 19:05:51 +00:00
version = "5.5.1"
2019-06-05 10:22:41 +00:00
dependencies = [
"argh",
2020-12-29 10:39:26 +00:00
"assert_cmd",
2022-04-20 07:35:08 +00:00
"console",
2020-12-29 10:39:26 +00:00
"glob",
2022-06-16 03:53:41 +00:00
"home",
2020-12-29 10:39:26 +00:00
"indicatif",
"notify",
"predicates",
"regex",
"serde",
2022-06-16 03:53:41 +00:00
"serde_json",
2020-12-29 10:39:26 +00:00
"toml",
2019-06-05 10:22:41 +00:00
]
[[package]]
name = "ryu"
version = "1.0.14"
2019-06-05 10:22:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fe232bdf6be8c8de797b22184ee71118d63780ea42ac85b61d1baa6d3b782ae9"
2019-06-05 10:22:41 +00:00
[[package]]
name = "same-file"
version = "1.0.6"
2019-06-05 10:22:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
2019-06-05 10:22:41 +00:00
dependencies = [
2020-12-29 10:39:26 +00:00
"winapi-util",
2019-06-05 10:22:41 +00:00
]
[[package]]
name = "serde"
version = "1.0.171"
2019-06-05 10:22:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "30e27d1e4fd7659406c492fd6cfaf2066ba8773de45ca75e855590f856dc34a9"
2019-06-05 10:22:41 +00:00
dependencies = [
2020-12-29 10:39:26 +00:00
"serde_derive",
2019-06-05 10:22:41 +00:00
]
[[package]]
name = "serde_derive"
version = "1.0.171"
2019-06-05 10:22:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "389894603bd18c46fa56231694f8d827779c0951a667087194cf9de94ed24682"
2019-06-05 10:22:41 +00:00
dependencies = [
2020-12-29 10:39:26 +00:00
"proc-macro2",
"quote",
"syn 2.0.25",
2019-06-05 10:22:41 +00:00
]
[[package]]
name = "serde_json"
version = "1.0.102"
2019-06-05 10:22:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b5062a995d481b2308b6064e9af76011f2921c35f97b0468811ed9f6cd91dfed"
2019-06-05 10:22:41 +00:00
dependencies = [
2020-12-29 10:39:26 +00:00
"itoa",
"ryu",
"serde",
2019-06-05 10:22:41 +00:00
]
[[package]]
name = "slab"
2023-03-24 15:48:11 +00:00
version = "0.4.8"
2019-06-05 10:22:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-24 15:48:11 +00:00
checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d"
dependencies = [
"autocfg",
]
2019-06-05 10:22:41 +00:00
[[package]]
name = "syn"
2023-03-24 15:48:11 +00:00
version = "1.0.109"
2019-06-05 10:22:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-24 15:48:11 +00:00
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
2019-06-05 10:22:41 +00:00
dependencies = [
2020-12-29 10:39:26 +00:00
"proc-macro2",
"quote",
2023-03-24 15:48:11 +00:00
"unicode-ident",
2019-06-05 10:22:41 +00:00
]
[[package]]
2023-03-24 15:48:11 +00:00
name = "syn"
version = "2.0.25"
2019-06-05 10:22:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "15e3fc8c0c74267e2df136e5e5fb656a464158aa57624053375eb9c8c6e25ae2"
2019-06-05 10:22:41 +00:00
dependencies = [
2023-03-24 15:48:11 +00:00
"proc-macro2",
"quote",
"unicode-ident",
2019-06-05 10:22:41 +00:00
]
2023-03-24 15:48:11 +00:00
[[package]]
name = "termtree"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76"
2019-06-05 10:22:41 +00:00
[[package]]
name = "toml"
2023-03-24 15:48:11 +00:00
version = "0.5.11"
2019-06-05 10:22:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-24 15:48:11 +00:00
checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
2019-06-05 10:22:41 +00:00
dependencies = [
2020-12-29 10:39:26 +00:00
"serde",
2019-06-05 10:22:41 +00:00
]
[[package]]
2023-03-24 15:48:11 +00:00
name = "unicode-ident"
version = "1.0.10"
2019-06-05 10:22:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "22049a19f4a68748a168c0fc439f9516686aa045927ff767eca0a85101fb6e73"
2019-06-05 10:22:41 +00:00
[[package]]
name = "unicode-width"
2023-03-24 15:48:11 +00:00
version = "0.1.10"
2019-06-05 10:22:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-24 15:48:11 +00:00
checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
2019-06-05 10:22:41 +00:00
[[package]]
name = "walkdir"
2023-03-24 15:48:11 +00:00
version = "2.3.3"
2019-06-05 10:22:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-24 15:48:11 +00:00
checksum = "36df944cda56c7d8d8b7496af378e6b16de9284591917d307c9b4d313c44e698"
2019-06-05 10:22:41 +00:00
dependencies = [
2020-12-29 10:39:26 +00:00
"same-file",
"winapi-util",
2019-06-05 10:22:41 +00:00
]
[[package]]
name = "winapi"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-29 10:39:26 +00:00
checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
2019-06-05 10:22:41 +00:00
[[package]]
name = "winapi"
version = "0.3.9"
2019-06-05 10:22:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
2019-06-05 10:22:41 +00:00
dependencies = [
2020-12-29 10:39:26 +00:00
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
2019-06-05 10:22:41 +00:00
]
[[package]]
name = "winapi-build"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-29 10:39:26 +00:00
checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
2019-06-05 10:22:41 +00:00
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-29 10:39:26 +00:00
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
2019-06-05 10:22:41 +00:00
[[package]]
name = "winapi-util"
version = "0.1.5"
2019-06-05 10:22:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
2019-06-05 10:22:41 +00:00
dependencies = [
"winapi 0.3.9",
2019-06-05 10:22:41 +00:00
]
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-29 10:39:26 +00:00
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2019-06-05 10:22:41 +00:00
2023-03-24 15:48:11 +00:00
[[package]]
name = "windows-sys"
version = "0.45.0"
2023-03-24 15:48:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
2023-03-24 15:48:11 +00:00
dependencies = [
"windows-targets 0.42.2",
2023-03-24 15:48:11 +00:00
]
[[package]]
name = "windows-sys"
version = "0.48.0"
2023-03-24 15:48:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
2023-03-24 15:48:11 +00:00
dependencies = [
"windows-targets 0.48.1",
2023-03-24 15:48:11 +00:00
]
[[package]]
name = "windows-targets"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
dependencies = [
"windows_aarch64_gnullvm 0.42.2",
"windows_aarch64_msvc 0.42.2",
"windows_i686_gnu 0.42.2",
"windows_i686_msvc 0.42.2",
"windows_x86_64_gnu 0.42.2",
"windows_x86_64_gnullvm 0.42.2",
"windows_x86_64_msvc 0.42.2",
]
[[package]]
name = "windows-targets"
version = "0.48.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05d4b17490f70499f20b9e791dcf6a299785ce8af4d709018206dc5b4953e95f"
dependencies = [
"windows_aarch64_gnullvm 0.48.0",
"windows_aarch64_msvc 0.48.0",
"windows_i686_gnu 0.48.0",
"windows_i686_msvc 0.48.0",
"windows_x86_64_gnu 0.48.0",
"windows_x86_64_gnullvm 0.48.0",
"windows_x86_64_msvc 0.48.0",
2023-03-24 15:48:11 +00:00
]
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"
2023-03-24 15:48:11 +00:00
[[package]]
name = "windows_aarch64_msvc"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
[[package]]
name = "windows_aarch64_msvc"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
2023-03-24 15:48:11 +00:00
[[package]]
name = "windows_i686_gnu"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
[[package]]
name = "windows_i686_gnu"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"
2023-03-24 15:48:11 +00:00
[[package]]
name = "windows_i686_msvc"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
[[package]]
name = "windows_i686_msvc"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
2023-03-24 15:48:11 +00:00
[[package]]
name = "windows_x86_64_gnu"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
[[package]]
name = "windows_x86_64_gnu"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"
2023-03-24 15:48:11 +00:00
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"
2023-03-24 15:48:11 +00:00
[[package]]
name = "windows_x86_64_msvc"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
[[package]]
name = "windows_x86_64_msvc"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"
2019-06-05 10:22:41 +00:00
[[package]]
name = "ws2_32-sys"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-29 10:39:26 +00:00
checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
2019-06-05 10:22:41 +00:00
dependencies = [
2020-12-29 10:39:26 +00:00
"winapi 0.2.8",
"winapi-build",
]