2024-09-26 22:20:11 +03:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
|
# It is not intended for manual editing.
|
2025-03-03 10:34:53 +00:00
|
|
|
version = 4
|
2024-09-26 22:20:11 +03:00
|
|
|
|
2024-12-16 09:32:29 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "bitflags"
|
|
|
|
|
version = "2.6.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "cfg-if"
|
|
|
|
|
version = "1.0.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
|
2024-09-26 22:20:11 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "equivalent"
|
|
|
|
|
version = "1.0.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2024-12-16 09:32:29 +00:00
|
|
|
name = "errno"
|
|
|
|
|
version = "0.3.10"
|
2024-09-26 22:20:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-16 09:32:29 +00:00
|
|
|
checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"libc",
|
|
|
|
|
"windows-sys",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "fastrand"
|
|
|
|
|
version = "2.3.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
|
2024-09-26 22:20:11 +03:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "functional-tests"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"lazy_static",
|
|
|
|
|
"serde",
|
|
|
|
|
"serde_derive",
|
|
|
|
|
"serde_json",
|
|
|
|
|
"serde_yaml",
|
2024-12-16 09:32:29 +00:00
|
|
|
"tempfile",
|
2024-09-26 22:20:11 +03:00
|
|
|
]
|
|
|
|
|
|
2025-01-06 09:54:59 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "getrandom"
|
2025-02-03 09:53:52 +00:00
|
|
|
version = "0.3.1"
|
2025-01-06 09:54:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-03 09:53:52 +00:00
|
|
|
checksum = "43a49c392881ce6d5c3b8cb70f98717b7c07aabbdff06687b9030dbfbe2725f8"
|
2025-01-06 09:54:59 +00:00
|
|
|
dependencies = [
|
|
|
|
|
"cfg-if",
|
|
|
|
|
"libc",
|
|
|
|
|
"wasi",
|
2025-02-03 09:53:52 +00:00
|
|
|
"windows-targets",
|
2025-01-06 09:54:59 +00:00
|
|
|
]
|
|
|
|
|
|
2024-09-26 22:20:11 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "hashbrown"
|
|
|
|
|
version = "0.14.3"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "indexmap"
|
2024-09-30 09:34:20 +00:00
|
|
|
version = "2.5.0"
|
2024-09-26 22:20:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-30 09:34:20 +00:00
|
|
|
checksum = "68b900aa2f7301e21c36462b170ee99994de34dff39a4a6a528e80e7376d07e5"
|
2024-09-26 22:20:11 +03:00
|
|
|
dependencies = [
|
|
|
|
|
"equivalent",
|
|
|
|
|
"hashbrown",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "itoa"
|
|
|
|
|
version = "1.0.10"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "lazy_static"
|
2024-09-30 09:34:20 +00:00
|
|
|
version = "1.5.0"
|
2024-09-26 22:20:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-30 09:34:20 +00:00
|
|
|
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
|
2024-09-26 22:20:11 +03:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "libc"
|
2025-12-29 10:40:14 +00:00
|
|
|
version = "0.2.178"
|
2024-12-16 09:32:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-12-29 10:40:14 +00:00
|
|
|
checksum = "37c93d8daa9d8a012fd8ab92f088405fb202ea0b6ab73ee2482ae66af4f42091"
|
2024-12-16 09:32:29 +00:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "linux-raw-sys"
|
2025-12-29 10:40:14 +00:00
|
|
|
version = "0.11.0"
|
2024-09-26 22:20:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-12-29 10:40:14 +00:00
|
|
|
checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
|
2024-09-26 22:20:11 +03:00
|
|
|
|
2024-09-30 09:34:20 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "memchr"
|
|
|
|
|
version = "2.7.4"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
|
|
|
|
|
|
2024-12-16 09:32:29 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "once_cell"
|
|
|
|
|
version = "1.20.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775"
|
|
|
|
|
|
2024-09-26 22:20:11 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "proc-macro2"
|
2024-10-28 09:23:20 +00:00
|
|
|
version = "1.0.89"
|
2024-09-26 22:20:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 09:23:20 +00:00
|
|
|
checksum = "f139b0662de085916d1fb67d2b4169d1addddda1919e696f3252b740b629986e"
|
2024-09-26 22:20:11 +03:00
|
|
|
dependencies = [
|
|
|
|
|
"unicode-ident",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "quote"
|
|
|
|
|
version = "1.0.35"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2024-12-16 09:32:29 +00:00
|
|
|
name = "rustix"
|
2025-12-29 10:40:14 +00:00
|
|
|
version = "1.1.3"
|
2024-09-26 22:20:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-12-29 10:40:14 +00:00
|
|
|
checksum = "146c9e247ccc180c1f61615433868c99f3de3ae256a30a43b49f67c2d9171f34"
|
2024-09-26 22:20:11 +03:00
|
|
|
dependencies = [
|
2024-12-16 09:32:29 +00:00
|
|
|
"bitflags",
|
|
|
|
|
"errno",
|
2024-09-26 22:20:11 +03:00
|
|
|
"libc",
|
2024-12-16 09:32:29 +00:00
|
|
|
"linux-raw-sys",
|
|
|
|
|
"windows-sys",
|
2024-09-26 22:20:11 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "ryu"
|
|
|
|
|
version = "1.0.16"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "f98d2aa92eebf49b69786be48e4477826b256916e84a57ff2a4f21923b48eb4c"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "serde"
|
2025-09-29 10:52:45 +00:00
|
|
|
version = "1.0.228"
|
2024-09-26 22:20:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-09-29 10:52:45 +00:00
|
|
|
checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
|
2025-09-15 09:23:13 +00:00
|
|
|
dependencies = [
|
|
|
|
|
"serde_core",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "serde_core"
|
2025-09-29 10:52:45 +00:00
|
|
|
version = "1.0.228"
|
2025-09-15 09:23:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-09-29 10:52:45 +00:00
|
|
|
checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
|
2024-09-26 22:20:11 +03:00
|
|
|
dependencies = [
|
|
|
|
|
"serde_derive",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "serde_derive"
|
2025-09-29 10:52:45 +00:00
|
|
|
version = "1.0.228"
|
2024-09-26 22:20:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-09-29 10:52:45 +00:00
|
|
|
checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
|
2024-09-26 22:20:11 +03:00
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"syn",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "serde_json"
|
2026-01-12 10:09:42 +00:00
|
|
|
version = "1.0.149"
|
2024-09-26 22:20:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-12 10:09:42 +00:00
|
|
|
checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86"
|
2024-09-26 22:20:11 +03:00
|
|
|
dependencies = [
|
|
|
|
|
"itoa",
|
2024-09-30 09:34:20 +00:00
|
|
|
"memchr",
|
2024-09-26 22:20:11 +03:00
|
|
|
"serde",
|
2025-09-15 09:23:13 +00:00
|
|
|
"serde_core",
|
2025-12-29 10:40:14 +00:00
|
|
|
"zmij",
|
2024-09-26 22:20:11 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "serde_yaml"
|
2024-09-30 09:34:20 +00:00
|
|
|
version = "0.9.34+deprecated"
|
2024-09-26 22:20:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-30 09:34:20 +00:00
|
|
|
checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47"
|
2024-09-26 22:20:11 +03:00
|
|
|
dependencies = [
|
|
|
|
|
"indexmap",
|
|
|
|
|
"itoa",
|
|
|
|
|
"ryu",
|
|
|
|
|
"serde",
|
|
|
|
|
"unsafe-libyaml",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "syn"
|
2024-10-28 09:23:20 +00:00
|
|
|
version = "2.0.85"
|
2024-09-26 22:20:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 09:23:20 +00:00
|
|
|
checksum = "5023162dfcd14ef8f32034d8bcd4cc5ddc61ef7a247c024a33e24e1f24d21b56"
|
2024-09-26 22:20:11 +03:00
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"unicode-ident",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2024-12-16 09:32:29 +00:00
|
|
|
name = "tempfile"
|
2025-12-29 10:40:14 +00:00
|
|
|
version = "3.24.0"
|
2024-09-26 22:20:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-12-29 10:40:14 +00:00
|
|
|
checksum = "655da9c7eb6305c55742045d5a8d2037996d61d8de95806335c7c86ce0f82e9c"
|
2024-09-26 22:20:11 +03:00
|
|
|
dependencies = [
|
2024-12-16 09:32:29 +00:00
|
|
|
"fastrand",
|
2025-01-06 09:54:59 +00:00
|
|
|
"getrandom",
|
2024-12-16 09:32:29 +00:00
|
|
|
"once_cell",
|
|
|
|
|
"rustix",
|
|
|
|
|
"windows-sys",
|
2024-09-26 22:20:11 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "unicode-ident"
|
|
|
|
|
version = "1.0.12"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "unsafe-libyaml"
|
2024-09-30 09:34:20 +00:00
|
|
|
version = "0.2.11"
|
2024-09-26 22:20:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-30 09:34:20 +00:00
|
|
|
checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861"
|
2024-09-26 22:20:11 +03:00
|
|
|
|
2025-01-06 09:54:59 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "wasi"
|
2025-02-03 09:53:52 +00:00
|
|
|
version = "0.13.3+wasi-0.2.2"
|
2025-01-06 09:54:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-03 09:53:52 +00:00
|
|
|
checksum = "26816d2e1a4a36a2940b96c5296ce403917633dff8f3440e9b236ed6f6bacad2"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"wit-bindgen-rt",
|
|
|
|
|
]
|
2025-01-06 09:54:59 +00:00
|
|
|
|
2024-09-26 22:20:11 +03:00
|
|
|
[[package]]
|
2024-12-16 09:32:29 +00:00
|
|
|
name = "windows-sys"
|
|
|
|
|
version = "0.59.0"
|
2024-09-26 22:20:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-16 09:32:29 +00:00
|
|
|
checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
|
2024-09-26 22:20:11 +03:00
|
|
|
dependencies = [
|
2024-12-16 09:32:29 +00:00
|
|
|
"windows-targets",
|
2024-09-26 22:20:11 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2024-12-16 09:32:29 +00:00
|
|
|
name = "windows-targets"
|
|
|
|
|
version = "0.52.6"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"windows_aarch64_gnullvm",
|
|
|
|
|
"windows_aarch64_msvc",
|
|
|
|
|
"windows_i686_gnu",
|
|
|
|
|
"windows_i686_gnullvm",
|
|
|
|
|
"windows_i686_msvc",
|
|
|
|
|
"windows_x86_64_gnu",
|
|
|
|
|
"windows_x86_64_gnullvm",
|
|
|
|
|
"windows_x86_64_msvc",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "windows_aarch64_gnullvm"
|
|
|
|
|
version = "0.52.6"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "windows_aarch64_msvc"
|
|
|
|
|
version = "0.52.6"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "windows_i686_gnu"
|
|
|
|
|
version = "0.52.6"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "windows_i686_gnullvm"
|
|
|
|
|
version = "0.52.6"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "windows_i686_msvc"
|
|
|
|
|
version = "0.52.6"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "windows_x86_64_gnu"
|
|
|
|
|
version = "0.52.6"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "windows_x86_64_gnullvm"
|
|
|
|
|
version = "0.52.6"
|
2024-09-26 22:20:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-16 09:32:29 +00:00
|
|
|
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
|
2024-09-26 22:20:11 +03:00
|
|
|
|
|
|
|
|
[[package]]
|
2024-12-16 09:32:29 +00:00
|
|
|
name = "windows_x86_64_msvc"
|
|
|
|
|
version = "0.52.6"
|
2024-09-26 22:20:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-16 09:32:29 +00:00
|
|
|
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
2025-02-03 09:53:52 +00:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "wit-bindgen-rt"
|
|
|
|
|
version = "0.33.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "3268f3d866458b787f390cf61f4bbb563b922d091359f9608842999eaee3943c"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"bitflags",
|
|
|
|
|
]
|
2025-12-29 10:40:14 +00:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "zmij"
|
|
|
|
|
version = "1.0.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "0f4a4e8e9dc5c62d159f04fcdbe07f4c3fb710415aab4754bf11505501e3251d"
|