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.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.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6bd5aff077c7c523e7bfc331bdd3cd8cdd32e5af6562603bc743d53d3d3e67d7"
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.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "831719655b268c33d1dc81f315e41d85dee2cd524ef2500d5d940f7688ac1e00"
[[package]]
name = "swamp-attributes"
version = "0.2.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d8a07f3d024e458ce7217c10c503da6d8e6184547e3d28235ebf9fe423d8a92c"
dependencies = [
"source-map-node",
]
[[package]]
name = "swamp-code-gen"
version = "0.2.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b47c9f01e0234b384c0a1c688cff4044171f9605a27a98b5105083dd5829a689"
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.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "07f91f00f7181f87e6897d2e6eeefa73e15dacb1159383b0688c5f1f24699552"
dependencies = [
"source-map-cache",
"swamp-code-gen",
"swamp-compile",
"swamp-semantic",
"swamp-vm-types",
"time-dilation",
]
[[package]]
name = "swamp-compile"
version = "0.2.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "af0225495baedc5fe0763f75956997c447eac83a5a4713ccbd0f63765859a200"
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.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ea81a47f020f7123d4841905832758868c1a1a03597afd5f7cb8b2b1a2e16f9"
dependencies = [
"swamp-modules",
"swamp-semantic",
"swamp-types",
"tiny-ver",
]
[[package]]
name = "swamp-dep-loader"
version = "0.2.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5ba659157d0dfa95ae53e21a1c9f505a1a89d53b7bb9164daf9408fa38404b4b"
dependencies = [
"dirs",
"seq-map",
"source-map-cache",
"swamp-ast",
"swamp-parser",
"time-dilation",
"tracing",
]
[[package]]
name = "swamp-error-report"
version = "0.2.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "26d96527ee547be48f3a6bcd4a7791a0019a2a49dcb918c20aa5a6dcb126061e"
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.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "070f55509c846aa54ff9f6cea303db0ae8667c04425e2cd64d6017e13d3c11af"
dependencies = [
"seq-map",
"source-map-node",
"swamp-semantic",
"swamp-types",
"tiny-ver",
]
[[package]]
name = "swamp-parser"
version = "0.2.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "89fb030bec00c03b7ec548513179d2fab268388afb0e54475ca950d067534c77"
dependencies = [
"pest",
"pest_derive",
"swamp-ast",
"tracing",
]
[[package]]
name = "swamp-pretty-print"
version = "0.2.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "457490d6b9a328872dc7281d2ea46578e91388061133aa662843ea86270f23c5"
dependencies = [
"seq-map",
"source-map-cache",
"source-map-node",
"swamp-modules",
"swamp-semantic",
"swamp-types",
"yansi",
]
[[package]]
name = "swamp-program-analyzer"
version = "0.2.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "06d257a18ae175a06064ef0053fd4954ee725b256504cc15bedb0319846a2b02"
dependencies = [
"source-map-cache",
"swamp-analyzer",
"swamp-dep-loader",
"swamp-modules",
"swamp-semantic",
"time-dilation",
"tracing",
]
[[package]]
name = "swamp-runtime"
version = "0.2.16"
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.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a46cbbf904c5e338434e493866f111a14782cb179e5ab3013a0899d8acc71d5"
dependencies = [
"fixed32",
"seq-map",
"source-map-node",
"swamp-attributes",
"swamp-types",
"tracing",
]
[[package]]
name = "swamp-std"
version = "0.2.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "17e4d9016343580f752c91e353e8217ef287559f9289363469fa688f0735b0fb"
dependencies = [
"swamp-vm",
"swamp-vm-types",
]
[[package]]
name = "swamp-types"
version = "0.2.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "82737f5303dadeb75a079095f7a7701a6df23dfc87c86a334dc377da3966a4e9"
dependencies = [
"seq-fmt",
"seq-map",
"source-map-node",
]
[[package]]
name = "swamp-vm"
version = "0.2.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e4165b354b1632bb495bc61284ff0d9dbb1a9333d34f1023a2c170829365b24"
dependencies = [
"fixed32",
"hashmap-mem",
"sparse-mem",
"squirrel-prng",
"swamp-vm-types",
"tinter",
]
[[package]]
name = "swamp-vm-debug-info"
version = "0.2.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c23544e1c23272b80d756862cb61e1460d67212c3e292f36dd1273580b28218"
dependencies = [
"seq-map",
"swamp-vm-types",
]
[[package]]
name = "swamp-vm-disasm"
version = "0.2.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2404886ca33de0942155e688c896e6fbe4c293a43b5d0be72b8a002c380e527"
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.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2bd631cf54b42cf16b8db314b4d5cd569e33cb36b23a70be0dea8d8b7011b9e"
dependencies = [
"source-map-node",
"swamp-vm-types",
]
[[package]]
name = "swamp-vm-layout"
version = "0.2.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "04b3edf1eb05e226d68e00bde24abbcf5cdb08367631aa45aec0c724ea5c6738"
dependencies = [
"hashmap-mem",
"seq-map",
"source-map-node",
"sparse-mem",
"swamp-types",
"swamp-vm-types",
]
[[package]]
name = "swamp-vm-types"
version = "0.2.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae5492d1d491e3cf19629fb41c0f5eaa67ba972ad6b2cb5fc19aa5c6c221aa64"
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"