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.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "081683b09817afe7804fa45b9a80e279d5ac3853cd6334cb62be0e6a758ceccb"
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.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b754a579d1be36d1089cdac5898d5860c2c50abab52b595c0de3ac5ed4a02eee"
[[package]]
name = "swamp-attributes"
version = "0.2.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5d67e181279280a6af3b96e10b3f29593ed3767666cb6cb60f80e95e20a7514a"
dependencies = [
"source-map-node",
]
[[package]]
name = "swamp-code-gen"
version = "0.2.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "280735ae0a52c9df3045a2f8c62a9f0903fc9d2beeb4a6ccde1299c826db3270"
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.13"
dependencies = [
"source-map-cache",
"swamp-code-gen",
"swamp-compile",
"swamp-semantic",
"swamp-vm-types",
"time-dilation",
]
[[package]]
name = "swamp-compile"
version = "0.2.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8e25c1916fd0c3ec2accf510b760cc1691279661641b25b3fb446e0a6d32fd4"
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.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "50e9988c19ecd4ce7ab0e495b466fd6efdd70d0098dbc1b160670854e7c16167"
dependencies = [
"swamp-modules",
"swamp-semantic",
"swamp-types",
"tiny-ver",
]
[[package]]
name = "swamp-dep-loader"
version = "0.2.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ff899533399e034e0332fd3b0965be4d63da10cc6232b5f25668392f23dc6ee8"
dependencies = [
"dirs",
"seq-map",
"source-map-cache",
"swamp-ast",
"swamp-parser",
"time-dilation",
"tracing",
]
[[package]]
name = "swamp-error-report"
version = "0.2.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90b04b0afeb77b6ab0e52361ce5709dc716f67b053b6f19575faf07ddcf2eb92"
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.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ece9524378103b3add02b93a9a3b65c3c4a2d96530cd3fed669092f101b433de"
dependencies = [
"seq-map",
"source-map-node",
"swamp-semantic",
"swamp-types",
"tiny-ver",
]
[[package]]
name = "swamp-parser"
version = "0.2.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b808f217ef8de8c651f9af6267102ae78b8454d55e56ece379283dbc1cbcd632"
dependencies = [
"pest",
"pest_derive",
"swamp-ast",
"tracing",
]
[[package]]
name = "swamp-pretty-print"
version = "0.2.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1273acff0c6596a35caa956ce45a22dd26cefdb726c087c9109e9c39e1e97528"
dependencies = [
"seq-map",
"source-map-cache",
"source-map-node",
"swamp-modules",
"swamp-semantic",
"swamp-types",
"yansi",
]
[[package]]
name = "swamp-program-analyzer"
version = "0.2.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e1acdb0baeb0919b6a1e10fcec78077d4a93bba16df55ffd2be565d94229d4fe"
dependencies = [
"source-map-cache",
"swamp-analyzer",
"swamp-dep-loader",
"swamp-modules",
"swamp-semantic",
"time-dilation",
"tracing",
]
[[package]]
name = "swamp-semantic"
version = "0.2.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a65b5f4d5252ba4569dbd7d9202789e45a72fa9cf40ced6e30aebc1e4a51c027"
dependencies = [
"fixed32",
"seq-map",
"source-map-node",
"swamp-attributes",
"swamp-types",
"tracing",
]
[[package]]
name = "swamp-std"
version = "0.2.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ced6158706fdf2db8977d01d5a1d91b76ba394d10a512049ca67b8879dacb57f"
dependencies = [
"swamp-vm",
]
[[package]]
name = "swamp-types"
version = "0.2.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "daa7522771b0e747bc8b9f803ce6c6ac55c85f727c3a5d27ec37dc4e48313c30"
dependencies = [
"seq-fmt",
"seq-map",
"source-map-node",
]
[[package]]
name = "swamp-vm"
version = "0.2.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "83b0450eeaabbed09bd19f2b4b91333441d6f3a54454f9cae31ddea90612d078"
dependencies = [
"fixed32",
"hashmap-mem",
"sparse-mem",
"squirrel-prng",
"swamp-vm-types",
"tinter",
]
[[package]]
name = "swamp-vm-debug-info"
version = "0.2.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae6347ef099ba6cab675f90212f618ae9d768c740c27012734c9cc3fc6fc63a5"
dependencies = [
"seq-map",
"swamp-vm-types",
]
[[package]]
name = "swamp-vm-disasm"
version = "0.2.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dabcb2cee8f7d3a4f7e8bc6ceecbb2bc3095c75a086a10c7910e594b8a880d81"
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.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f597c1d32965b223f9ff062614ac43fc2d19062f6d2fd66b164223b7720a6f93"
dependencies = [
"source-map-node",
"swamp-vm-types",
]
[[package]]
name = "swamp-vm-layout"
version = "0.2.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "accf511d661d67c011daaaf68a99936c1d52a9cf5bb5e60b778b5dc03fb3806c"
dependencies = [
"hashmap-mem",
"seq-map",
"source-map-node",
"sparse-mem",
"swamp-types",
"swamp-vm-types",
]
[[package]]
name = "swamp-vm-types"
version = "0.2.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "543f1da02e9e3065f05b37ce8f98c052b93decbe9bd70e546a7266d7cc37e8a9"
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"