version = 4
[[package]]
name = "aho-corasick"
version = "1.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
dependencies = [
"memchr",
]
[[package]]
name = "bitflags"
version = "2.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b8e56985ec62d17e9c1001dc89c88ecd7dc08e47eba5ec7c29c7b5eeecde967"
[[package]]
name = "block-buffer"
version = "0.10.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
dependencies = [
"generic-array",
]
[[package]]
name = "byteorder"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "cpufeatures"
version = "0.2.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
dependencies = [
"libc",
]
[[package]]
name = "crypto-common"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
dependencies = [
"generic-array",
"typenum",
]
[[package]]
name = "digest"
version = "0.10.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
dependencies = [
"block-buffer",
"crypto-common",
]
[[package]]
name = "dirs"
version = "6.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e"
dependencies = [
"dirs-sys",
]
[[package]]
name = "dirs-sys"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
dependencies = [
"libc",
"option-ext",
"redox_users",
"windows-sys",
]
[[package]]
name = "eira"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "054f7c7f1d2ee5e56d9b1da14644e8b38e52b230ed4adc2bf95fa823af94b8d8"
dependencies = [
"yansi",
]
[[package]]
name = "fixed32"
version = "0.0.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2684e63ac0834684f5eed6a71d6902dbd1b7721fb55aea211e795255e7fb1a3"
[[package]]
name = "fxhash"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
dependencies = [
"byteorder",
]
[[package]]
name = "generic-array"
version = "0.14.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
dependencies = [
"typenum",
"version_check",
]
[[package]]
name = "getrandom"
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
dependencies = [
"cfg-if",
"libc",
"wasi",
]
[[package]]
name = "hashmap-mem"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "32905730b9b5de9720505016942d44c41b27c4ee68a24457106d15db74bf925f"
dependencies = [
"fxhash",
]
[[package]]
name = "lazy_static"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
[[package]]
name = "libc"
version = "0.2.169"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a"
[[package]]
name = "libredox"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
dependencies = [
"bitflags",
"libc",
]
[[package]]
name = "log"
version = "0.4.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
[[package]]
name = "matchers"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
dependencies = [
"regex-automata 0.1.10",
]
[[package]]
name = "memchr"
version = "2.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
[[package]]
name = "nu-ansi-term"
version = "0.46.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
dependencies = [
"overload",
"winapi",
]
[[package]]
name = "once_cell"
version = "1.20.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "945462a4b81e43c4e3ba96bd7b49d834c6f61198356aa858733bc4acf3cbe62e"
[[package]]
name = "option-ext"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
[[package]]
name = "overload"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
[[package]]
name = "pathdiff"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
[[package]]
name = "pest"
version = "2.7.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b7cafe60d6cf8e62e1b9b2ea516a089c008945bb5a275416789e7db0bc199dc"
dependencies = [
"memchr",
"thiserror",
"ucd-trie",
]
[[package]]
name = "pest_derive"
version = "2.7.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "816518421cfc6887a0d62bf441b6ffb4536fcc926395a69e1a85852d4363f57e"
dependencies = [
"pest",
"pest_generator",
]
[[package]]
name = "pest_generator"
version = "2.7.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d1396fd3a870fc7838768d171b4616d5c91f6cc25e377b673d714567d99377b"
dependencies = [
"pest",
"pest_meta",
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "pest_meta"
version = "2.7.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e1e58089ea25d717bfd31fb534e4f3afcc2cc569c70de3e239778991ea3b7dea"
dependencies = [
"once_cell",
"pest",
"sha2",
]
[[package]]
name = "pin-project-lite"
version = "0.2.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
[[package]]
name = "proc-macro2"
version = "1.0.93"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "60946a68e5f9d28b0dc1c21bb8a97ee7d018a8b322fa57838ba31cc878e22d99"
dependencies = [
"unicode-ident",
]
[[package]]
name = "quote"
version = "1.0.38"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc"
dependencies = [
"proc-macro2",
]
[[package]]
name = "redox_users"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dd6f9d3d47bdd2ad6945c5015a226ec6155d0bcdfd8f7cd29f86b71f8de99d2b"
dependencies = [
"getrandom",
"libredox",
"thiserror",
]
[[package]]
name = "regex"
version = "1.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
dependencies = [
"aho-corasick",
"memchr",
"regex-automata 0.4.9",
"regex-syntax 0.8.5",
]
[[package]]
name = "regex-automata"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
dependencies = [
"regex-syntax 0.6.29",
]
[[package]]
name = "regex-automata"
version = "0.4.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax 0.8.5",
]
[[package]]
name = "regex-syntax"
version = "0.6.29"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
[[package]]
name = "regex-syntax"
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
[[package]]
name = "seq-fmt"
version = "0.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "53c590392453030c0114e051a02cc7a222b63f329307eeed91f95e3a548bfe5a"
[[package]]
name = "seq-map"
version = "0.0.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c046d1718f921b431557f11234ced53a2bc502f7c09893fea1a9d975484c8414"
[[package]]
name = "seq-set"
version = "0.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5db959338009b6bd8da1cde5d24d008839580508dbceaec2da63ac5def5960b2"
[[package]]
name = "sha2"
version = "0.10.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
dependencies = [
"cfg-if",
"cpufeatures",
"digest",
]
[[package]]
name = "sharded-slab"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
dependencies = [
"lazy_static",
]
[[package]]
name = "smallvec"
version = "1.15.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
[[package]]
name = "source-map-cache"
version = "0.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a5109c6861dbb5d70d611d4e8bac4a615ff4b40ee0e6a24265dc77a8de35172"
dependencies = [
"pathdiff",
"seq-map",
"source-map-node",
]
[[package]]
name = "source-map-node"
version = "0.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "887dcab6267ff08d124864e1e0c49170a6881cf49d4deb2d6a0109d72a083a3f"
[[package]]
name = "sparse-mem"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8813ff844956e45610b7c33d2dc250bbf06c534fa2e8bf54c0735a8d33ff2e18"
[[package]]
name = "squirrel-prng"
version = "0.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41f08241958ab06f8afaaf7e54b8a96cd68d69b222a4461275d832e97f19914d"
[[package]]
name = "swamp-analyzer"
version = "0.2.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "26fa2f6970f49a3bdbd5df8fc5d58be02a5d58a6323de023e12a60acf36f2610"
dependencies = [
"seq-map",
"seq-set",
"source-map-cache",
"source-map-node",
"swamp-ast",
"swamp-attributes",
"swamp-modules",
"swamp-semantic",
"swamp-symbol",
"swamp-types",
"tracing",
]
[[package]]
name = "swamp-ast"
version = "0.2.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b78cf7a5ab849a17201e1608e0baa3ba8048f146ffba22f46973f505065d20e4"
[[package]]
name = "swamp-attributes"
version = "0.2.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1dd437b47b178b03fc94d2f0c21526b1f845f9000badb0e8e7d5ed18c9940cfa"
dependencies = [
"source-map-node",
]
[[package]]
name = "swamp-code-gen"
version = "0.2.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3af11869b5cae0054c7d95deac3c8decd70a6184d547ced09ca43a69843b2566"
dependencies = [
"seq-map",
"source-map-cache",
"source-map-node",
"swamp-attributes",
"swamp-semantic",
"swamp-types",
"swamp-vm-debug-info",
"swamp-vm-disasm",
"swamp-vm-instr-build",
"swamp-vm-layout",
"swamp-vm-types",
"tinter",
"tracing",
]
[[package]]
name = "swamp-code-gen-program"
version = "0.2.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "836963bed9cc7c261de5cf17a95b94fbb2c317c48a770f8d6217d4118cdeb85c"
dependencies = [
"source-map-cache",
"swamp-code-gen",
"swamp-compile",
"swamp-semantic",
"swamp-vm-types",
"time-dilation",
]
[[package]]
name = "swamp-compile"
version = "0.2.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d7d0c42b1a4a80986e3561d6313a0a45f135844276d4a5595dfad9423a19495"
dependencies = [
"regex",
"seq-map",
"source-map-cache",
"source-map-node",
"swamp-analyzer",
"swamp-core",
"swamp-dep-loader",
"swamp-error-report",
"swamp-modules",
"swamp-pretty-print",
"swamp-program-analyzer",
"swamp-semantic",
"swamp-std",
"swamp-types",
"time-dilation",
"tiny-ver",
"tracing",
]
[[package]]
name = "swamp-core"
version = "0.2.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6e714e5a8897c5c518dc3b140cd2ceab8fa4438c5bee4fce867f1812736ac17"
dependencies = [
"source-map-node",
"swamp-modules",
"swamp-semantic",
"swamp-symbol",
"swamp-types",
"tiny-ver",
]
[[package]]
name = "swamp-dep-loader"
version = "0.2.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4db80c57a0cac192e37da2ac1a4771bc371ff9ad98910b433e3d66f6ec84291"
dependencies = [
"dirs",
"seq-map",
"source-map-cache",
"swamp-ast",
"swamp-parser",
"time-dilation",
"tracing",
]
[[package]]
name = "swamp-error-report"
version = "0.2.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3d2b4d3e5010a3c1285f67c96ec8513b9cbbfd9e5052a7147dd539a19dde1ae4"
dependencies = [
"eira",
"source-map-cache",
"source-map-node",
"swamp-dep-loader",
"swamp-parser",
"swamp-program-analyzer",
"swamp-semantic",
]
[[package]]
name = "swamp-modules"
version = "0.2.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed76e9f335c7b2334e06b63ed183b91c811ff7ad24c4ddabe1dedbba04d88e6c"
dependencies = [
"seq-map",
"source-map-node",
"swamp-refs",
"swamp-semantic",
"swamp-symbol",
"swamp-types",
"tiny-ver",
]
[[package]]
name = "swamp-parser"
version = "0.2.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5dd393957f96ab0ea3306b7cf85532722d07224edb864622e870a471db22c565"
dependencies = [
"pest",
"pest_derive",
"swamp-ast",
"tracing",
]
[[package]]
name = "swamp-pretty-print"
version = "0.2.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c66700a423b6d08256d03bd0d2e9b7a3a1084e3fd7ca1df934278aaa62fae77"
dependencies = [
"seq-map",
"source-map-cache",
"source-map-node",
"swamp-modules",
"swamp-semantic",
"swamp-types",
"yansi",
]
[[package]]
name = "swamp-program-analyzer"
version = "0.2.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fb897001b4d8ec89ab192cf1a4630202a31ac1d2a46c6b673882c925bf681757"
dependencies = [
"source-map-cache",
"swamp-analyzer",
"swamp-dep-loader",
"swamp-modules",
"swamp-semantic",
"time-dilation",
"tracing",
]
[[package]]
name = "swamp-refs"
version = "0.2.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fbfe2b59b4744e1ddea1365eb1e495ed35fd13615a57a4d25254f57e7b6b3e66"
dependencies = [
"seq-map",
"source-map-node",
"swamp-symbol",
]
[[package]]
name = "swamp-runtime"
version = "0.2.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f96e51e7377c72eb4221a2b1d363913653ab20de1c004c06a38546c2fd932cc1"
dependencies = [
"seq-map",
"source-map-cache",
"swamp-analyzer",
"swamp-code-gen",
"swamp-code-gen-program",
"swamp-compile",
"swamp-dep-loader",
"swamp-semantic",
"swamp-std",
"swamp-types",
"swamp-vm",
"swamp-vm-debug-info",
"swamp-vm-disasm",
"swamp-vm-layout",
"swamp-vm-types",
"tinter",
]
[[package]]
name = "swamp-semantic"
version = "0.2.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2394f12626eb07c50ee6468a04ad472c9c9d90accf582a9c28785f3513034215"
dependencies = [
"fixed32",
"seq-map",
"source-map-node",
"swamp-attributes",
"swamp-refs",
"swamp-symbol",
"swamp-types",
"tracing",
]
[[package]]
name = "swamp-std"
version = "0.2.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f2bb21133e1af47b1379a90f2f6af6dbcf7c8927e85f47c775a4278bfee6baa"
dependencies = [
"swamp-vm",
"swamp-vm-types",
]
[[package]]
name = "swamp-symbol"
version = "0.2.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "db2c84d33db2467fe65593a9291f1aeb984dfc8cfc0dd8a993cdc01d6baa0dd8"
dependencies = [
"seq-map",
"source-map-node",
]
[[package]]
name = "swamp-test-runner"
version = "0.2.22"
dependencies = [
"seq-map",
"source-map-cache",
"swamp-runtime",
"swamp-std",
"swamp-vm",
"time-dilation",
"tinter",
"tracing",
"tracing-subscriber",
]
[[package]]
name = "swamp-types"
version = "0.2.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bec61a7910a3cc70aa729eaeed2aa5e831c9865855194ed8217ead6f0e456f89"
dependencies = [
"seq-fmt",
"seq-map",
"source-map-node",
"swamp-symbol",
]
[[package]]
name = "swamp-vm"
version = "0.2.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2dec2a8ccf0077797de7130199f86bb3bad0c2caf5999ee84123ea4a57f60d94"
dependencies = [
"fixed32",
"hashmap-mem",
"sparse-mem",
"squirrel-prng",
"swamp-vm-types",
"tinter",
]
[[package]]
name = "swamp-vm-debug-info"
version = "0.2.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4a4532772e26138f5f74611b34911b035ea51dbe38268cd5dd1069781875d4a2"
dependencies = [
"seq-map",
"swamp-vm-types",
]
[[package]]
name = "swamp-vm-disasm"
version = "0.2.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eb94a19ed43fb0d4b4ebf840dc6f0d47edd7009c99d573e0737ca6f82ae48a29"
dependencies = [
"fixed32",
"seq-map",
"source-map-cache",
"source-map-node",
"swamp-vm-debug-info",
"swamp-vm-types",
"tinter",
]
[[package]]
name = "swamp-vm-instr-build"
version = "0.2.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e715b94f5d6ea7714b06f9283a090fcfbe683e1295fd2b7d046a84c9e68a9d1"
dependencies = [
"source-map-node",
"swamp-vm-types",
]
[[package]]
name = "swamp-vm-layout"
version = "0.2.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3bfd62808fa87fd399fad2503028b870b3bbd2fc88f2812f348a8688cc6351e4"
dependencies = [
"hashmap-mem",
"seq-map",
"source-map-node",
"sparse-mem",
"swamp-symbol",
"swamp-types",
"swamp-vm-types",
]
[[package]]
name = "swamp-vm-types"
version = "0.2.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f48e66e8d3d224302d5e14c8558d5410f63952bba53d77eb933de605e18239d9"
dependencies = [
"fxhash",
"hashmap-mem",
"seq-fmt",
"source-map-node",
"tinter",
"tracing",
"yansi",
]
[[package]]
name = "syn"
version = "2.0.98"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "36147f1a48ae0ec2b5b3bc5b537d267457555a10dc06f3dbc8cb11ba3006d3b1"
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
[[package]]
name = "thiserror"
version = "2.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
version = "2.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "thread_local"
version = "1.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
dependencies = [
"cfg-if",
"once_cell",
]
[[package]]
name = "time-dilation"
version = "0.1.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bb21e7f5ae08a32cb9fefe597c63dfbdf506c3e65fce15102d5444822e550085"
[[package]]
name = "tinter"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2c8ae48322900422f9b302c8e42652a6abae47740f6d8cecfd60a5ef8f2857c"
[[package]]
name = "tiny-ver"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "22bfcb3c82a7781508fbf27a0bb741a227cd02797f3ef5d145c23bec59e24988"
[[package]]
name = "tracing"
version = "0.1.41"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
dependencies = [
"pin-project-lite",
"tracing-attributes",
"tracing-core",
]
[[package]]
name = "tracing-attributes"
version = "0.1.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "tracing-core"
version = "0.1.33"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
dependencies = [
"once_cell",
"valuable",
]
[[package]]
name = "tracing-log"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
dependencies = [
"log",
"once_cell",
"tracing-core",
]
[[package]]
name = "tracing-subscriber"
version = "0.3.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
dependencies = [
"matchers",
"nu-ansi-term",
"once_cell",
"regex",
"sharded-slab",
"smallvec",
"thread_local",
"tracing",
"tracing-core",
"tracing-log",
]
[[package]]
name = "typenum"
version = "1.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f"
[[package]]
name = "ucd-trie"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
[[package]]
name = "unicode-ident"
version = "1.0.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "00e2473a93778eb0bad35909dff6a10d28e63f792f16ed15e404fca9d5eeedbe"
[[package]]
name = "valuable"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
[[package]]
name = "version_check"
version = "0.9.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
[[package]]
name = "wasi"
version = "0.11.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
[[package]]
name = "winapi"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
dependencies = [
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
]
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
[[package]]
name = "windows-sys"
version = "0.59.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
dependencies = [
"windows-targets",
]
[[package]]
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"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
[[package]]
name = "windows_x86_64_msvc"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
[[package]]
name = "yansi"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"