597 lines
15 KiB
Text
597 lines
15 KiB
Text
|
# This file is automatically @generated by Cargo.
|
||
|
# It is not intended for manual editing.
|
||
|
version = 3
|
||
|
|
||
|
[[package]]
|
||
|
name = "arrayvec"
|
||
|
version = "0.7.2"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6"
|
||
|
|
||
|
[[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 = "bytecount"
|
||
|
version = "0.6.3"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "2c676a478f63e9fa2dd5368a42f28bba0d6c560b775f38583c8bbaa7fcd67c9c"
|
||
|
|
||
|
[[package]]
|
||
|
name = "camino"
|
||
|
version = "1.1.2"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "c77df041dc383319cc661b428b6961a005db4d6808d5e12536931b1ca9556055"
|
||
|
dependencies = [
|
||
|
"serde",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "cargo-platform"
|
||
|
version = "0.1.2"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "cbdb825da8a5df079a43676dbe042702f1707b1109f713a01420fbb4cc71fa27"
|
||
|
dependencies = [
|
||
|
"serde",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "cargo_metadata"
|
||
|
version = "0.14.2"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "4acbb09d9ee8e23699b9634375c72795d095bf268439da88562cf9b501f181fa"
|
||
|
dependencies = [
|
||
|
"camino",
|
||
|
"cargo-platform",
|
||
|
"semver",
|
||
|
"serde",
|
||
|
"serde_json",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "cfg-if"
|
||
|
version = "1.0.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
||
|
|
||
|
[[package]]
|
||
|
name = "error-chain"
|
||
|
version = "0.12.4"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "2d2f06b9cac1506ece98fe3231e3cc9c4410ec3d5b1f24ae1c8946f0742cdefc"
|
||
|
dependencies = [
|
||
|
"version_check",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "fastrand"
|
||
|
version = "1.8.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499"
|
||
|
dependencies = [
|
||
|
"instant",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "glob"
|
||
|
version = "0.3.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
|
||
|
|
||
|
[[package]]
|
||
|
name = "indoc"
|
||
|
version = "1.0.8"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "da2d6f23ffea9d7e76c53eee25dfb67bcd8fde7f1198b0855350698c9f07c780"
|
||
|
|
||
|
[[package]]
|
||
|
name = "instant"
|
||
|
version = "0.1.12"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
|
||
|
dependencies = [
|
||
|
"cfg-if",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "itoa"
|
||
|
version = "1.0.5"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "fad582f4b9e86b6caa621cabeb0963332d92eea04729ab12892c2533951e6440"
|
||
|
|
||
|
[[package]]
|
||
|
name = "json-stream-rs-tokenizer"
|
||
|
version = "0.1.0"
|
||
|
dependencies = [
|
||
|
"num-bigint",
|
||
|
"pyo3",
|
||
|
"pyo3-build-config 0.17.3",
|
||
|
"pyo3-file",
|
||
|
"thiserror",
|
||
|
"utf8-chars",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "libc"
|
||
|
version = "0.2.139"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79"
|
||
|
|
||
|
[[package]]
|
||
|
name = "lock_api"
|
||
|
version = "0.4.9"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df"
|
||
|
dependencies = [
|
||
|
"autocfg",
|
||
|
"scopeguard",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "memchr"
|
||
|
version = "2.5.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
|
||
|
|
||
|
[[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.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "6f61fba1741ea2b3d6a1e3178721804bb716a68a6aeba1149b5d52e3d464ea66"
|
||
|
|
||
|
[[package]]
|
||
|
name = "parking_lot"
|
||
|
version = "0.12.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
|
||
|
dependencies = [
|
||
|
"lock_api",
|
||
|
"parking_lot_core",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "parking_lot_core"
|
||
|
version = "0.9.5"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "7ff9f3fef3968a3ec5945535ed654cb38ff72d7495a25619e2247fb15a2ed9ba"
|
||
|
dependencies = [
|
||
|
"cfg-if",
|
||
|
"libc",
|
||
|
"redox_syscall",
|
||
|
"smallvec",
|
||
|
"windows-sys",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "proc-macro2"
|
||
|
version = "1.0.49"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "57a8eca9f9c4ffde41714334dee777596264c7825420f521abc92b5b5deb63a5"
|
||
|
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",
|
||
|
"memchr",
|
||
|
"unicase",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "pyo3"
|
||
|
version = "0.16.6"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "0220c44442c9b239dd4357aa856ac468a4f5e1f0df19ddb89b2522952eb4c6ca"
|
||
|
dependencies = [
|
||
|
"cfg-if",
|
||
|
"indoc",
|
||
|
"libc",
|
||
|
"num-bigint",
|
||
|
"parking_lot",
|
||
|
"pyo3-build-config 0.16.6",
|
||
|
"pyo3-ffi",
|
||
|
"pyo3-macros",
|
||
|
"unindent",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "pyo3-build-config"
|
||
|
version = "0.16.6"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "9c819d397859445928609d0ec5afc2da5204e0d0f73d6bf9e153b04e83c9cdc2"
|
||
|
dependencies = [
|
||
|
"once_cell",
|
||
|
"target-lexicon",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "pyo3-build-config"
|
||
|
version = "0.17.3"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "28fcd1e73f06ec85bf3280c48c67e731d8290ad3d730f8be9dc07946923005c8"
|
||
|
dependencies = [
|
||
|
"once_cell",
|
||
|
"target-lexicon",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "pyo3-ffi"
|
||
|
version = "0.16.6"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "ca882703ab55f54702d7bfe1189b41b0af10272389f04cae38fe4cd56c65f75f"
|
||
|
dependencies = [
|
||
|
"libc",
|
||
|
"pyo3-build-config 0.16.6",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "pyo3-file"
|
||
|
version = "0.5.0"
|
||
|
source = "git+https://github.com/smheidrich/pyo3-file.git?branch=divide-buf-length-by-4-to-fix-textio-bug-forjsonstream#c29bf591842e3487e8b00890b91e0d4841103138"
|
||
|
dependencies = [
|
||
|
"pyo3",
|
||
|
"skeptic",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "pyo3-macros"
|
||
|
version = "0.16.6"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "568749402955ad7be7bad9a09b8593851cd36e549ac90bfd44079cea500f3f21"
|
||
|
dependencies = [
|
||
|
"proc-macro2",
|
||
|
"pyo3-macros-backend",
|
||
|
"quote",
|
||
|
"syn",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "pyo3-macros-backend"
|
||
|
version = "0.16.6"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "611f64e82d98f447787e82b8e7b0ebc681e1eb78fc1252668b2c605ffb4e1eb8"
|
||
|
dependencies = [
|
||
|
"proc-macro2",
|
||
|
"quote",
|
||
|
"syn",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "quote"
|
||
|
version = "1.0.23"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "8856d8364d252a14d474036ea1358d63c9e6965c8e5c1885c18f73d70bff9c7b"
|
||
|
dependencies = [
|
||
|
"proc-macro2",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "redox_syscall"
|
||
|
version = "0.2.16"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
|
||
|
dependencies = [
|
||
|
"bitflags",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "remove_dir_all"
|
||
|
version = "0.5.3"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
|
||
|
dependencies = [
|
||
|
"winapi",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "ryu"
|
||
|
version = "1.0.12"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "7b4b9743ed687d4b4bcedf9ff5eaa7398495ae14e61cba0a295704edbc7decde"
|
||
|
|
||
|
[[package]]
|
||
|
name = "same-file"
|
||
|
version = "1.0.6"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
|
||
|
dependencies = [
|
||
|
"winapi-util",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "scopeguard"
|
||
|
version = "1.1.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
|
||
|
|
||
|
[[package]]
|
||
|
name = "semver"
|
||
|
version = "1.0.16"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "58bc9567378fc7690d6b2addae4e60ac2eeea07becb2c64b9f218b53865cba2a"
|
||
|
dependencies = [
|
||
|
"serde",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "serde"
|
||
|
version = "1.0.152"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "bb7d1f0d3021d347a83e556fc4683dea2ea09d87bccdf88ff5c12545d89d5efb"
|
||
|
dependencies = [
|
||
|
"serde_derive",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "serde_derive"
|
||
|
version = "1.0.152"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "af487d118eecd09402d70a5d72551860e788df87b464af30e5ea6a38c75c541e"
|
||
|
dependencies = [
|
||
|
"proc-macro2",
|
||
|
"quote",
|
||
|
"syn",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "serde_json"
|
||
|
version = "1.0.91"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "877c235533714907a8c2464236f5c4b2a17262ef1bd71f38f35ea592c8da6883"
|
||
|
dependencies = [
|
||
|
"itoa",
|
||
|
"ryu",
|
||
|
"serde",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "skeptic"
|
||
|
version = "0.13.7"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "16d23b015676c90a0f01c197bfdc786c20342c73a0afdda9025adb0bc42940a8"
|
||
|
dependencies = [
|
||
|
"bytecount",
|
||
|
"cargo_metadata",
|
||
|
"error-chain",
|
||
|
"glob",
|
||
|
"pulldown-cmark",
|
||
|
"tempfile",
|
||
|
"walkdir",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "smallvec"
|
||
|
version = "1.10.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
|
||
|
|
||
|
[[package]]
|
||
|
name = "syn"
|
||
|
version = "1.0.107"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "1f4064b5b16e03ae50984a5a8ed5d4f8803e6bc1fd170a3cda91a1be4b18e3f5"
|
||
|
dependencies = [
|
||
|
"proc-macro2",
|
||
|
"quote",
|
||
|
"unicode-ident",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "target-lexicon"
|
||
|
version = "0.12.5"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "9410d0f6853b1d94f0e519fb95df60f29d2c1eff2d921ffdf01a4c8a3b54f12d"
|
||
|
|
||
|
[[package]]
|
||
|
name = "tempfile"
|
||
|
version = "3.3.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"
|
||
|
dependencies = [
|
||
|
"cfg-if",
|
||
|
"fastrand",
|
||
|
"libc",
|
||
|
"redox_syscall",
|
||
|
"remove_dir_all",
|
||
|
"winapi",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "thiserror"
|
||
|
version = "1.0.38"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "6a9cd18aa97d5c45c6603caea1da6628790b37f7a34b6ca89522331c5180fed0"
|
||
|
dependencies = [
|
||
|
"thiserror-impl",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "thiserror-impl"
|
||
|
version = "1.0.38"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "1fb327af4685e4d03fa8cbcf1716380da910eeb2bb8be417e7f9fd3fb164f36f"
|
||
|
dependencies = [
|
||
|
"proc-macro2",
|
||
|
"quote",
|
||
|
"syn",
|
||
|
]
|
||
|
|
||
|
[[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-ident"
|
||
|
version = "1.0.6"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "84a22b9f218b40614adcb3f4ff08b703773ad44fa9423e4e0d346d5db86e4ebc"
|
||
|
|
||
|
[[package]]
|
||
|
name = "unindent"
|
||
|
version = "0.1.11"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "e1766d682d402817b5ac4490b3c3002d91dfa0d22812f341609f97b08757359c"
|
||
|
|
||
|
[[package]]
|
||
|
name = "utf8-chars"
|
||
|
version = "2.0.3"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "437bc4a6a3acdb2a99491b19ec1c2131a536d9f1d7da112341ec5c9e5f4dfc3a"
|
||
|
dependencies = [
|
||
|
"arrayvec",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "version_check"
|
||
|
version = "0.9.4"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
||
|
|
||
|
[[package]]
|
||
|
name = "walkdir"
|
||
|
version = "2.3.2"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"
|
||
|
dependencies = [
|
||
|
"same-file",
|
||
|
"winapi",
|
||
|
"winapi-util",
|
||
|
]
|
||
|
|
||
|
[[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.42.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
|
||
|
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.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "41d2aa71f6f0cbe00ae5167d90ef3cfe66527d6f613ca78ac8024c3ccab9a19e"
|
||
|
|
||
|
[[package]]
|
||
|
name = "windows_aarch64_msvc"
|
||
|
version = "0.42.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "dd0f252f5a35cac83d6311b2e795981f5ee6e67eb1f9a7f64eb4500fbc4dcdb4"
|
||
|
|
||
|
[[package]]
|
||
|
name = "windows_i686_gnu"
|
||
|
version = "0.42.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "fbeae19f6716841636c28d695375df17562ca208b2b7d0dc47635a50ae6c5de7"
|
||
|
|
||
|
[[package]]
|
||
|
name = "windows_i686_msvc"
|
||
|
version = "0.42.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "84c12f65daa39dd2babe6e442988fc329d6243fdce47d7d2d155b8d874862246"
|
||
|
|
||
|
[[package]]
|
||
|
name = "windows_x86_64_gnu"
|
||
|
version = "0.42.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "bf7b1b21b5362cbc318f686150e5bcea75ecedc74dd157d874d754a2ca44b0ed"
|
||
|
|
||
|
[[package]]
|
||
|
name = "windows_x86_64_gnullvm"
|
||
|
version = "0.42.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "09d525d2ba30eeb3297665bd434a54297e4170c7f1a44cad4ef58095b4cd2028"
|
||
|
|
||
|
[[package]]
|
||
|
name = "windows_x86_64_msvc"
|
||
|
version = "0.42.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "f40009d85759725a34da6d89a94e63d7bdc50a862acf0dbc7c8e488f1edcb6f5"
|