1
0
mirror of https://github.com/mre/mos6502.git synced 2024-09-25 05:54:52 +00:00
mre-mos6502/Cargo.lock

466 lines
12 KiB
Plaintext
Raw Normal View History

2019-10-06 16:56:51 +00:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "autocfg"
version = "1.0.0"
2019-10-06 16:56:51 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d"
2018-11-04 19:26:51 +00:00
[[package]]
name = "bitflags"
version = "1.2.1"
2018-11-04 19:26:51 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
2018-11-04 19:26:51 +00:00
[[package]]
name = "bytecount"
version = "0.6.0"
2018-11-04 19:26:51 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b0017894339f586ccb943b01b9555de56770c11cda818e7e3d8bd93f4ed7f46e"
2018-11-04 19:26:51 +00:00
[[package]]
name = "cargo-platform"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0226944a63d1bf35a3b5f948dd7c59e263db83695c9e8bffc4037de02e30f1d7"
dependencies = [
"serde",
]
2018-11-04 19:26:51 +00:00
[[package]]
name = "cargo_metadata"
version = "0.12.3"
2018-11-04 19:26:51 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7714a157da7991e23d90686b9524b9e12e0407a108647f52e9328f4b3d51ac7f"
2018-11-04 19:26:51 +00:00
dependencies = [
"cargo-platform",
"semver",
"semver-parser",
"serde",
"serde_json",
2018-11-04 19:26:51 +00:00
]
[[package]]
name = "cfg-if"
2019-10-06 16:56:51 +00:00
version = "0.1.10"
2018-11-04 19:26:51 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
2018-11-04 19:26:51 +00:00
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2018-11-04 19:26:51 +00:00
[[package]]
name = "error-chain"
2019-10-06 16:56:51 +00:00
version = "0.12.1"
2018-11-04 19:26:51 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3ab49e9dcb602294bc42f9a7dfc9bc6e936fca4418ea300dbfb84fe16de0b7d9"
2018-11-04 19:26:51 +00:00
dependencies = [
"version_check 0.1.5",
2018-11-04 19:26:51 +00:00
]
[[package]]
name = "getrandom"
version = "0.1.15"
2018-11-04 19:26:51 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc587bc0ec293155d5bfa6b9891ec18a1e330c234f896ea47fbada4cadbe47e6"
dependencies = [
"cfg-if 0.1.10",
"libc",
"wasi",
]
2018-11-04 19:26:51 +00:00
[[package]]
name = "glob"
version = "0.3.0"
2018-11-04 19:26:51 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
2018-11-04 19:26:51 +00:00
[[package]]
name = "itoa"
2019-10-06 16:56:51 +00:00
version = "0.4.4"
2018-11-04 19:26:51 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "501266b7edd0174f8530248f87f99c88fbe60ca4ef3dd486835b8d8d53136f7f"
2018-11-04 19:26:51 +00:00
[[package]]
name = "libc"
version = "0.2.80"
2018-11-04 19:26:51 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4d58d1b70b004888f764dfbf6a26a3b0342a1632d33968e4a179d8011c760614"
2018-11-04 19:26:51 +00:00
[[package]]
name = "log"
version = "0.4.14"
2018-11-04 19:26:51 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
2018-11-04 19:26:51 +00:00
dependencies = [
"cfg-if 1.0.0",
2018-11-04 19:26:51 +00:00
]
[[package]]
name = "memchr"
version = "2.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525"
2018-11-04 19:26:51 +00:00
[[package]]
name = "mos6502"
2021-01-28 22:11:39 +00:00
version = "0.2.0"
2018-11-04 19:26:51 +00:00
dependencies = [
"bitflags",
"log",
"num",
"skeptic",
2018-11-04 19:26:51 +00:00
]
[[package]]
name = "num"
version = "0.4.0"
2018-11-04 19:26:51 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "43db66d1170d347f9a065114077f7dccb00c1b9478c89384490a3425279a4606"
2018-11-04 19:26:51 +00:00
dependencies = [
"num-complex",
"num-integer",
"num-iter",
"num-rational",
"num-traits",
2018-11-04 19:26:51 +00:00
]
[[package]]
name = "num-complex"
version = "0.4.0"
2018-11-04 19:26:51 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "26873667bbbb7c5182d4a37c1add32cdf09f841af72da53318fdb81543c15085"
2018-11-04 19:26:51 +00:00
dependencies = [
"num-traits",
2018-11-04 19:26:51 +00:00
]
[[package]]
name = "num-integer"
version = "0.1.44"
2018-11-04 19:26:51 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"
2018-11-04 19:26:51 +00:00
dependencies = [
"autocfg",
"num-traits",
2018-11-04 19:26:51 +00:00
]
[[package]]
name = "num-iter"
version = "0.1.42"
2018-11-04 19:26:51 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2021c8337a54d21aca0d59a92577a029af9431cb59b909b03252b9c164fad59"
2018-11-04 19:26:51 +00:00
dependencies = [
"autocfg",
"num-integer",
"num-traits",
2018-11-04 19:26:51 +00:00
]
[[package]]
name = "num-rational"
version = "0.4.0"
2018-11-04 19:26:51 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d41702bd167c2df5520b384281bc111a4b5efcf7fbc4c9c222c815b07e0a6a6a"
2018-11-04 19:26:51 +00:00
dependencies = [
"autocfg",
"num-integer",
"num-traits",
2018-11-04 19:26:51 +00:00
]
[[package]]
name = "num-traits"
version = "0.2.14"
2018-11-04 19:26:51 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
2019-10-06 16:56:51 +00:00
dependencies = [
"autocfg",
2019-10-06 16:56:51 +00:00
]
2018-11-04 19:26:51 +00:00
[[package]]
name = "pest"
version = "2.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53"
dependencies = [
"ucd-trie",
]
[[package]]
name = "ppv-lite86"
version = "0.2.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c36fa947111f5c62a733b652544dd0016a43ce89619538a8ef92724a6f501a20"
2018-11-04 19:26:51 +00:00
[[package]]
name = "proc-macro2"
version = "1.0.24"
2018-11-04 19:26:51 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71"
2018-11-04 19:26:51 +00:00
dependencies = [
"unicode-xid",
2018-11-04 19:26:51 +00:00
]
[[package]]
name = "pulldown-cmark"
version = "0.8.0"
2018-11-04 19:26:51 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ffade02495f22453cd593159ea2f59827aae7f53fa8323f756799b670881dcf8"
2018-11-04 19:26:51 +00:00
dependencies = [
"bitflags",
"memchr",
"unicase",
2018-11-04 19:26:51 +00:00
]
[[package]]
name = "quote"
2019-10-06 16:56:51 +00:00
version = "1.0.2"
2018-11-04 19:26:51 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "053a8c8bcc71fcce321828dc897a98ab9760bef03a4fc36693c231e5b3216cfe"
2018-11-04 19:26:51 +00:00
dependencies = [
"proc-macro2",
2018-11-04 19:26:51 +00:00
]
[[package]]
name = "rand"
version = "0.7.3"
2019-10-06 16:56:51 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
2019-10-06 16:56:51 +00:00
dependencies = [
"getrandom",
"libc",
"rand_chacha",
"rand_core",
"rand_hc",
2019-10-06 16:56:51 +00:00
]
[[package]]
name = "rand_chacha"
version = "0.2.2"
2019-10-06 16:56:51 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
2019-10-06 16:56:51 +00:00
dependencies = [
"ppv-lite86",
"rand_core",
2019-10-06 16:56:51 +00:00
]
[[package]]
name = "rand_core"
version = "0.5.1"
2019-10-06 16:56:51 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
dependencies = [
"getrandom",
]
2019-10-06 16:56:51 +00:00
[[package]]
name = "rand_hc"
version = "0.2.0"
2018-11-04 19:26:51 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
2018-11-04 19:26:51 +00:00
dependencies = [
"rand_core",
2018-11-04 19:26:51 +00:00
]
[[package]]
name = "redox_syscall"
version = "0.1.57"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
2018-11-04 19:26:51 +00:00
[[package]]
name = "remove_dir_all"
2019-10-06 16:56:51 +00:00
version = "0.5.2"
2018-11-04 19:26:51 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4a83fa3702a688b9359eccba92d153ac33fd2e8462f9e0e3fdf155239ea7792e"
2018-11-04 19:26:51 +00:00
dependencies = [
"winapi",
2018-11-04 19:26:51 +00:00
]
[[package]]
name = "ryu"
2019-10-06 16:56:51 +00:00
version = "1.0.0"
2018-11-04 19:26:51 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c92464b447c0ee8c4fb3824ecc8383b81717b9f1e74ba2e72540aef7b9f82997"
2018-11-04 19:26:51 +00:00
[[package]]
name = "same-file"
2019-10-06 16:56:51 +00:00
version = "1.0.5"
2018-11-04 19:26:51 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "585e8ddcedc187886a30fa705c47985c3fa88d06624095856b36ca0b82ff4421"
2018-11-04 19:26:51 +00:00
dependencies = [
"winapi-util",
2018-11-04 19:26:51 +00:00
]
[[package]]
name = "semver"
version = "0.11.0"
2018-11-04 19:26:51 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6"
2018-11-04 19:26:51 +00:00
dependencies = [
"semver-parser",
"serde",
2018-11-04 19:26:51 +00:00
]
[[package]]
name = "semver-parser"
version = "0.10.2"
2018-11-04 19:26:51 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "00b0bef5b7f9e0df16536d3961cfb6e84331c065b4066afb39768d0e319411f7"
dependencies = [
"pest",
]
2018-11-04 19:26:51 +00:00
[[package]]
name = "serde"
version = "1.0.124"
2018-11-04 19:26:51 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd761ff957cb2a45fbb9ab3da6512de9de55872866160b23c25f1a841e99d29f"
dependencies = [
"serde_derive",
]
2018-11-04 19:26:51 +00:00
[[package]]
name = "serde_derive"
version = "1.0.124"
2018-11-04 19:26:51 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1800f7693e94e186f5e25a28291ae1570da908aff7d97a095dec1e56ff99069b"
2018-11-04 19:26:51 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
2018-11-04 19:26:51 +00:00
]
[[package]]
name = "serde_json"
version = "1.0.64"
2018-11-04 19:26:51 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "799e97dc9fdae36a5c8b8f2cae9ce2ee9fdce2058c57a93e6099d919fd982f79"
2018-11-04 19:26:51 +00:00
dependencies = [
"itoa",
"ryu",
"serde",
2018-11-04 19:26:51 +00:00
]
[[package]]
name = "skeptic"
version = "0.13.6"
2018-11-04 19:26:51 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "188b810342d98f23f0bb875045299f34187b559370b041eb11520c905370a888"
2018-11-04 19:26:51 +00:00
dependencies = [
"bytecount",
"cargo_metadata",
"error-chain",
"glob",
"pulldown-cmark",
"tempfile",
"walkdir",
2018-11-04 19:26:51 +00:00
]
[[package]]
name = "syn"
version = "1.0.64"
2018-11-04 19:26:51 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3fd9d1e9976102a03c542daa2eff1b43f9d72306342f3f8b3ed5fb8908195d6f"
2018-11-04 19:26:51 +00:00
dependencies = [
"proc-macro2",
"quote",
"unicode-xid",
2018-11-04 19:26:51 +00:00
]
[[package]]
name = "tempfile"
version = "3.1.0"
2018-11-04 19:26:51 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9"
2018-11-04 19:26:51 +00:00
dependencies = [
"cfg-if 0.1.10",
"libc",
"rand",
"redox_syscall",
"remove_dir_all",
"winapi",
2018-11-04 19:26:51 +00:00
]
[[package]]
name = "ucd-trie"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"
[[package]]
name = "unicase"
version = "2.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
dependencies = [
"version_check 0.9.3",
]
2018-11-04 19:26:51 +00:00
[[package]]
name = "unicode-xid"
2019-10-06 16:56:51 +00:00
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c"
2019-10-06 16:56:51 +00:00
[[package]]
name = "version_check"
version = "0.1.5"
2018-11-04 19:26:51 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd"
2018-11-04 19:26:51 +00:00
[[package]]
name = "version_check"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe"
2018-11-04 19:26:51 +00:00
[[package]]
name = "walkdir"
2019-10-06 16:56:51 +00:00
version = "2.2.9"
2018-11-04 19:26:51 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9658c94fa8b940eab2250bd5a457f9c48b748420d71293b165c8cdbe2f55f71e"
2018-11-04 19:26:51 +00:00
dependencies = [
"same-file",
"winapi",
"winapi-util",
2018-11-04 19:26:51 +00:00
]
[[package]]
name = "wasi"
version = "0.9.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
2018-11-04 19:26:51 +00:00
[[package]]
name = "winapi"
2019-10-06 16:56:51 +00:00
version = "0.3.8"
2018-11-04 19:26:51 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6"
2018-11-04 19:26:51 +00:00
dependencies = [
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
2018-11-04 19:26:51 +00:00
]
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
2018-11-04 19:26:51 +00:00
[[package]]
name = "winapi-util"
2019-10-06 16:56:51 +00:00
version = "0.1.2"
2018-11-04 19:26:51 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7168bab6e1daee33b4557efd0e95d5ca70a03706d39fa5f3fe7a236f584b03c9"
2018-11-04 19:26:51 +00:00
dependencies = [
"winapi",
2018-11-04 19:26:51 +00:00
]
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"