1229 lines
27 KiB
Text
1229 lines
27 KiB
Text
|
# This file is automatically @generated by Cargo.
|
||
|
# It is not intended for manual editing.
|
||
|
version = 3
|
||
|
|
||
|
[[package]]
|
||
|
name = "aho-corasick"
|
||
|
version = "0.7.20"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac"
|
||
|
dependencies = [
|
||
|
"memchr",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "analysis"
|
||
|
version = "0.1.0"
|
||
|
dependencies = [
|
||
|
"config",
|
||
|
"diagnostic-util",
|
||
|
"elapsed",
|
||
|
"fmt-util",
|
||
|
"input",
|
||
|
"mlb-statics",
|
||
|
"paths",
|
||
|
"sml-file-syntax",
|
||
|
"sml-fixity",
|
||
|
"sml-hir",
|
||
|
"sml-naive-fmt",
|
||
|
"sml-namespace",
|
||
|
"sml-statics",
|
||
|
"sml-syntax",
|
||
|
"str-util",
|
||
|
"text-pos",
|
||
|
"text-size-util",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "anyhow"
|
||
|
version = "1.0.69"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "224afbd727c3d6e4b90103ece64b8d1b67fbb1973b1046c2281eed3f3803f800"
|
||
|
|
||
|
[[package]]
|
||
|
name = "autocfg"
|
||
|
version = "1.1.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
||
|
|
||
|
[[package]]
|
||
|
name = "bitflags"
|
||
|
version = "1.3.2"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
||
|
|
||
|
[[package]]
|
||
|
name = "cc"
|
||
|
version = "1.0.79"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
|
||
|
|
||
|
[[package]]
|
||
|
name = "cfg-if"
|
||
|
version = "1.0.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
||
|
|
||
|
[[package]]
|
||
|
name = "char-name"
|
||
|
version = "0.1.0"
|
||
|
source = "git+https://github.com/azdavis/language-util.git#b886fcbd09817b2e8621ae474c3816aa23577c05"
|
||
|
|
||
|
[[package]]
|
||
|
name = "cm-syntax"
|
||
|
version = "0.1.0"
|
||
|
dependencies = [
|
||
|
"lex-util",
|
||
|
"paths",
|
||
|
"slash-var-path",
|
||
|
"str-util",
|
||
|
"text-size-util",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "code-h2-md-map"
|
||
|
version = "0.1.0"
|
||
|
source = "git+https://github.com/azdavis/language-util.git#b886fcbd09817b2e8621ae474c3816aa23577c05"
|
||
|
dependencies = [
|
||
|
"fast-hash",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "config"
|
||
|
version = "0.1.0"
|
||
|
dependencies = [
|
||
|
"fast-hash",
|
||
|
"serde",
|
||
|
"str-util",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "countme"
|
||
|
version = "3.0.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "7704b5fdd17b18ae31c4c1da5a2e0305a2bf17b5249300a9ee9ed7b72114c636"
|
||
|
|
||
|
[[package]]
|
||
|
name = "crossbeam-channel"
|
||
|
version = "0.5.7"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "cf2b3e8478797446514c91ef04bafcb59faba183e621ad488df88983cc14128c"
|
||
|
dependencies = [
|
||
|
"cfg-if",
|
||
|
"crossbeam-utils",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "crossbeam-utils"
|
||
|
version = "0.8.15"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "3c063cd8cc95f5c377ed0d4b49a4b21f632396ff690e8470c29b3359b346984b"
|
||
|
dependencies = [
|
||
|
"cfg-if",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "ctor"
|
||
|
version = "0.1.26"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "6d2301688392eb071b0bf1a37be05c469d3cc4dbbd95df672fe28ab021e6a096"
|
||
|
dependencies = [
|
||
|
"quote",
|
||
|
"syn",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "diagnostic-util"
|
||
|
version = "0.1.0"
|
||
|
source = "git+https://github.com/azdavis/language-util.git#b886fcbd09817b2e8621ae474c3816aa23577c05"
|
||
|
dependencies = [
|
||
|
"text-pos",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "diff"
|
||
|
version = "0.1.13"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
|
||
|
|
||
|
[[package]]
|
||
|
name = "drop_bomb"
|
||
|
version = "0.1.5"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "9bda8e21c04aca2ae33ffc2fd8c23134f3cac46db123ba97bd9d3f3b8a4a85e1"
|
||
|
|
||
|
[[package]]
|
||
|
name = "elapsed"
|
||
|
version = "0.1.0"
|
||
|
source = "git+https://github.com/azdavis/language-util.git#b886fcbd09817b2e8621ae474c3816aa23577c05"
|
||
|
dependencies = [
|
||
|
"log",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "env_logger"
|
||
|
version = "0.10.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0"
|
||
|
dependencies = [
|
||
|
"humantime",
|
||
|
"is-terminal",
|
||
|
"log",
|
||
|
"regex",
|
||
|
"termcolor",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "errno"
|
||
|
version = "0.2.8"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
|
||
|
dependencies = [
|
||
|
"errno-dragonfly",
|
||
|
"libc",
|
||
|
"winapi",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "errno-dragonfly"
|
||
|
version = "0.1.2"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
|
||
|
dependencies = [
|
||
|
"cc",
|
||
|
"libc",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "event-parse"
|
||
|
version = "0.1.0"
|
||
|
source = "git+https://github.com/azdavis/language-util.git#b886fcbd09817b2e8621ae474c3816aa23577c05"
|
||
|
dependencies = [
|
||
|
"drop_bomb",
|
||
|
"rowan",
|
||
|
"token",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "fast-hash"
|
||
|
version = "0.1.0"
|
||
|
source = "git+https://github.com/azdavis/language-util.git#b886fcbd09817b2e8621ae474c3816aa23577c05"
|
||
|
dependencies = [
|
||
|
"rustc-hash",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "fmt-util"
|
||
|
version = "0.1.0"
|
||
|
source = "git+https://github.com/azdavis/language-util.git#b886fcbd09817b2e8621ae474c3816aa23577c05"
|
||
|
|
||
|
[[package]]
|
||
|
name = "form_urlencoded"
|
||
|
version = "1.1.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8"
|
||
|
dependencies = [
|
||
|
"percent-encoding",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "getopts"
|
||
|
version = "0.2.21"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5"
|
||
|
dependencies = [
|
||
|
"unicode-width",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "glob"
|
||
|
version = "0.3.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
|
||
|
|
||
|
[[package]]
|
||
|
name = "hashbrown"
|
||
|
version = "0.12.3"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
|
||
|
|
||
|
[[package]]
|
||
|
name = "hermit-abi"
|
||
|
version = "0.3.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286"
|
||
|
|
||
|
[[package]]
|
||
|
name = "humantime"
|
||
|
version = "2.1.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
|
||
|
|
||
|
[[package]]
|
||
|
name = "identifier-case"
|
||
|
version = "0.1.0"
|
||
|
source = "git+https://github.com/azdavis/language-util.git#b886fcbd09817b2e8621ae474c3816aa23577c05"
|
||
|
|
||
|
[[package]]
|
||
|
name = "idna"
|
||
|
version = "0.3.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6"
|
||
|
dependencies = [
|
||
|
"unicode-bidi",
|
||
|
"unicode-normalization",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "idx"
|
||
|
version = "0.1.0"
|
||
|
source = "git+https://github.com/azdavis/language-util.git#b886fcbd09817b2e8621ae474c3816aa23577c05"
|
||
|
|
||
|
[[package]]
|
||
|
name = "indexmap"
|
||
|
version = "1.9.2"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "1885e79c1fc4b10f0e172c475f458b7f7b93061064d98c3293e98c5ba0c8b399"
|
||
|
dependencies = [
|
||
|
"autocfg",
|
||
|
"hashbrown",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "input"
|
||
|
version = "0.1.0"
|
||
|
dependencies = [
|
||
|
"cm-syntax",
|
||
|
"config",
|
||
|
"diagnostic-util",
|
||
|
"fast-hash",
|
||
|
"mlb-hir",
|
||
|
"mlb-syntax",
|
||
|
"paths",
|
||
|
"slash-var-path",
|
||
|
"sml-file-syntax",
|
||
|
"sml-fixity",
|
||
|
"sml-namespace",
|
||
|
"sml-syntax",
|
||
|
"str-util",
|
||
|
"text-pos",
|
||
|
"text-size-util",
|
||
|
"toml",
|
||
|
"topo-sort",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "io-lifetimes"
|
||
|
version = "1.0.6"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "cfa919a82ea574332e2de6e74b4c36e74d41982b335080fa59d4ef31be20fdf3"
|
||
|
dependencies = [
|
||
|
"libc",
|
||
|
"windows-sys",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "is-terminal"
|
||
|
version = "0.4.4"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "21b6b32576413a8e69b90e952e4a026476040d81017b80445deda5f2d3921857"
|
||
|
dependencies = [
|
||
|
"hermit-abi",
|
||
|
"io-lifetimes",
|
||
|
"rustix",
|
||
|
"windows-sys",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "itoa"
|
||
|
version = "1.0.6"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6"
|
||
|
|
||
|
[[package]]
|
||
|
name = "la-arena"
|
||
|
version = "0.3.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "1dabfe0d01e15fde0eba33b9de62475c59e681a47ce4ffe0534af2577a3f8524"
|
||
|
|
||
|
[[package]]
|
||
|
name = "lang-srv"
|
||
|
version = "0.1.0"
|
||
|
dependencies = [
|
||
|
"analysis",
|
||
|
"anyhow",
|
||
|
"config",
|
||
|
"crossbeam-channel",
|
||
|
"diagnostic-util",
|
||
|
"elapsed",
|
||
|
"fast-hash",
|
||
|
"input",
|
||
|
"log",
|
||
|
"lsp-server",
|
||
|
"lsp-types",
|
||
|
"paths",
|
||
|
"serde",
|
||
|
"serde_json",
|
||
|
"sml-namespace",
|
||
|
"text-pos",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "lex-util"
|
||
|
version = "0.1.0"
|
||
|
|
||
|
[[package]]
|
||
|
name = "libc"
|
||
|
version = "0.2.140"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "99227334921fae1a979cf0bfdfcc6b3e5ce376ef57e16fb6fb3ea2ed6095f80c"
|
||
|
|
||
|
[[package]]
|
||
|
name = "linux-raw-sys"
|
||
|
version = "0.1.4"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4"
|
||
|
|
||
|
[[package]]
|
||
|
name = "log"
|
||
|
version = "0.4.17"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
|
||
|
dependencies = [
|
||
|
"cfg-if",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "lsp-server"
|
||
|
version = "0.7.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "68a9b4c78d1c3f35c5864c90e9633377b5f374a4a4983ac64c30b8ae898f9305"
|
||
|
dependencies = [
|
||
|
"crossbeam-channel",
|
||
|
"log",
|
||
|
"serde",
|
||
|
"serde_json",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "lsp-types"
|
||
|
version = "0.93.2"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "9be6e9c7e2d18f651974370d7aff703f9513e0df6e464fd795660edc77e6ca51"
|
||
|
dependencies = [
|
||
|
"bitflags",
|
||
|
"serde",
|
||
|
"serde_json",
|
||
|
"serde_repr",
|
||
|
"url",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "memchr"
|
||
|
version = "2.5.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
|
||
|
|
||
|
[[package]]
|
||
|
name = "memoffset"
|
||
|
version = "0.6.5"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
|
||
|
dependencies = [
|
||
|
"autocfg",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "millet-cli"
|
||
|
version = "0.1.0"
|
||
|
dependencies = [
|
||
|
"analysis",
|
||
|
"config",
|
||
|
"diagnostic-util",
|
||
|
"env_logger",
|
||
|
"input",
|
||
|
"paths",
|
||
|
"pico-args",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "millet-ls"
|
||
|
version = "0.1.0"
|
||
|
dependencies = [
|
||
|
"anyhow",
|
||
|
"env_logger",
|
||
|
"lang-srv",
|
||
|
"log",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "mlb-hir"
|
||
|
version = "0.1.0"
|
||
|
dependencies = [
|
||
|
"fast-hash",
|
||
|
"paths",
|
||
|
"sml-namespace",
|
||
|
"str-util",
|
||
|
"text-size-util",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "mlb-statics"
|
||
|
version = "0.1.0"
|
||
|
dependencies = [
|
||
|
"config",
|
||
|
"diagnostic-util",
|
||
|
"fast-hash",
|
||
|
"mlb-hir",
|
||
|
"once_cell",
|
||
|
"paths",
|
||
|
"sml-comment",
|
||
|
"sml-file-syntax",
|
||
|
"sml-fixity",
|
||
|
"sml-hir",
|
||
|
"sml-libs",
|
||
|
"sml-lower",
|
||
|
"sml-namespace",
|
||
|
"sml-statics",
|
||
|
"sml-syntax",
|
||
|
"str-util",
|
||
|
"text-pos",
|
||
|
"text-size-util",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "mlb-syntax"
|
||
|
version = "0.1.0"
|
||
|
dependencies = [
|
||
|
"lex-util",
|
||
|
"paths",
|
||
|
"slash-var-path",
|
||
|
"sml-namespace",
|
||
|
"str-util",
|
||
|
"text-size-util",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "num-bigint"
|
||
|
version = "0.4.3"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "f93ab6289c7b344a8a9f60f88d80aa20032336fe78da341afc91c8a2341fc75f"
|
||
|
dependencies = [
|
||
|
"autocfg",
|
||
|
"num-integer",
|
||
|
"num-traits",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "num-integer"
|
||
|
version = "0.1.45"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
|
||
|
dependencies = [
|
||
|
"autocfg",
|
||
|
"num-traits",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "num-traits"
|
||
|
version = "0.2.15"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
|
||
|
dependencies = [
|
||
|
"autocfg",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "once_cell"
|
||
|
version = "1.17.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3"
|
||
|
|
||
|
[[package]]
|
||
|
name = "output_vt100"
|
||
|
version = "0.1.3"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "628223faebab4e3e40667ee0b2336d34a5b960ff60ea743ddfdbcf7770bcfb66"
|
||
|
dependencies = [
|
||
|
"winapi",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "paths"
|
||
|
version = "0.1.0"
|
||
|
source = "git+https://github.com/azdavis/language-util.git#b886fcbd09817b2e8621ae474c3816aa23577c05"
|
||
|
dependencies = [
|
||
|
"fast-hash",
|
||
|
"glob",
|
||
|
"idx",
|
||
|
"str-util",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "pattern-match"
|
||
|
version = "0.1.0"
|
||
|
source = "git+https://github.com/azdavis/language-util.git#b886fcbd09817b2e8621ae474c3816aa23577c05"
|
||
|
dependencies = [
|
||
|
"fast-hash",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "percent-encoding"
|
||
|
version = "2.2.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"
|
||
|
|
||
|
[[package]]
|
||
|
name = "pico-args"
|
||
|
version = "0.5.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
|
||
|
|
||
|
[[package]]
|
||
|
name = "pretty_assertions"
|
||
|
version = "1.3.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "a25e9bcb20aa780fd0bb16b72403a9064d6b3f22f026946029acb941a50af755"
|
||
|
dependencies = [
|
||
|
"ctor",
|
||
|
"diff",
|
||
|
"output_vt100",
|
||
|
"yansi",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "proc-macro2"
|
||
|
version = "1.0.51"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "5d727cae5b39d21da60fa540906919ad737832fe0b1c165da3a34d6548c849d6"
|
||
|
dependencies = [
|
||
|
"unicode-ident",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "pulldown-cmark"
|
||
|
version = "0.9.2"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "2d9cc634bc78768157b5cbfe988ffcd1dcba95cd2b2f03a88316c08c6d00ed63"
|
||
|
dependencies = [
|
||
|
"bitflags",
|
||
|
"getopts",
|
||
|
"memchr",
|
||
|
"unicase",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "quote"
|
||
|
version = "1.0.23"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "8856d8364d252a14d474036ea1358d63c9e6965c8e5c1885c18f73d70bff9c7b"
|
||
|
dependencies = [
|
||
|
"proc-macro2",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "regex"
|
||
|
version = "1.7.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "48aaa5748ba571fb95cd2c85c09f629215d3a6ece942baa100950af03a34f733"
|
||
|
dependencies = [
|
||
|
"aho-corasick",
|
||
|
"memchr",
|
||
|
"regex-syntax",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "regex-syntax"
|
||
|
version = "0.6.28"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848"
|
||
|
|
||
|
[[package]]
|
||
|
name = "rowan"
|
||
|
version = "0.15.10"
|
||
|
source = "git+https://github.com/azdavis/rowan.git#ce2018bd3b264802846529c85f2a5d3f4ced6280"
|
||
|
dependencies = [
|
||
|
"countme",
|
||
|
"hashbrown",
|
||
|
"memoffset",
|
||
|
"rustc-hash",
|
||
|
"text-size",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "rustc-hash"
|
||
|
version = "1.1.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
||
|
|
||
|
[[package]]
|
||
|
name = "rustix"
|
||
|
version = "0.36.9"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "fd5c6ff11fecd55b40746d1995a02f2eb375bf8c00d192d521ee09f42bef37bc"
|
||
|
dependencies = [
|
||
|
"bitflags",
|
||
|
"errno",
|
||
|
"io-lifetimes",
|
||
|
"libc",
|
||
|
"linux-raw-sys",
|
||
|
"windows-sys",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "ryu"
|
||
|
version = "1.0.13"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041"
|
||
|
|
||
|
[[package]]
|
||
|
name = "serde"
|
||
|
version = "1.0.154"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "8cdd151213925e7f1ab45a9bbfb129316bd00799784b174b7cc7bcd16961c49e"
|
||
|
dependencies = [
|
||
|
"serde_derive",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "serde_derive"
|
||
|
version = "1.0.154"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "4fc80d722935453bcafdc2c9a73cd6fac4dc1938f0346035d84bf99fa9e33217"
|
||
|
dependencies = [
|
||
|
"proc-macro2",
|
||
|
"quote",
|
||
|
"syn",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "serde_json"
|
||
|
version = "1.0.94"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "1c533a59c9d8a93a09c6ab31f0fd5e5f4dd1b8fc9434804029839884765d04ea"
|
||
|
dependencies = [
|
||
|
"itoa",
|
||
|
"ryu",
|
||
|
"serde",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "serde_repr"
|
||
|
version = "0.1.11"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "395627de918015623b32e7669714206363a7fc00382bf477e72c1f7533e8eafc"
|
||
|
dependencies = [
|
||
|
"proc-macro2",
|
||
|
"quote",
|
||
|
"syn",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "serde_spanned"
|
||
|
version = "0.6.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "0efd8caf556a6cebd3b285caf480045fcc1ac04f6bd786b09a6f11af30c4fcf4"
|
||
|
dependencies = [
|
||
|
"serde",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "slash-var-path"
|
||
|
version = "0.1.0"
|
||
|
dependencies = [
|
||
|
"fast-hash",
|
||
|
"str-util",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "sml-comment"
|
||
|
version = "0.1.0"
|
||
|
dependencies = [
|
||
|
"sml-syntax",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "sml-file-syntax"
|
||
|
version = "0.1.0"
|
||
|
dependencies = [
|
||
|
"config",
|
||
|
"elapsed",
|
||
|
"sml-fixity",
|
||
|
"sml-lex",
|
||
|
"sml-lower",
|
||
|
"sml-parse",
|
||
|
"sml-ty-var-scope",
|
||
|
"text-pos",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "sml-fixity"
|
||
|
version = "0.1.0"
|
||
|
dependencies = [
|
||
|
"fast-hash",
|
||
|
"once_cell",
|
||
|
"str-util",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "sml-hir"
|
||
|
version = "0.1.0"
|
||
|
dependencies = [
|
||
|
"la-arena",
|
||
|
"num-bigint",
|
||
|
"str-util",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "sml-lex"
|
||
|
version = "0.1.0"
|
||
|
dependencies = [
|
||
|
"diagnostic-util",
|
||
|
"lex-util",
|
||
|
"sml-syntax",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "sml-libs"
|
||
|
version = "0.1.0"
|
||
|
source = "git+https://github.com/azdavis/sml-libs.git#07a772374caa2b0e3acda920f7cc07c958813005"
|
||
|
|
||
|
[[package]]
|
||
|
name = "sml-lower"
|
||
|
version = "0.1.0"
|
||
|
dependencies = [
|
||
|
"config",
|
||
|
"diagnostic-util",
|
||
|
"fast-hash",
|
||
|
"lex-util",
|
||
|
"num-traits",
|
||
|
"sml-hir",
|
||
|
"sml-syntax",
|
||
|
"str-util",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "sml-naive-fmt"
|
||
|
version = "0.1.0"
|
||
|
dependencies = [
|
||
|
"fast-hash",
|
||
|
"sml-comment",
|
||
|
"sml-syntax",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "sml-namespace"
|
||
|
version = "0.1.0"
|
||
|
|
||
|
[[package]]
|
||
|
name = "sml-parse"
|
||
|
version = "0.1.0"
|
||
|
dependencies = [
|
||
|
"diagnostic-util",
|
||
|
"event-parse",
|
||
|
"fast-hash",
|
||
|
"sml-fixity",
|
||
|
"sml-syntax",
|
||
|
"str-util",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "sml-statics"
|
||
|
version = "0.1.0"
|
||
|
dependencies = [
|
||
|
"code-h2-md-map",
|
||
|
"config",
|
||
|
"diagnostic-util",
|
||
|
"drop_bomb",
|
||
|
"elapsed",
|
||
|
"fast-hash",
|
||
|
"fmt-util",
|
||
|
"idx",
|
||
|
"log",
|
||
|
"once_cell",
|
||
|
"paths",
|
||
|
"pattern-match",
|
||
|
"sml-hir",
|
||
|
"sml-namespace",
|
||
|
"str-util",
|
||
|
"uniq",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "sml-syntax"
|
||
|
version = "0.1.0"
|
||
|
dependencies = [
|
||
|
"char-name",
|
||
|
"code-h2-md-map",
|
||
|
"fast-hash",
|
||
|
"identifier-case",
|
||
|
"rowan",
|
||
|
"syntax-gen",
|
||
|
"token",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "sml-ty-var-scope"
|
||
|
version = "0.1.0"
|
||
|
dependencies = [
|
||
|
"fast-hash",
|
||
|
"sml-hir",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "smol_str"
|
||
|
version = "0.1.24"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "fad6c857cbab2627dcf01ec85a623ca4e7dcb5691cbaa3d7fb7653671f0d09c9"
|
||
|
dependencies = [
|
||
|
"serde",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "str-util"
|
||
|
version = "0.1.0"
|
||
|
source = "git+https://github.com/azdavis/language-util.git#b886fcbd09817b2e8621ae474c3816aa23577c05"
|
||
|
dependencies = [
|
||
|
"smol_str",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "syn"
|
||
|
version = "1.0.109"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
|
||
|
dependencies = [
|
||
|
"proc-macro2",
|
||
|
"quote",
|
||
|
"unicode-ident",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "syntax-gen"
|
||
|
version = "0.1.0"
|
||
|
source = "git+https://github.com/azdavis/language-util.git#b886fcbd09817b2e8621ae474c3816aa23577c05"
|
||
|
dependencies = [
|
||
|
"fast-hash",
|
||
|
"identifier-case",
|
||
|
"proc-macro2",
|
||
|
"quote",
|
||
|
"ungrammar",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "termcolor"
|
||
|
version = "1.2.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6"
|
||
|
dependencies = [
|
||
|
"winapi-util",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "tests"
|
||
|
version = "0.1.0"
|
||
|
dependencies = [
|
||
|
"analysis",
|
||
|
"cm-syntax",
|
||
|
"config",
|
||
|
"diagnostic-util",
|
||
|
"env_logger",
|
||
|
"fast-hash",
|
||
|
"input",
|
||
|
"log",
|
||
|
"mlb-syntax",
|
||
|
"once_cell",
|
||
|
"paths",
|
||
|
"pretty_assertions",
|
||
|
"pulldown-cmark",
|
||
|
"serde_json",
|
||
|
"slash-var-path",
|
||
|
"sml-syntax",
|
||
|
"str-util",
|
||
|
"text-pos",
|
||
|
"xshell",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "text-pos"
|
||
|
version = "0.1.0"
|
||
|
source = "git+https://github.com/azdavis/language-util.git#b886fcbd09817b2e8621ae474c3816aa23577c05"
|
||
|
dependencies = [
|
||
|
"fast-hash",
|
||
|
"text-size-util",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "text-size"
|
||
|
version = "1.1.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "288cb548dbe72b652243ea797201f3d481a0609a967980fcc5b2315ea811560a"
|
||
|
|
||
|
[[package]]
|
||
|
name = "text-size-util"
|
||
|
version = "0.1.0"
|
||
|
source = "git+https://github.com/azdavis/language-util.git#b886fcbd09817b2e8621ae474c3816aa23577c05"
|
||
|
dependencies = [
|
||
|
"text-size",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "tinyvec"
|
||
|
version = "1.6.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
|
||
|
dependencies = [
|
||
|
"tinyvec_macros",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "tinyvec_macros"
|
||
|
version = "0.1.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
||
|
|
||
|
[[package]]
|
||
|
name = "token"
|
||
|
version = "0.1.0"
|
||
|
source = "git+https://github.com/azdavis/language-util.git#b886fcbd09817b2e8621ae474c3816aa23577c05"
|
||
|
|
||
|
[[package]]
|
||
|
name = "toml"
|
||
|
version = "0.7.2"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "f7afcae9e3f0fe2c370fd4657108972cbb2fa9db1b9f84849cefd80741b01cb6"
|
||
|
dependencies = [
|
||
|
"serde",
|
||
|
"serde_spanned",
|
||
|
"toml_datetime",
|
||
|
"toml_edit",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "toml_datetime"
|
||
|
version = "0.6.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "3ab8ed2edee10b50132aed5f331333428b011c99402b5a534154ed15746f9622"
|
||
|
dependencies = [
|
||
|
"serde",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "toml_edit"
|
||
|
version = "0.19.4"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "9a1eb0622d28f4b9c90adc4ea4b2b46b47663fde9ac5fafcb14a1369d5508825"
|
||
|
dependencies = [
|
||
|
"indexmap",
|
||
|
"serde",
|
||
|
"serde_spanned",
|
||
|
"toml_datetime",
|
||
|
"winnow",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "topo-sort"
|
||
|
version = "0.1.0"
|
||
|
source = "git+https://github.com/azdavis/language-util.git#b886fcbd09817b2e8621ae474c3816aa23577c05"
|
||
|
|
||
|
[[package]]
|
||
|
name = "ungrammar"
|
||
|
version = "1.16.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "a3e5df347f0bf3ec1d670aad6ca5c6a1859cd9ea61d2113125794654ccced68f"
|
||
|
|
||
|
[[package]]
|
||
|
name = "unicase"
|
||
|
version = "2.6.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
|
||
|
dependencies = [
|
||
|
"version_check",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "unicode-bidi"
|
||
|
version = "0.3.11"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "524b68aca1d05e03fdf03fcdce2c6c94b6daf6d16861ddaa7e4f2b6638a9052c"
|
||
|
|
||
|
[[package]]
|
||
|
name = "unicode-ident"
|
||
|
version = "1.0.8"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4"
|
||
|
|
||
|
[[package]]
|
||
|
name = "unicode-normalization"
|
||
|
version = "0.1.22"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
|
||
|
dependencies = [
|
||
|
"tinyvec",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "unicode-width"
|
||
|
version = "0.1.10"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
|
||
|
|
||
|
[[package]]
|
||
|
name = "uniq"
|
||
|
version = "0.1.0"
|
||
|
source = "git+https://github.com/azdavis/language-util.git#b886fcbd09817b2e8621ae474c3816aa23577c05"
|
||
|
|
||
|
[[package]]
|
||
|
name = "url"
|
||
|
version = "2.3.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643"
|
||
|
dependencies = [
|
||
|
"form_urlencoded",
|
||
|
"idna",
|
||
|
"percent-encoding",
|
||
|
"serde",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "version_check"
|
||
|
version = "0.9.4"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
||
|
|
||
|
[[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-util"
|
||
|
version = "0.1.5"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
|
||
|
dependencies = [
|
||
|
"winapi",
|
||
|
]
|
||
|
|
||
|
[[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.45.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
|
||
|
dependencies = [
|
||
|
"windows-targets",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "windows-targets"
|
||
|
version = "0.42.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "8e2522491fbfcd58cc84d47aeb2958948c4b8982e9a2d8a2a35bbaed431390e7"
|
||
|
dependencies = [
|
||
|
"windows_aarch64_gnullvm",
|
||
|
"windows_aarch64_msvc",
|
||
|
"windows_i686_gnu",
|
||
|
"windows_i686_msvc",
|
||
|
"windows_x86_64_gnu",
|
||
|
"windows_x86_64_gnullvm",
|
||
|
"windows_x86_64_msvc",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "windows_aarch64_gnullvm"
|
||
|
version = "0.42.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "8c9864e83243fdec7fc9c5444389dcbbfd258f745e7853198f365e3c4968a608"
|
||
|
|
||
|
[[package]]
|
||
|
name = "windows_aarch64_msvc"
|
||
|
version = "0.42.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "4c8b1b673ffc16c47a9ff48570a9d85e25d265735c503681332589af6253c6c7"
|
||
|
|
||
|
[[package]]
|
||
|
name = "windows_i686_gnu"
|
||
|
version = "0.42.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "de3887528ad530ba7bdbb1faa8275ec7a1155a45ffa57c37993960277145d640"
|
||
|
|
||
|
[[package]]
|
||
|
name = "windows_i686_msvc"
|
||
|
version = "0.42.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "bf4d1122317eddd6ff351aa852118a2418ad4214e6613a50e0191f7004372605"
|
||
|
|
||
|
[[package]]
|
||
|
name = "windows_x86_64_gnu"
|
||
|
version = "0.42.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "c1040f221285e17ebccbc2591ffdc2d44ee1f9186324dd3e84e99ac68d699c45"
|
||
|
|
||
|
[[package]]
|
||
|
name = "windows_x86_64_gnullvm"
|
||
|
version = "0.42.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "628bfdf232daa22b0d64fdb62b09fcc36bb01f05a3939e20ab73aaf9470d0463"
|
||
|
|
||
|
[[package]]
|
||
|
name = "windows_x86_64_msvc"
|
||
|
version = "0.42.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "447660ad36a13288b1db4d4248e857b510e8c3a225c822ba4fb748c0aafecffd"
|
||
|
|
||
|
[[package]]
|
||
|
name = "winnow"
|
||
|
version = "0.3.5"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "ee7b2c67f962bf5042bfd8b6a916178df33a26eec343ae064cb8e069f638fa6f"
|
||
|
dependencies = [
|
||
|
"memchr",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "xshell"
|
||
|
version = "0.2.3"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "962c039b3a7b16cf4e9a4248397c6585c07547412e7d6a6e035389a802dcfe90"
|
||
|
dependencies = [
|
||
|
"xshell-macros",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "xshell-macros"
|
||
|
version = "0.2.3"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "1dbabb1cbd15a1d6d12d9ed6b35cc6777d4af87ab3ba155ea37215f20beab80c"
|
||
|
|
||
|
[[package]]
|
||
|
name = "xtask"
|
||
|
version = "0.1.0"
|
||
|
dependencies = [
|
||
|
"anyhow",
|
||
|
"pico-args",
|
||
|
"xshell",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "yansi"
|
||
|
version = "0.5.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"
|