| # This file is automatically @generated by Cargo. |
| # It is not intended for manual editing. |
| version = 3 |
| |
| [[package]] |
| name = "aes" |
| version = "0.7.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "495ee669413bfbe9e8cace80f4d3d78e6d8c8d99579f97fb93bde351b185f2d4" |
| dependencies = [ |
| "cfg-if", |
| "cipher", |
| "cpufeatures", |
| "ctr", |
| "opaque-debug", |
| ] |
| |
| [[package]] |
| name = "aho-corasick" |
| version = "0.7.18" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f" |
| dependencies = [ |
| "memchr", |
| ] |
| |
| [[package]] |
| name = "atty" |
| version = "0.2.14" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" |
| dependencies = [ |
| "hermit-abi", |
| "libc", |
| "winapi", |
| ] |
| |
| [[package]] |
| name = "base64" |
| version = "0.13.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd" |
| |
| [[package]] |
| name = "bootsim" |
| version = "0.1.0" |
| dependencies = [ |
| "aes", |
| "base64", |
| "byteorder", |
| "cipher", |
| "docopt", |
| "env_logger", |
| "libc", |
| "log", |
| "mcuboot-sys", |
| "pem", |
| "rand 0.8.4", |
| "ring", |
| "serde", |
| "serde_derive", |
| "simflash", |
| "typenum", |
| "untrusted 0.9.0", |
| ] |
| |
| [[package]] |
| name = "bumpalo" |
| version = "3.7.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9c59e7af012c713f529e7a3ee57ce9b31ddd858d4b512923602f74608b009631" |
| |
| [[package]] |
| name = "byteorder" |
| version = "1.4.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" |
| |
| [[package]] |
| name = "cc" |
| version = "1.0.69" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e70cc2f62c6ce1868963827bd677764c62d07c3d9a3e1fb1177ee1a9ab199eb2" |
| |
| [[package]] |
| name = "cfg-if" |
| version = "1.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" |
| |
| [[package]] |
| name = "cipher" |
| version = "0.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7ee52072ec15386f770805afd189a01c8841be8696bed250fa2f13c4c0d6dfb7" |
| dependencies = [ |
| "generic-array", |
| ] |
| |
| [[package]] |
| name = "cpufeatures" |
| version = "0.1.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "66c99696f6c9dd7f35d486b9d04d7e6e202aa3e8c40d553f2fdf5e7e0c6a71ef" |
| dependencies = [ |
| "libc", |
| ] |
| |
| [[package]] |
| name = "ctr" |
| version = "0.7.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a232f92a03f37dd7d7dd2adc67166c77e9cd88de5b019b9a9eecfaeaf7bfd481" |
| dependencies = [ |
| "cipher", |
| ] |
| |
| [[package]] |
| name = "docopt" |
| version = "1.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7f3f119846c823f9eafcf953a8f6ffb6ed69bf6240883261a7f13b634579a51f" |
| dependencies = [ |
| "lazy_static", |
| "regex", |
| "serde", |
| "strsim", |
| ] |
| |
| [[package]] |
| name = "env_logger" |
| version = "0.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0b2cf0344971ee6c64c31be0d530793fba457d322dfec2810c453d0ef228f9c3" |
| dependencies = [ |
| "atty", |
| "humantime", |
| "log", |
| "regex", |
| "termcolor", |
| ] |
| |
| [[package]] |
| name = "generic-array" |
| version = "0.14.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "501466ecc8a30d1d3b7fc9229b122b2ce8ed6e9d9223f1138d4babb253e51817" |
| dependencies = [ |
| "typenum", |
| "version_check", |
| ] |
| |
| [[package]] |
| name = "getrandom" |
| version = "0.1.16" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce" |
| dependencies = [ |
| "cfg-if", |
| "libc", |
| "wasi 0.9.0+wasi-snapshot-preview1", |
| ] |
| |
| [[package]] |
| name = "getrandom" |
| version = "0.2.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7fcd999463524c52659517fe2cea98493cfe485d10565e7b0fb07dbba7ad2753" |
| dependencies = [ |
| "cfg-if", |
| "libc", |
| "wasi 0.10.2+wasi-snapshot-preview1", |
| ] |
| |
| [[package]] |
| name = "hermit-abi" |
| version = "0.1.19" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" |
| dependencies = [ |
| "libc", |
| ] |
| |
| [[package]] |
| name = "humantime" |
| version = "2.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" |
| |
| [[package]] |
| name = "js-sys" |
| version = "0.3.53" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e4bf49d50e2961077d9c99f4b7997d770a1114f087c3c2e0069b36c13fc2979d" |
| dependencies = [ |
| "wasm-bindgen", |
| ] |
| |
| [[package]] |
| name = "lazy_static" |
| version = "1.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" |
| |
| [[package]] |
| name = "libc" |
| version = "0.2.99" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a7f823d141fe0a24df1e23b4af4e3c7ba9e5966ec514ea068c93024aa7deb765" |
| |
| [[package]] |
| name = "log" |
| version = "0.4.14" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710" |
| dependencies = [ |
| "cfg-if", |
| ] |
| |
| [[package]] |
| name = "mcuboot-sys" |
| version = "0.1.0" |
| dependencies = [ |
| "cc", |
| "libc", |
| "log", |
| "simflash", |
| ] |
| |
| [[package]] |
| name = "memchr" |
| version = "2.4.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a" |
| |
| [[package]] |
| name = "once_cell" |
| version = "1.8.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "692fcb63b64b1758029e0a96ee63e049ce8c5948587f2f7208df04625e5f6b56" |
| |
| [[package]] |
| name = "opaque-debug" |
| version = "0.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5" |
| |
| [[package]] |
| name = "pem" |
| version = "0.8.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fd56cbd21fea48d0c440b41cd69c589faacade08c992d9a54e471b79d0fd13eb" |
| dependencies = [ |
| "base64", |
| "once_cell", |
| "regex", |
| ] |
| |
| [[package]] |
| name = "ppv-lite86" |
| version = "0.2.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857" |
| |
| [[package]] |
| name = "proc-macro2" |
| version = "1.0.28" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5c7ed8b8c7b886ea3ed7dde405212185f423ab44682667c8c6dd14aa1d9f6612" |
| dependencies = [ |
| "unicode-xid", |
| ] |
| |
| [[package]] |
| name = "quote" |
| version = "1.0.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7" |
| dependencies = [ |
| "proc-macro2", |
| ] |
| |
| [[package]] |
| name = "rand" |
| version = "0.7.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03" |
| dependencies = [ |
| "getrandom 0.1.16", |
| "libc", |
| "rand_chacha 0.2.2", |
| "rand_core 0.5.1", |
| "rand_hc 0.2.0", |
| ] |
| |
| [[package]] |
| name = "rand" |
| version = "0.8.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2e7573632e6454cf6b99d7aac4ccca54be06da05aca2ef7423d22d27d4d4bcd8" |
| dependencies = [ |
| "libc", |
| "rand_chacha 0.3.1", |
| "rand_core 0.6.3", |
| "rand_hc 0.3.1", |
| ] |
| |
| [[package]] |
| name = "rand_chacha" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402" |
| dependencies = [ |
| "ppv-lite86", |
| "rand_core 0.5.1", |
| ] |
| |
| [[package]] |
| name = "rand_chacha" |
| version = "0.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" |
| dependencies = [ |
| "ppv-lite86", |
| "rand_core 0.6.3", |
| ] |
| |
| [[package]] |
| name = "rand_core" |
| version = "0.5.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19" |
| dependencies = [ |
| "getrandom 0.1.16", |
| ] |
| |
| [[package]] |
| name = "rand_core" |
| version = "0.6.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7" |
| dependencies = [ |
| "getrandom 0.2.3", |
| ] |
| |
| [[package]] |
| name = "rand_hc" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c" |
| dependencies = [ |
| "rand_core 0.5.1", |
| ] |
| |
| [[package]] |
| name = "rand_hc" |
| version = "0.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d51e9f596de227fda2ea6c84607f5558e196eeaf43c986b724ba4fb8fdf497e7" |
| dependencies = [ |
| "rand_core 0.6.3", |
| ] |
| |
| [[package]] |
| name = "regex" |
| version = "1.5.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461" |
| dependencies = [ |
| "aho-corasick", |
| "memchr", |
| "regex-syntax", |
| ] |
| |
| [[package]] |
| name = "regex-syntax" |
| version = "0.6.25" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b" |
| |
| [[package]] |
| name = "ring" |
| version = "0.16.20" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc" |
| dependencies = [ |
| "cc", |
| "libc", |
| "once_cell", |
| "spin", |
| "untrusted 0.7.1", |
| "web-sys", |
| "winapi", |
| ] |
| |
| [[package]] |
| name = "serde" |
| version = "1.0.127" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f03b9878abf6d14e6779d3f24f07b2cfa90352cfec4acc5aab8f1ac7f146fae8" |
| dependencies = [ |
| "serde_derive", |
| ] |
| |
| [[package]] |
| name = "serde_derive" |
| version = "1.0.127" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a024926d3432516606328597e0f224a51355a493b49fdd67e9209187cbe55ecc" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "simflash" |
| version = "0.1.0" |
| dependencies = [ |
| "log", |
| "rand 0.7.3", |
| "thiserror", |
| ] |
| |
| [[package]] |
| name = "spin" |
| version = "0.5.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" |
| |
| [[package]] |
| name = "strsim" |
| version = "0.10.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" |
| |
| [[package]] |
| name = "syn" |
| version = "1.0.74" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1873d832550d4588c3dbc20f01361ab00bfe741048f71e3fecf145a7cc18b29c" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "unicode-xid", |
| ] |
| |
| [[package]] |
| name = "termcolor" |
| version = "1.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4" |
| dependencies = [ |
| "winapi-util", |
| ] |
| |
| [[package]] |
| name = "thiserror" |
| version = "1.0.26" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "93119e4feac1cbe6c798c34d3a53ea0026b0b1de6a120deef895137c0529bfe2" |
| dependencies = [ |
| "thiserror-impl", |
| ] |
| |
| [[package]] |
| name = "thiserror-impl" |
| version = "1.0.26" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "060d69a0afe7796bf42e9e2ff91f5ee691fb15c53d38b4b62a9a53eb23164745" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "typenum" |
| version = "1.13.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "879f6906492a7cd215bfa4cf595b600146ccfac0c79bcbd1f3000162af5e8b06" |
| |
| [[package]] |
| name = "unicode-xid" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3" |
| |
| [[package]] |
| name = "untrusted" |
| version = "0.7.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a" |
| |
| [[package]] |
| name = "untrusted" |
| version = "0.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" |
| |
| [[package]] |
| name = "version_check" |
| version = "0.9.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe" |
| |
| [[package]] |
| name = "wasi" |
| version = "0.9.0+wasi-snapshot-preview1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519" |
| |
| [[package]] |
| name = "wasi" |
| version = "0.10.2+wasi-snapshot-preview1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6" |
| |
| [[package]] |
| name = "wasm-bindgen" |
| version = "0.2.76" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8ce9b1b516211d33767048e5d47fa2a381ed8b76fc48d2ce4aa39877f9f183e0" |
| dependencies = [ |
| "cfg-if", |
| "wasm-bindgen-macro", |
| ] |
| |
| [[package]] |
| name = "wasm-bindgen-backend" |
| version = "0.2.76" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cfe8dc78e2326ba5f845f4b5bf548401604fa20b1dd1d365fb73b6c1d6364041" |
| dependencies = [ |
| "bumpalo", |
| "lazy_static", |
| "log", |
| "proc-macro2", |
| "quote", |
| "syn", |
| "wasm-bindgen-shared", |
| ] |
| |
| [[package]] |
| name = "wasm-bindgen-macro" |
| version = "0.2.76" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "44468aa53335841d9d6b6c023eaab07c0cd4bddbcfdee3e2bb1e8d2cb8069fef" |
| dependencies = [ |
| "quote", |
| "wasm-bindgen-macro-support", |
| ] |
| |
| [[package]] |
| name = "wasm-bindgen-macro-support" |
| version = "0.2.76" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0195807922713af1e67dc66132c7328206ed9766af3858164fb583eedc25fbad" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| "wasm-bindgen-backend", |
| "wasm-bindgen-shared", |
| ] |
| |
| [[package]] |
| name = "wasm-bindgen-shared" |
| version = "0.2.76" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "acdb075a845574a1fa5f09fd77e43f7747599301ea3417a9fbffdeedfc1f4a29" |
| |
| [[package]] |
| name = "web-sys" |
| version = "0.3.53" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "224b2f6b67919060055ef1a67807367c2066ed520c3862cc013d26cf893a783c" |
| dependencies = [ |
| "js-sys", |
| "wasm-bindgen", |
| ] |
| |
| [[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" |