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 = "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 = "memchr"
version = "2.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
[[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 = "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",
"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.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "59fb3dae55e96c352048c88e6a2b9db15b25451ed4af54af3973d06371d40a6d"
[[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.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f3d838bcae98de566078a73ea4fd6cf5c41a83845248dcd09b89f341f5d4bc0b"
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.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fca14ba000afa6d3a00ca9855c5d395f374ab1fbe2b470f4355702c4db7aefea"
dependencies = [
"seq-map",
"seq-set",
"source-map-cache",
"source-map-node",
"swamp-ast",
"swamp-attributes",
"swamp-modules",
"swamp-semantic",
"swamp-types",
"tracing",
]
[[package]]
name = "swamp-ast"
version = "0.2.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cc551c25cea791071a7f66cb5667b4c3371e6073dc13696c0b04b112889de446"
[[package]]
name = "swamp-attributes"
version = "0.2.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6078b89fab0999e3e581fb5993cf25362cf771cdfbb3fa38f8267bd4f1b3b89c"
dependencies = [
"source-map-node",
]
[[package]]
name = "swamp-code-gen"
version = "0.2.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6350754c7b8f9ac1844c8ebd3e19de22c141a2df013296781b18aa4726c328e8"
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.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a626c2b0fbf68f2062a7a9196c9c5530e558ef462685c8c142bc719ca098504"
dependencies = [
"source-map-cache",
"swamp-code-gen",
"swamp-compile",
"swamp-semantic",
"swamp-vm-types",
"time-dilation",
]
[[package]]
name = "swamp-compile"
version = "0.2.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "15f6f2a139c55bbfe0b0b057487dcf4c434667aae1ab9bf348b7dc6db9ba96da"
dependencies = [
"regex",
"seq-map",
"source-map-cache",
"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.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3748109d91dfe0b11e95b973788df6d61d576da930f4ab61fd0d499ec4400dfc"
dependencies = [
"swamp-modules",
"swamp-semantic",
"swamp-types",
"tiny-ver",
]
[[package]]
name = "swamp-dep-loader"
version = "0.2.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3d79e2b98bafe53957202d3810d5a26aa7e14daf8588e2fa7d8b2404ffeabd34"
dependencies = [
"dirs",
"seq-map",
"source-map-cache",
"swamp-ast",
"swamp-parser",
"time-dilation",
"tracing",
]
[[package]]
name = "swamp-error-report"
version = "0.2.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0350ec98a4084ea8d7ce90027f5f9bb964a0da27ea241a28438bff15185dfd93"
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.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee7fb7df715f36e77c59d86e2f972aced07b2bb887b24d10987ea1dc267fe6a5"
dependencies = [
"seq-map",
"source-map-node",
"swamp-semantic",
"swamp-types",
"tiny-ver",
]
[[package]]
name = "swamp-parser"
version = "0.2.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "07f0e3da9b7bbf867fd5cda602c504542ee3aa7fa83bc555ed0f1f1feec79849"
dependencies = [
"pest",
"pest_derive",
"swamp-ast",
"tracing",
]
[[package]]
name = "swamp-pretty-print"
version = "0.2.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2d0826885575d562b4793338425306f768ec98aa79b046f0e9749e9f3f954c2d"
dependencies = [
"seq-map",
"source-map-cache",
"source-map-node",
"swamp-modules",
"swamp-semantic",
"swamp-types",
"yansi",
]
[[package]]
name = "swamp-program-analyzer"
version = "0.2.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2b4771adf5e225f896b26fdbb81e4b81b927b36108e619bdb80262d02b380ce"
dependencies = [
"source-map-cache",
"swamp-analyzer",
"swamp-dep-loader",
"swamp-modules",
"swamp-semantic",
"time-dilation",
"tracing",
]
[[package]]
name = "swamp-runtime"
version = "0.2.12"
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.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49c337edf60a1b074bc6c248208dcd19e79f2224771aa6f32f327117ea1dbe36"
dependencies = [
"fixed32",
"seq-map",
"source-map-node",
"swamp-attributes",
"swamp-types",
"tracing",
]
[[package]]
name = "swamp-std"
version = "0.2.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6bca119bbe78d3c0af9100074cf6b92e108976cfa6dc8ed20924521bd2336bee"
dependencies = [
"swamp-vm",
]
[[package]]
name = "swamp-types"
version = "0.2.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "33807e0e18b1c3b9dbb6d2d6573b99ea25559bab1f02f66f2134d40b900ef407"
dependencies = [
"seq-fmt",
"seq-map",
"source-map-node",
]
[[package]]
name = "swamp-vm"
version = "0.2.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a896dcfdc139ca1fcfd79cdd7dbaad7d2ec2d66f065b5d96d8506bde63bb2e1"
dependencies = [
"fixed32",
"hashmap-mem",
"sparse-mem",
"squirrel-prng",
"swamp-vm-types",
"tinter",
]
[[package]]
name = "swamp-vm-debug-info"
version = "0.2.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1faf090af8bb4f64cf94fcb3b85ac4aeca70815fea172e8e86dfb94ef32f9cb4"
dependencies = [
"seq-map",
"swamp-vm-types",
]
[[package]]
name = "swamp-vm-disasm"
version = "0.2.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c8489da6c039743b24916e5c2f67bd459f55268117d5113c78768e8a8a8f540"
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.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ced1e1a57722afae92bbb01b5618473e739ab934bacacdb7b2dcf008e3c85c53"
dependencies = [
"source-map-node",
"swamp-vm-types",
]
[[package]]
name = "swamp-vm-layout"
version = "0.2.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a729a569641db1f43189ff5500efa231b6afa92c781318fd076b151e0f64eb7"
dependencies = [
"hashmap-mem",
"seq-map",
"source-map-node",
"sparse-mem",
"swamp-types",
"swamp-vm-types",
]
[[package]]
name = "swamp-vm-types"
version = "0.2.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d37ae94dc0b289706d731b55f9a78f42f4bc1bba1837845b2259aa7160c8027"
dependencies = [
"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 = "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.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "00e2473a93778eb0bad35909dff6a10d28e63f792f16ed15e404fca9d5eeedbe"
[[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"