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.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd"
[[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 = "libc"
version = "0.2.171"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c19937216e9d3aa9956d9bb8dfc0b0c8beb6058fc4f7a4dc4d850edf86a237d6"
[[package]]
name = "libredox"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
dependencies = [
"bitflags",
"libc",
]
[[package]]
name = "memchr"
version = "2.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
[[package]]
name = "once_cell"
version = "1.21.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
[[package]]
name = "option-ext"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
[[package]]
name = "pathdiff"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
[[package]]
name = "pest"
version = "2.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "198db74531d58c70a361c42201efde7e2591e976d518caf7662a47dc5720e7b6"
dependencies = [
"memchr",
"thiserror",
"ucd-trie",
]
[[package]]
name = "pest_derive"
version = "2.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d725d9cfd79e87dccc9341a2ef39d1b6f6353d68c4b33c177febbe1a402c97c5"
dependencies = [
"pest",
"pest_generator",
]
[[package]]
name = "pest_generator"
version = "2.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "db7d01726be8ab66ab32f9df467ae8b1148906685bbe75c82d1e65d7f5b3f841"
dependencies = [
"pest",
"pest_meta",
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "pest_meta"
version = "2.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f9f832470494906d1fca5329f8ab5791cc60beb230c74815dff541cbd2b5ca0"
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.94"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a31971752e70b8b2686d7e46ec17fb38dad4051d94024c88df49b667caea9c84"
dependencies = [
"unicode-ident",
]
[[package]]
name = "quote"
version = "1.0.40"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
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",
"regex-syntax",
]
[[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",
]
[[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 = "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.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d20fefebaa44b7eae7176594ded20097aed5b4f9abdce7dd11bdbfd1d18d5999"
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.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "84c2dccd329623b475f1dc2b6d90ee3401a23502a0aa5ea1be9e5c7e9eb58a9b"
[[package]]
name = "swamp-attributes"
version = "0.2.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e36886a39742a7587e2bf43f229d6bae2b2bc8a8f60ffaba4c7b66fbe20aeba"
dependencies = [
"source-map-node",
]
[[package]]
name = "swamp-code-gen"
version = "0.2.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "325d370b9c0950ccf002298c983a97d89e49a011dc524c401cdd5f706a553b60"
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.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc0e5796a81063966b03f68ccd50c72451e243d5c1b8a25806805859a9afa79b"
dependencies = [
"source-map-cache",
"swamp-code-gen",
"swamp-compile",
"swamp-semantic",
"swamp-vm-types",
"time-dilation",
]
[[package]]
name = "swamp-compile"
version = "0.2.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e259d3f41b0526f4643239d8a7f3bf855835be9c31792ee88f52fc56ab5c3e8"
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.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "619cf6447216221d9c325daad404850a79e8dc84f29e31dcd7eb155424f79180"
dependencies = [
"source-map-node",
"swamp-modules",
"swamp-semantic",
"swamp-symbol",
"swamp-types",
"tiny-ver",
]
[[package]]
name = "swamp-dep-loader"
version = "0.2.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "af7cab386e60846b1e4f80dccfec7dd755d7f1065b2c4e7c77a6425d8d9963a3"
dependencies = [
"dirs",
"seq-map",
"source-map-cache",
"swamp-ast",
"swamp-parser",
"time-dilation",
"tracing",
]
[[package]]
name = "swamp-error-report"
version = "0.2.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c685426f96adbf98ccfafabc85b324ddeaf009ae7d95f102eafe28f507187cd"
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.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f0be41cd5b1bdc52ee393f2f2164cb6614631b6a7998b2cbf3da5f93528824b0"
dependencies = [
"seq-map",
"source-map-node",
"swamp-refs",
"swamp-semantic",
"swamp-symbol",
"swamp-types",
"tiny-ver",
]
[[package]]
name = "swamp-parser"
version = "0.2.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "465d707df5f42727888643a4ca49e37748c0efb6e37fa3eb5c76f615897e117c"
dependencies = [
"pest",
"pest_derive",
"swamp-ast",
"tracing",
]
[[package]]
name = "swamp-pretty-print"
version = "0.2.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cde041cdf112d109945b979a847310a1a2911fe1e04d80d2bad82b191b869a75"
dependencies = [
"seq-map",
"source-map-cache",
"source-map-node",
"swamp-modules",
"swamp-semantic",
"swamp-types",
"yansi",
]
[[package]]
name = "swamp-program-analyzer"
version = "0.2.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5615fe61c19e64024f13f9ad9f774e7126a79ec79d7f1009a3972ec2ddcd3027"
dependencies = [
"source-map-cache",
"swamp-analyzer",
"swamp-dep-loader",
"swamp-modules",
"swamp-semantic",
"time-dilation",
"tracing",
]
[[package]]
name = "swamp-refs"
version = "0.2.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6c687991906eae94034b8cf309c27cbb19b47cb1d7d9d06a087b2df835da9d4"
dependencies = [
"seq-map",
"source-map-node",
"swamp-symbol",
]
[[package]]
name = "swamp-runtime"
version = "0.2.21"
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.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "84e36cdc1305322ae14a929a83baadd3652a1cdb1d714452dd47c8f2a3caa0aa"
dependencies = [
"fixed32",
"seq-map",
"source-map-node",
"swamp-attributes",
"swamp-refs",
"swamp-symbol",
"swamp-types",
"tracing",
]
[[package]]
name = "swamp-std"
version = "0.2.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b44e4a9feabdfe1b832bc24d44af9aa3e132334283b18f8d32fb50f4eac6ef78"
dependencies = [
"swamp-vm",
"swamp-vm-types",
]
[[package]]
name = "swamp-symbol"
version = "0.2.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d14e2c97f60081d0547b198d1e2c6eb73fe240e6ed76119b0b545c5212b10e49"
dependencies = [
"seq-map",
"source-map-node",
]
[[package]]
name = "swamp-types"
version = "0.2.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "de197bc325550e6cc0083059508a38e5ba666aad352a7d4ae44bd5030cea686b"
dependencies = [
"seq-fmt",
"seq-map",
"source-map-node",
"swamp-symbol",
]
[[package]]
name = "swamp-vm"
version = "0.2.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e9765bd431ee5e9be57b3b41382bc7a36d0ec83998105822409f302f4aa5a3e3"
dependencies = [
"fixed32",
"hashmap-mem",
"sparse-mem",
"squirrel-prng",
"swamp-vm-types",
"tinter",
]
[[package]]
name = "swamp-vm-debug-info"
version = "0.2.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa487410a85a2e45d4efada55f4cf68e43f3472fa3b81c74a97fc4db40cd5ab9"
dependencies = [
"seq-map",
"swamp-vm-types",
]
[[package]]
name = "swamp-vm-disasm"
version = "0.2.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bb4d449c9c617208b539aa05d68103cf8496133648e884af86cce4af4fa1095b"
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.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09c80e548a44dbd25e6da414e148ebb84661d5d9ffe803b47d13c2b425d6fd1b"
dependencies = [
"source-map-node",
"swamp-vm-types",
]
[[package]]
name = "swamp-vm-layout"
version = "0.2.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2a59bdfa0c52baa8c848ccb091a02768ecb628d7eb9800221ac83d3b587743f"
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.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e33818da9abb42e8e1ceece5d62a5ccb4eec173536664ea9b0f5f8444b818dba"
dependencies = [
"fxhash",
"hashmap-mem",
"seq-fmt",
"source-map-node",
"tinter",
"tracing",
"yansi",
]
[[package]]
name = "syn"
version = "2.0.100"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b09a44accad81e1ba1cd74a32461ba89dee89095ba17b32f5d03683b1b1fc2a0"
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 = "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",
]
[[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.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
[[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 = "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"