mapfixer/Cargo.lock

695 lines
18 KiB
Plaintext
Raw Normal View History

2023-09-04 19:24:00 +00:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "adler"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
[[package]]
2024-01-09 04:21:24 +00:00
name = "aho-corasick"
2024-05-30 08:53:02 +00:00
version = "1.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 08:53:02 +00:00
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
dependencies = [
2024-01-09 04:21:24 +00:00
"memchr",
]
2023-09-13 01:17:03 +00:00
[[package]]
name = "anstream"
2024-05-30 08:53:02 +00:00
version = "0.6.14"
2023-09-13 01:17:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 08:53:02 +00:00
checksum = "418c75fa768af9c03be99d17643f93f79bbba589895012a80e3452a19ddda15b"
2023-09-13 01:17:03 +00:00
dependencies = [
"anstyle",
"anstyle-parse",
"anstyle-query",
"anstyle-wincon",
"colorchoice",
2024-05-30 08:53:02 +00:00
"is_terminal_polyfill",
2023-09-13 01:17:03 +00:00
"utf8parse",
]
[[package]]
name = "anstyle"
2024-05-30 08:53:02 +00:00
version = "1.0.7"
2023-09-13 01:17:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 08:53:02 +00:00
checksum = "038dfcf04a5feb68e9c60b21c9625a54c2c0616e79b72b0fd87075a056ae1d1b"
2023-09-13 01:17:03 +00:00
[[package]]
name = "anstyle-parse"
2024-05-30 08:53:02 +00:00
version = "0.2.4"
2023-09-13 01:17:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 08:53:02 +00:00
checksum = "c03a11a9034d92058ceb6ee011ce58af4a9bf61491aa7e1e59ecd24bd40d22d4"
2023-09-13 01:17:03 +00:00
dependencies = [
"utf8parse",
]
[[package]]
name = "anstyle-query"
2024-07-16 03:24:25 +00:00
version = "1.1.0"
2023-09-13 01:17:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-16 03:24:25 +00:00
checksum = "ad186efb764318d35165f1758e7dcef3b10628e26d41a44bc5550652e6804391"
2023-09-13 01:17:03 +00:00
dependencies = [
"windows-sys",
]
[[package]]
name = "anstyle-wincon"
2024-05-30 08:53:02 +00:00
version = "3.0.3"
2023-09-13 01:17:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 08:53:02 +00:00
checksum = "61a38449feb7068f52bb06c12759005cf459ee52bb4adc1d5a7c4322d716fb19"
2023-09-13 01:17:03 +00:00
dependencies = [
"anstyle",
"windows-sys",
]
2023-10-02 03:07:11 +00:00
[[package]]
name = "anyhow"
2024-05-30 08:53:02 +00:00
version = "1.0.86"
2024-01-09 04:21:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 08:53:02 +00:00
checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da"
2024-01-09 04:21:24 +00:00
2023-09-04 19:24:00 +00:00
[[package]]
name = "arrayref"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6b4930d2cb77ce62f89ee5d5289b4ac049559b1c45539271f5ed4fdc7db34545"
[[package]]
name = "arrayvec"
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711"
[[package]]
name = "autocfg"
2024-05-30 08:53:02 +00:00
version = "1.3.0"
2023-09-04 19:24:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 08:53:02 +00:00
checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"
2023-09-04 19:24:00 +00:00
[[package]]
name = "base64"
version = "0.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
[[package]]
name = "bitflags"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
[[package]]
name = "blake3"
2024-07-16 03:24:25 +00:00
version = "1.5.3"
2023-09-04 19:24:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-16 03:24:25 +00:00
checksum = "e9ec96fe9a81b5e365f9db71fe00edc4fe4ca2cc7dcb7861f0603012a7caa210"
2023-09-04 19:24:00 +00:00
dependencies = [
"arrayref",
"arrayvec",
"cc",
2024-01-09 04:21:24 +00:00
"cfg-if",
2023-09-04 19:24:00 +00:00
"constant_time_eq",
]
[[package]]
name = "byteorder"
2023-10-28 01:10:11 +00:00
version = "1.5.0"
2023-09-04 19:24:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-28 01:10:11 +00:00
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
2023-09-04 19:24:00 +00:00
[[package]]
name = "cc"
2024-07-16 03:24:25 +00:00
version = "1.1.5"
2023-09-04 19:24:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-16 03:24:25 +00:00
checksum = "324c74f2155653c90b04f25b2a47a8a631360cb908f92a772695f430c7e31052"
2023-09-04 19:24:00 +00:00
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2023-09-13 01:17:03 +00:00
[[package]]
name = "clap"
2024-07-16 03:24:25 +00:00
version = "4.5.9"
2023-09-13 01:17:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-16 03:24:25 +00:00
checksum = "64acc1846d54c1fe936a78dc189c34e28d3f5afc348403f28ecf53660b9b8462"
2023-09-13 01:17:03 +00:00
dependencies = [
"clap_builder",
"clap_derive",
]
[[package]]
name = "clap_builder"
2024-07-16 03:24:25 +00:00
version = "4.5.9"
2023-09-13 01:17:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-16 03:24:25 +00:00
checksum = "6fb8393d67ba2e7bfaf28a23458e4e2b543cc73a99595511eb207fdb8aede942"
2023-09-13 01:17:03 +00:00
dependencies = [
"anstream",
"anstyle",
"clap_lex",
2024-01-09 04:21:24 +00:00
"strsim",
2023-09-13 01:17:03 +00:00
]
[[package]]
name = "clap_derive"
2024-07-16 03:24:25 +00:00
version = "4.5.8"
2023-09-13 01:17:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-16 03:24:25 +00:00
checksum = "2bac35c6dafb060fd4d275d9a4ffae97917c13a6327903a8be2153cd964f7085"
2023-09-13 01:17:03 +00:00
dependencies = [
"heck",
"proc-macro2",
"quote",
2024-03-08 18:35:50 +00:00
"syn",
2023-09-13 01:17:03 +00:00
]
[[package]]
name = "clap_lex"
2024-07-16 03:24:25 +00:00
version = "0.7.1"
2023-09-13 01:17:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-16 03:24:25 +00:00
checksum = "4b82cf0babdbd58558212896d1a4272303a57bdb245c2bf1147185fb45640e70"
2023-09-13 01:17:03 +00:00
[[package]]
name = "colorchoice"
2024-05-30 08:53:02 +00:00
version = "1.0.1"
2023-09-13 01:17:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 08:53:02 +00:00
checksum = "0b6a852b24ab71dffc585bcb46eaf7959d175cb865a7152e35b348d1b2960422"
2023-09-13 01:17:03 +00:00
2023-09-04 19:24:00 +00:00
[[package]]
name = "constant_time_eq"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7144d30dcf0fafbce74250a3963025d8d52177934239851c917d29f1df280c2"
[[package]]
name = "crc32fast"
2024-05-30 08:53:02 +00:00
version = "1.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 08:53:02 +00:00
checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
dependencies = [
2024-01-09 04:21:24 +00:00
"cfg-if",
]
[[package]]
name = "flate2"
2024-05-30 08:53:02 +00:00
version = "1.0.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 08:53:02 +00:00
checksum = "5f54427cfd1c7829e2a139fcefea601bf088ebca651d2bf53ebc600eac295dae"
dependencies = [
"crc32fast",
"miniz_oxide",
]
2023-09-04 19:24:00 +00:00
[[package]]
name = "getrandom"
2024-05-30 08:53:02 +00:00
version = "0.2.15"
2023-09-04 19:24:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 08:53:02 +00:00
checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
2023-09-04 19:24:00 +00:00
dependencies = [
2024-01-09 04:21:24 +00:00
"cfg-if",
2023-09-04 19:24:00 +00:00
"libc",
"wasi",
]
[[package]]
2024-01-09 04:21:24 +00:00
name = "heck"
2024-05-30 08:53:02 +00:00
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 08:53:02 +00:00
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
[[package]]
name = "is_terminal_polyfill"
version = "1.70.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8478577c03552c21db0e2724ffb8986a5ce7af88107e6be5d2ee6e158c12800"
2023-11-18 23:47:54 +00:00
[[package]]
name = "lazy-regex"
version = "3.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5d12be4595afdf58bd19e4a9f4e24187da2a66700786ff660a418e9059937a4c"
dependencies = [
"lazy-regex-proc_macros",
"once_cell",
"regex",
]
[[package]]
name = "lazy-regex-proc_macros"
version = "3.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44bcd58e6c97a7fcbaffcdc95728b393b8d98933bfadad49ed4097845b57ef0b"
dependencies = [
"proc-macro2",
"quote",
"regex",
2024-03-08 18:35:50 +00:00
"syn",
2023-11-18 23:47:54 +00:00
]
2023-09-04 19:24:00 +00:00
[[package]]
name = "lazy_static"
2024-07-16 03:24:25 +00:00
version = "1.5.0"
2023-09-04 19:24:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-16 03:24:25 +00:00
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
2023-09-04 19:24:00 +00:00
[[package]]
name = "libc"
2024-05-30 08:53:02 +00:00
version = "0.2.155"
2023-09-04 19:24:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 08:53:02 +00:00
checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
2023-09-04 19:24:00 +00:00
[[package]]
name = "log"
2024-07-16 03:24:25 +00:00
version = "0.4.22"
2023-09-04 19:24:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-16 03:24:25 +00:00
checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
2023-09-04 19:24:00 +00:00
[[package]]
name = "lz4"
2024-07-16 03:24:25 +00:00
version = "1.25.0"
2023-09-04 19:24:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-16 03:24:25 +00:00
checksum = "d6eab492fe7f8651add23237ea56dbf11b3c4ff762ab83d40a47f11433421f91"
2023-09-04 19:24:00 +00:00
dependencies = [
"libc",
"lz4-sys",
]
[[package]]
name = "lz4-sys"
2024-07-16 03:24:25 +00:00
version = "1.9.5"
2023-09-04 19:24:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-16 03:24:25 +00:00
checksum = "e9764018d143cc854c9f17f0b907de70f14393b1f502da6375dce70f00514eb3"
2023-09-04 19:24:00 +00:00
dependencies = [
"cc",
"libc",
]
2024-01-09 04:21:24 +00:00
[[package]]
2024-03-08 18:35:50 +00:00
name = "mapfixer"
version = "1.1.0"
2023-09-05 07:40:39 +00:00
dependencies = [
2023-10-02 03:07:11 +00:00
"anyhow",
2024-01-09 04:21:24 +00:00
"clap",
"flate2",
2023-11-18 23:47:54 +00:00
"lazy-regex",
2023-09-05 07:40:39 +00:00
"rbx_binary",
"rbx_dom_weak",
"rbx_reflection_database",
2023-09-30 10:14:02 +00:00
"rbx_xml",
2023-09-05 07:40:39 +00:00
]
2023-09-22 21:24:28 +00:00
[[package]]
name = "memchr"
2024-07-16 03:24:25 +00:00
version = "2.7.4"
2023-09-22 21:24:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-16 03:24:25 +00:00
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
2023-09-22 21:24:28 +00:00
[[package]]
name = "miniz_oxide"
2024-07-16 03:24:25 +00:00
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-16 03:24:25 +00:00
checksum = "b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08"
dependencies = [
"adler",
]
2023-09-04 19:24:00 +00:00
[[package]]
name = "num-traits"
2024-05-30 08:53:02 +00:00
version = "0.2.19"
2023-09-04 19:24:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 08:53:02 +00:00
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
2023-09-04 19:24:00 +00:00
dependencies = [
"autocfg",
]
[[package]]
name = "once_cell"
2024-01-09 04:21:24 +00:00
version = "1.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-09 04:21:24 +00:00
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
[[package]]
2024-01-09 04:21:24 +00:00
name = "paste"
2024-05-30 08:53:02 +00:00
version = "1.0.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 08:53:02 +00:00
checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
2023-09-04 19:24:00 +00:00
[[package]]
name = "ppv-lite86"
version = "0.2.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
[[package]]
name = "proc-macro2"
2024-07-16 03:24:25 +00:00
version = "1.0.86"
2023-09-04 19:24:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-16 03:24:25 +00:00
checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77"
2023-09-04 19:24:00 +00:00
dependencies = [
"unicode-ident",
]
[[package]]
name = "profiling"
2024-05-30 08:53:02 +00:00
version = "1.0.15"
2023-09-04 19:24:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 08:53:02 +00:00
checksum = "43d84d1d7a6ac92673717f9f6d1518374ef257669c24ebc5ac25d5033828be58"
2023-09-04 19:24:00 +00:00
dependencies = [
"profiling-procmacros",
]
[[package]]
name = "profiling-procmacros"
2024-05-30 08:53:02 +00:00
version = "1.0.15"
2023-09-04 19:24:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 08:53:02 +00:00
checksum = "8021cf59c8ec9c432cfc2526ac6b8aa508ecaf29cd415f271b8406c1b851c3fd"
2023-09-04 19:24:00 +00:00
dependencies = [
2024-03-08 18:35:50 +00:00
"quote",
"syn",
2023-09-04 19:24:00 +00:00
]
[[package]]
name = "quote"
2024-05-30 08:53:02 +00:00
version = "1.0.36"
2023-09-04 19:24:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 08:53:02 +00:00
checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
2023-09-04 19:24:00 +00:00
dependencies = [
"proc-macro2",
]
[[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.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
dependencies = [
"getrandom",
]
[[package]]
name = "rbx_binary"
2024-05-30 08:53:02 +00:00
version = "0.7.4"
source = "sparse+https://git.itzana.me/api/packages/strafesnet/cargo/"
checksum = "18b401155b93f7151217bf51e36bdfa7bddcaf5f0d26b563c9ac3b08a3701c27"
2023-09-04 19:24:00 +00:00
dependencies = [
"log",
"lz4",
"profiling",
"rbx_dom_weak",
"rbx_reflection",
"rbx_reflection_database",
"thiserror",
]
[[package]]
name = "rbx_dom_weak"
2024-05-30 08:53:02 +00:00
version = "2.7.0"
source = "sparse+https://git.itzana.me/api/packages/strafesnet/cargo/"
checksum = "850d0a6c8d22592b125c9a82f8654857a7aba10f061b930cc2b86438e54157f1"
2023-09-04 19:24:00 +00:00
dependencies = [
"rbx_types",
"serde",
]
[[package]]
name = "rbx_reflection"
2024-05-30 08:53:02 +00:00
version = "4.5.0"
source = "sparse+https://git.itzana.me/api/packages/strafesnet/cargo/"
checksum = "80d31f6675c27c9f60b2322feb5565f4a4389ccbb75de4e737915e9208f0831f"
2023-09-04 19:24:00 +00:00
dependencies = [
"rbx_types",
"serde",
"thiserror",
]
[[package]]
name = "rbx_reflection_database"
2024-05-30 08:53:02 +00:00
version = "0.2.10+roblox-607"
source = "sparse+https://git.itzana.me/api/packages/strafesnet/cargo/"
checksum = "f4da9f73ca317c158b922b757fe02317f7d3bc31d3f9fdb4a748d48b3951b8b8"
2023-09-04 19:24:00 +00:00
dependencies = [
"lazy_static",
"rbx_reflection",
"rmp-serde",
"serde",
]
[[package]]
name = "rbx_types"
2024-05-30 08:53:02 +00:00
version = "1.8.0"
source = "sparse+https://git.itzana.me/api/packages/strafesnet/cargo/"
checksum = "6d0d394018a8df53fcd91e990301fe6e47b94e15067edfcb019e6238ae60e8bb"
2023-09-04 19:24:00 +00:00
dependencies = [
"base64",
2024-03-08 18:35:50 +00:00
"bitflags",
2023-09-04 19:24:00 +00:00
"blake3",
"lazy_static",
"rand",
"serde",
"thiserror",
]
2023-09-30 10:14:02 +00:00
[[package]]
name = "rbx_xml"
2024-05-30 08:53:02 +00:00
version = "0.13.3"
source = "sparse+https://git.itzana.me/api/packages/strafesnet/cargo/"
checksum = "d6d1a15f58a1e4b4f578abe6eb5e1461cb16eea82fb4a147d5995c9b79f08d1f"
2023-09-30 10:14:02 +00:00
dependencies = [
"base64",
"log",
"rbx_dom_weak",
"rbx_reflection",
"rbx_reflection_database",
"xml-rs",
]
2023-09-04 19:24:00 +00:00
[[package]]
2023-09-22 21:24:28 +00:00
name = "regex"
2024-07-16 03:24:25 +00:00
version = "1.10.5"
2023-09-22 21:24:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-16 03:24:25 +00:00
checksum = "b91213439dad192326a0d7c6ee3955910425f441d7038e0d6933b0aec5c4517f"
2023-09-22 21:24:28 +00:00
dependencies = [
"aho-corasick",
"memchr",
"regex-automata",
2024-03-08 18:35:50 +00:00
"regex-syntax",
2023-09-22 21:24:28 +00:00
]
[[package]]
name = "regex-automata"
2024-07-16 03:24:25 +00:00
version = "0.4.7"
2023-09-22 21:24:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-16 03:24:25 +00:00
checksum = "38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df"
2023-09-22 21:24:28 +00:00
dependencies = [
"aho-corasick",
"memchr",
2024-03-08 18:35:50 +00:00
"regex-syntax",
2023-09-22 21:24:28 +00:00
]
[[package]]
name = "regex-syntax"
2024-07-16 03:24:25 +00:00
version = "0.8.4"
2023-09-22 21:24:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-16 03:24:25 +00:00
checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b"
2023-09-22 21:24:28 +00:00
[[package]]
2023-09-04 19:24:00 +00:00
name = "rmp"
2024-05-30 08:53:02 +00:00
version = "0.8.14"
2023-09-04 19:24:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 08:53:02 +00:00
checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
2023-09-04 19:24:00 +00:00
dependencies = [
2024-03-08 18:35:50 +00:00
"byteorder",
2023-11-19 00:13:24 +00:00
"num-traits",
2023-09-04 19:24:00 +00:00
"paste",
]
[[package]]
name = "rmp-serde"
2024-05-30 08:53:02 +00:00
version = "1.3.0"
2023-09-04 19:24:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 08:53:02 +00:00
checksum = "52e599a477cf9840e92f2cde9a7189e67b42c57532749bf90aea6ec10facd4db"
2023-09-04 19:24:00 +00:00
dependencies = [
2024-03-08 18:35:50 +00:00
"byteorder",
2023-09-04 19:24:00 +00:00
"rmp",
"serde",
]
[[package]]
name = "serde"
2024-07-16 03:24:25 +00:00
version = "1.0.204"
2023-09-04 19:24:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-16 03:24:25 +00:00
checksum = "bc76f558e0cbb2a839d37354c575f1dc3fdc6546b5be373ba43d95f231bf7c12"
2023-09-04 19:24:00 +00:00
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
2024-07-16 03:24:25 +00:00
version = "1.0.204"
2023-09-04 19:24:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-16 03:24:25 +00:00
checksum = "e0cd7e117be63d3c3678776753929474f3b04a43a080c744d6b0ae2a8c28e222"
2023-09-04 19:24:00 +00:00
dependencies = [
"proc-macro2",
"quote",
2024-03-08 18:35:50 +00:00
"syn",
2023-09-04 19:24:00 +00:00
]
2023-09-13 01:17:03 +00:00
[[package]]
name = "strsim"
2024-05-30 08:53:02 +00:00
version = "0.11.1"
2023-09-13 01:17:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 08:53:02 +00:00
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
2023-09-13 01:17:03 +00:00
2023-09-04 19:24:00 +00:00
[[package]]
name = "syn"
2024-07-16 03:24:25 +00:00
version = "2.0.71"
2023-09-04 19:24:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-16 03:24:25 +00:00
checksum = "b146dcf730474b4bcd16c311627b31ede9ab149045db4d6088b3becaea046462"
2023-09-04 19:24:00 +00:00
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
[[package]]
name = "thiserror"
2024-07-16 03:24:25 +00:00
version = "1.0.62"
2023-09-04 19:24:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-16 03:24:25 +00:00
checksum = "f2675633b1499176c2dff06b0856a27976a8f9d436737b4cf4f312d4d91d8bbb"
2023-09-04 19:24:00 +00:00
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
2024-07-16 03:24:25 +00:00
version = "1.0.62"
2023-09-04 19:24:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-16 03:24:25 +00:00
checksum = "d20468752b09f49e909e55a5d338caa8bedf615594e9d80bc4c565d30faf798c"
2023-09-04 19:24:00 +00:00
dependencies = [
"proc-macro2",
"quote",
2024-03-08 18:35:50 +00:00
"syn",
2024-01-09 04:21:24 +00:00
]
2023-09-04 19:24:00 +00:00
[[package]]
name = "unicode-ident"
2023-10-28 01:10:11 +00:00
version = "1.0.12"
2023-09-04 19:24:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-28 01:10:11 +00:00
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
2023-09-04 19:24:00 +00:00
2023-09-13 01:17:03 +00:00
[[package]]
name = "utf8parse"
2024-07-16 03:24:25 +00:00
version = "0.2.2"
2023-09-13 01:17:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-16 03:24:25 +00:00
checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
2023-09-13 01:17:03 +00:00
2023-09-04 19:24:00 +00:00
[[package]]
name = "wasi"
version = "0.11.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
2023-09-13 01:17:03 +00:00
[[package]]
name = "windows-sys"
2024-01-09 04:21:24 +00:00
version = "0.52.0"
2023-09-13 01:17:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-09 04:21:24 +00:00
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
2023-09-13 01:17:03 +00:00
dependencies = [
"windows-targets",
]
[[package]]
name = "windows-targets"
2024-07-16 03:24:25 +00:00
version = "0.52.6"
2023-09-13 01:17:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-16 03:24:25 +00:00
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
2023-09-13 01:17:03 +00:00
dependencies = [
"windows_aarch64_gnullvm",
"windows_aarch64_msvc",
"windows_i686_gnu",
2024-05-30 08:53:02 +00:00
"windows_i686_gnullvm",
2023-09-13 01:17:03 +00:00
"windows_i686_msvc",
"windows_x86_64_gnu",
"windows_x86_64_gnullvm",
"windows_x86_64_msvc",
]
[[package]]
name = "windows_aarch64_gnullvm"
2024-07-16 03:24:25 +00:00
version = "0.52.6"
2023-09-13 01:17:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-16 03:24:25 +00:00
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
2023-09-13 01:17:03 +00:00
[[package]]
name = "windows_aarch64_msvc"
2024-07-16 03:24:25 +00:00
version = "0.52.6"
2023-09-13 01:17:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-16 03:24:25 +00:00
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
2023-09-13 01:17:03 +00:00
[[package]]
name = "windows_i686_gnu"
2024-07-16 03:24:25 +00:00
version = "0.52.6"
2024-05-30 08:53:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-16 03:24:25 +00:00
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
2024-05-30 08:53:02 +00:00
[[package]]
name = "windows_i686_gnullvm"
2024-07-16 03:24:25 +00:00
version = "0.52.6"
2023-09-13 01:17:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-16 03:24:25 +00:00
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
2023-09-13 01:17:03 +00:00
[[package]]
name = "windows_i686_msvc"
2024-07-16 03:24:25 +00:00
version = "0.52.6"
2023-09-13 01:17:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-16 03:24:25 +00:00
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
2023-09-13 01:17:03 +00:00
[[package]]
name = "windows_x86_64_gnu"
2024-07-16 03:24:25 +00:00
version = "0.52.6"
2023-09-13 01:17:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-16 03:24:25 +00:00
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
2023-09-13 01:17:03 +00:00
[[package]]
name = "windows_x86_64_gnullvm"
2024-07-16 03:24:25 +00:00
version = "0.52.6"
2023-09-13 01:17:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-16 03:24:25 +00:00
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
2023-09-13 01:17:03 +00:00
[[package]]
name = "windows_x86_64_msvc"
2024-07-16 03:24:25 +00:00
version = "0.52.6"
2023-09-13 01:17:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-16 03:24:25 +00:00
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
2024-01-09 04:21:24 +00:00
2023-09-30 10:14:02 +00:00
[[package]]
name = "xml-rs"
2024-05-30 08:53:02 +00:00
version = "0.8.20"
2023-09-30 10:14:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 08:53:02 +00:00
checksum = "791978798f0597cfc70478424c2b4fdc2b7a8024aaff78497ef00f24ef674193"