sat-rs/Cargo.lock

948 lines
24 KiB
Plaintext
Raw Normal View History

# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
2022-08-20 23:21:36 +02:00
[[package]]
name = "ahash"
version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"
dependencies = [
"getrandom",
"once_cell",
"version_check",
]
2022-06-13 23:22:15 +02:00
[[package]]
name = "aho-corasick"
version = "0.7.19"
2022-06-13 23:22:15 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b4f55bd91a0978cbfd91c457a164bab8b4001c833b7f323132c0a4e1922dd44e"
2022-06-13 23:22:15 +02:00
dependencies = [
"memchr",
]
2022-05-26 21:10:08 +02:00
[[package]]
2022-09-03 13:47:25 +02:00
name = "android_system_properties"
version = "0.1.5"
2022-05-26 21:10:08 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-03 13:47:25 +02:00
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
dependencies = [
"libc",
]
2022-05-26 21:10:08 +02:00
2022-06-13 23:22:15 +02:00
[[package]]
name = "atomic-polyfill"
2022-09-03 13:47:25 +02:00
version = "0.1.10"
2022-06-13 23:22:15 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-03 13:47:25 +02:00
checksum = "9c041a8d9751a520ee19656232a18971f18946a7900f1520ee4400002244dd89"
2022-06-13 23:22:15 +02:00
dependencies = [
"critical-section",
]
2022-05-26 21:10:08 +02:00
[[package]]
name = "autocfg"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
2022-06-13 23:22:15 +02:00
[[package]]
name = "bare-metal"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5deb64efa5bd81e31fcd1938615a6d98c82eafcbcd787162b6f63b91d6bac5b3"
dependencies = [
"rustc_version 0.2.3",
]
[[package]]
name = "bare-metal"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8fe8f5a8a398345e52358e18ff07cc17a568fbca5c6f73873d3a62056309603"
2022-11-03 13:22:41 +01:00
[[package]]
name = "base64"
version = "0.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
2022-06-13 23:22:15 +02:00
[[package]]
name = "bit_field"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dcb6dd1c2376d2e096796e234a70e17e94cc2d5d54ff8ce42b28cef1d0d359a4"
[[package]]
name = "bitfield"
version = "0.13.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "46afbd2983a5d5a7bd740ccb198caf5b82f45c40c09c0eed36052d91cb92e719"
2022-05-26 21:10:08 +02:00
[[package]]
name = "bitflags"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
2022-08-05 01:07:54 +02:00
[[package]]
name = "bumpalo"
2022-10-22 15:31:50 +02:00
version = "3.11.1"
2022-08-05 01:07:54 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-22 15:31:50 +02:00
checksum = "572f695136211188308f16ad2ca5c851a712c464060ae6974944458eb83880ba"
2022-08-05 01:07:54 +02:00
2022-05-26 21:10:08 +02:00
[[package]]
name = "bus"
2022-09-03 13:47:25 +02:00
version = "2.3.0"
2022-05-26 21:10:08 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-03 13:47:25 +02:00
checksum = "80cb4625f5b60155ff1018c9d4ce2e38bf5ae3e5780dfab9fa68bb44a6b751e2"
2022-05-26 21:10:08 +02:00
dependencies = [
2022-06-09 16:21:07 +02:00
"crossbeam-channel",
2022-05-26 21:10:08 +02:00
"num_cpus",
"parking_lot_core",
]
2022-06-13 23:22:15 +02:00
[[package]]
name = "byteorder"
version = "1.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
2022-10-22 15:31:50 +02:00
[[package]]
name = "cc"
version = "1.0.76"
2022-10-22 15:31:50 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "76a284da2e6fe2092f2353e51713435363112dfd60030e22add80be333fb928f"
2022-10-22 15:31:50 +02:00
2022-06-13 23:22:15 +02:00
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2022-07-31 14:28:51 +02:00
[[package]]
name = "chrono"
version = "0.4.23"
2022-07-31 14:28:51 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "16b0a3d9ed01224b22057780a37bb8c5dbfe1be8ba48678e7bf57ec4b385411f"
2022-07-31 14:28:51 +02:00
dependencies = [
2022-09-03 13:47:25 +02:00
"iana-time-zone",
2022-07-31 14:28:51 +02:00
"num-integer",
"num-traits",
"winapi",
]
2022-08-13 19:44:52 +02:00
[[package]]
name = "cobs"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "67ba02a97a2bd10f4b59b25c7973101c79642302776489e030cd13cdab09ed15"
2022-10-22 15:31:50 +02:00
[[package]]
name = "codespan-reporting"
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
dependencies = [
"termcolor",
"unicode-width",
]
2022-09-03 13:47:25 +02:00
[[package]]
name = "core-foundation-sys"
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
2022-06-13 23:22:15 +02:00
[[package]]
name = "cortex-m"
2022-09-03 13:47:25 +02:00
version = "0.7.6"
2022-06-13 23:22:15 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-03 13:47:25 +02:00
checksum = "70858629a458fdfd39f9675c4dc309411f2a3f83bede76988d81bf1a0ecee9e0"
2022-06-13 23:22:15 +02:00
dependencies = [
"bare-metal 0.2.5",
"bitfield",
"embedded-hal",
"volatile-register",
]
[[package]]
name = "crc"
version = "3.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "53757d12b596c16c78b83458d732a5d1a17ab3f53f2f7412f6fb57cc8a140ab3"
dependencies = [
"crc-catalog",
]
[[package]]
name = "crc-catalog"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2d0165d2900ae6778e36e80bbc4da3b5eefccee9ba939761f9c2882a5d9af3ff"
2022-06-13 23:22:15 +02:00
[[package]]
name = "critical-section"
version = "0.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95da181745b56d4bd339530ec393508910c909c784e8962d15d722bacf0bcbcd"
dependencies = [
"bare-metal 1.0.0",
2022-09-03 13:47:25 +02:00
"cfg-if",
2022-06-13 23:22:15 +02:00
"cortex-m",
"riscv",
]
2022-05-26 21:10:08 +02:00
[[package]]
name = "crossbeam-channel"
2022-09-03 13:47:25 +02:00
version = "0.5.6"
2022-05-26 21:10:08 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-03 13:47:25 +02:00
checksum = "c2dd04ddaf88237dc3b8d8f9a3c1004b506b54b3313403944054d23c0870c521"
2022-05-26 21:10:08 +02:00
dependencies = [
2022-09-03 13:47:25 +02:00
"cfg-if",
2022-06-09 16:21:07 +02:00
"crossbeam-utils",
2022-05-26 21:10:08 +02:00
]
[[package]]
name = "crossbeam-utils"
2022-10-22 15:31:50 +02:00
version = "0.8.12"
2022-05-26 21:10:08 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-22 15:31:50 +02:00
checksum = "edbafec5fa1f196ca66527c1b12c2ec4745ca14b50f1ad8f9f6f720b55d11fac"
2022-05-26 21:10:08 +02:00
dependencies = [
2022-09-03 13:47:25 +02:00
"cfg-if",
2022-10-22 15:31:50 +02:00
]
[[package]]
name = "cxx"
version = "1.0.82"
2022-10-22 15:31:50 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d4a41a86530d0fe7f5d9ea779916b7cadd2d4f9add748b99c2c029cbbdfaf453"
2022-10-22 15:31:50 +02:00
dependencies = [
"cc",
"cxxbridge-flags",
"cxxbridge-macro",
"link-cplusplus",
]
[[package]]
name = "cxx-build"
version = "1.0.82"
2022-10-22 15:31:50 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "06416d667ff3e3ad2df1cd8cd8afae5da26cf9cec4d0825040f88b5ca659a2f0"
2022-10-22 15:31:50 +02:00
dependencies = [
"cc",
"codespan-reporting",
2022-09-03 13:47:25 +02:00
"once_cell",
2022-10-22 15:31:50 +02:00
"proc-macro2",
"quote",
"scratch",
"syn",
]
[[package]]
name = "cxxbridge-flags"
version = "1.0.82"
2022-10-22 15:31:50 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "820a9a2af1669deeef27cb271f476ffd196a2c4b6731336011e0ba63e2c7cf71"
2022-10-22 15:31:50 +02:00
[[package]]
name = "cxxbridge-macro"
version = "1.0.82"
2022-10-22 15:31:50 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a08a6e2fcc370a089ad3b4aaf54db3b1b4cee38ddabce5896b33eb693275f470"
2022-10-22 15:31:50 +02:00
dependencies = [
"proc-macro2",
"quote",
"syn",
2022-05-26 21:10:08 +02:00
]
2022-06-18 14:47:24 +02:00
[[package]]
name = "delegate"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d70a2d4995466955a415223acf3c9c934b9ff2339631cdf4ffc893da4bacd717"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2022-09-10 13:34:04 +02:00
[[package]]
name = "delegate"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "082a24a9967533dc5d743c602157637116fc1b52806d694a5a45e6f32567fcdd"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2022-08-14 18:13:54 +02:00
[[package]]
name = "downcast-rs"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650"
2022-11-03 13:22:41 +01:00
[[package]]
name = "embed-doc-image"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "af36f591236d9d822425cb6896595658fa558fcebf5ee8accac1d4b92c47166e"
dependencies = [
"base64",
"proc-macro2",
"quote",
"syn",
]
2022-06-13 23:22:15 +02:00
[[package]]
name = "embedded-hal"
version = "0.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "35949884794ad573cf46071e41c9b60efb0cb311e3ca01f7af807af1debc66ff"
dependencies = [
"nb 0.1.3",
"void",
]
2022-06-16 15:45:22 +02:00
[[package]]
name = "fsrc-core"
version = "0.1.0"
dependencies = [
"bus",
2022-09-07 11:02:45 +02:00
"crossbeam-channel",
2022-09-10 13:34:04 +02:00
"delegate 0.8.0",
2022-08-14 18:13:54 +02:00
"downcast-rs",
2022-11-03 13:22:41 +01:00
"embed-doc-image",
2022-08-20 23:21:36 +02:00
"hashbrown",
2022-10-22 17:16:28 +02:00
"heapless",
2022-08-20 23:21:36 +02:00
"num-traits",
2022-08-18 01:32:02 +02:00
"once_cell",
2022-10-30 21:27:36 +01:00
"paste",
2022-08-14 18:13:54 +02:00
"postcard",
2022-08-13 19:44:52 +02:00
"serde",
2022-08-08 01:24:28 +02:00
"spacepackets",
2022-08-13 19:44:52 +02:00
"zerocopy",
2022-06-16 15:45:22 +02:00
]
2022-08-18 01:32:02 +02:00
[[package]]
name = "fsrc-example"
version = "0.1.0"
dependencies = [
2022-09-08 00:30:01 +02:00
"crossbeam-channel",
2022-09-10 13:34:04 +02:00
"delegate 0.8.0",
2022-08-28 00:28:29 +02:00
"fsrc-core",
2022-08-18 01:32:02 +02:00
"spacepackets",
2022-10-22 15:00:48 +02:00
"zerocopy",
2022-08-18 01:32:02 +02:00
]
2022-08-20 23:21:36 +02:00
[[package]]
name = "getrandom"
2022-10-22 15:31:50 +02:00
version = "0.2.8"
2022-08-20 23:21:36 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-22 15:31:50 +02:00
checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"
2022-08-20 23:21:36 +02:00
dependencies = [
2022-09-03 13:47:25 +02:00
"cfg-if",
2022-08-20 23:21:36 +02:00
"libc",
"wasi",
]
2022-06-13 23:22:15 +02:00
[[package]]
name = "hash32"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b0c35f58762feb77d74ebe43bdbc3210f09be9fe6742234d573bacc26ed92b67"
dependencies = [
"byteorder",
]
2022-08-20 23:21:36 +02:00
[[package]]
name = "hashbrown"
version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
dependencies = [
"ahash",
]
2022-06-13 23:22:15 +02:00
[[package]]
name = "heapless"
2022-09-03 13:47:25 +02:00
version = "0.7.16"
2022-06-13 23:22:15 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-03 13:47:25 +02:00
checksum = "db04bc24a18b9ea980628ecf00e6c0264f3c1426dac36c00cb49b6fbad8b0743"
2022-06-13 23:22:15 +02:00
dependencies = [
"atomic-polyfill",
"hash32",
"rustc_version 0.4.0",
"serde",
"spin",
"stable_deref_trait",
]
2022-05-26 21:10:08 +02:00
[[package]]
name = "hermit-abi"
version = "0.1.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
dependencies = [
"libc",
]
2022-09-03 13:47:25 +02:00
[[package]]
name = "iana-time-zone"
2022-10-31 00:34:11 +01:00
version = "0.1.53"
2022-09-03 13:47:25 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-31 00:34:11 +01:00
checksum = "64c122667b287044802d6ce17ee2ddf13207ed924c712de9a66a5814d5b64765"
2022-09-03 13:47:25 +02:00
dependencies = [
"android_system_properties",
"core-foundation-sys",
2022-10-22 15:31:50 +02:00
"iana-time-zone-haiku",
2022-09-03 13:47:25 +02:00
"js-sys",
"wasm-bindgen",
"winapi",
]
2022-10-22 15:31:50 +02:00
[[package]]
name = "iana-time-zone-haiku"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0703ae284fc167426161c2e3f1da3ea71d94b21bedbcc9494e92b28e334e3dca"
dependencies = [
"cxx",
"cxx-build",
]
2022-08-05 01:07:54 +02:00
[[package]]
name = "js-sys"
2022-09-13 10:43:07 +02:00
version = "0.3.60"
2022-08-05 01:07:54 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-13 10:43:07 +02:00
checksum = "49409df3e3bf0856b916e2ceaca09ee28e6871cf7d9ce97a692cacfdb2a25a47"
2022-08-05 01:07:54 +02:00
dependencies = [
"wasm-bindgen",
]
2022-05-26 21:10:08 +02:00
[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
[[package]]
name = "libc"
2022-10-31 00:34:11 +01:00
version = "0.2.137"
2022-05-26 21:10:08 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-31 00:34:11 +01:00
checksum = "fc7fcc620a3bff7cdd7a365be3376c97191aeaccc2a603e600951e452615bf89"
2022-10-22 15:31:50 +02:00
[[package]]
name = "link-cplusplus"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9272ab7b96c9046fbc5bc56c06c117cb639fe2d509df0c421cad82d2915cf369"
dependencies = [
"cc",
]
2022-05-26 21:10:08 +02:00
2022-06-13 23:22:15 +02:00
[[package]]
name = "lock_api"
2022-10-22 15:31:50 +02:00
version = "0.4.9"
2022-06-13 23:22:15 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-22 15:31:50 +02:00
checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df"
2022-06-13 23:22:15 +02:00
dependencies = [
"autocfg",
"scopeguard",
]
2022-08-05 01:07:54 +02:00
[[package]]
name = "log"
version = "0.4.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
dependencies = [
2022-09-03 13:47:25 +02:00
"cfg-if",
2022-08-05 01:07:54 +02:00
]
2022-06-13 23:22:15 +02:00
[[package]]
name = "memchr"
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
[[package]]
name = "nb"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "801d31da0513b6ec5214e9bf433a77966320625a37860f910be265be6e18d06f"
dependencies = [
"nb 1.0.0",
]
[[package]]
name = "nb"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "546c37ac5d9e56f55e73b677106873d9d9f5190605e41a856503623648488cae"
2022-06-09 16:21:07 +02:00
[[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",
]
2022-05-26 21:10:08 +02:00
[[package]]
name = "num_cpus"
version = "1.14.0"
2022-05-26 21:10:08 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6058e64324c71e02bc2b150e4f3bc8286db6c83092132ffa3f6b1eab0f9def5"
2022-05-26 21:10:08 +02:00
dependencies = [
"hermit-abi",
"libc",
]
2022-08-05 01:07:54 +02:00
[[package]]
name = "once_cell"
2022-10-31 00:34:11 +01:00
version = "1.16.0"
2022-08-05 01:07:54 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-31 00:34:11 +01:00
checksum = "86f0b0d4bf799edbc74508c1e8bf170ff5f41238e5f8225603ca7caaae2b7860"
2022-08-05 01:07:54 +02:00
2022-05-26 21:10:08 +02:00
[[package]]
name = "parking_lot_core"
2022-10-22 15:31:50 +02:00
version = "0.9.4"
2022-05-26 21:10:08 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-22 15:31:50 +02:00
checksum = "4dc9e0dc2adc1c69d09143aff38d3d30c5c3f0df0dad82e6d25547af174ebec0"
2022-05-26 21:10:08 +02:00
dependencies = [
2022-09-03 13:47:25 +02:00
"cfg-if",
2022-05-26 21:10:08 +02:00
"libc",
"redox_syscall",
"smallvec",
2022-09-03 13:47:25 +02:00
"windows-sys",
2022-05-26 21:10:08 +02:00
]
2022-10-30 21:27:36 +01:00
[[package]]
name = "paste"
version = "1.0.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1de2e551fb905ac83f73f7aedf2f0cb4a0da7e35efa24a202a936269f1f18e1"
2022-08-13 19:44:52 +02:00
[[package]]
name = "postcard"
2022-09-03 13:47:25 +02:00
version = "1.0.2"
2022-08-13 19:44:52 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-03 13:47:25 +02:00
checksum = "1c2b180dc0bade59f03fd005cb967d3f1e5f69b13922dad0cd6e047cb8af2363"
2022-08-13 19:44:52 +02:00
dependencies = [
"cobs",
"heapless",
"serde",
]
2022-05-14 21:53:59 +02:00
[[package]]
name = "proc-macro2"
2022-10-22 15:31:50 +02:00
version = "1.0.47"
2022-05-14 21:53:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-22 15:31:50 +02:00
checksum = "5ea3d908b0e36316caf9e9e2c4625cdde190a7e6f440d794667ed17a1855e725"
2022-05-14 21:53:59 +02:00
dependencies = [
2022-06-14 17:55:59 +02:00
"unicode-ident",
2022-05-14 21:53:59 +02:00
]
[[package]]
name = "quote"
2022-09-03 13:47:25 +02:00
version = "1.0.21"
2022-05-14 21:53:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-03 13:47:25 +02:00
checksum = "bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179"
2022-05-14 21:53:59 +02:00
dependencies = [
"proc-macro2",
]
2022-05-26 21:10:08 +02:00
[[package]]
name = "redox_syscall"
2022-09-03 13:47:25 +02:00
version = "0.2.16"
2022-05-26 21:10:08 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-03 13:47:25 +02:00
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
dependencies = [
"bitflags",
]
2022-05-26 21:10:08 +02:00
2022-06-13 23:22:15 +02:00
[[package]]
name = "regex"
version = "1.7.0"
2022-06-13 23:22:15 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e076559ef8e241f2ae3479e36f97bd5741c0330689e217ad51ce2c76808b868a"
2022-06-13 23:22:15 +02:00
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax",
]
[[package]]
name = "regex-syntax"
version = "0.6.28"
2022-06-13 23:22:15 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848"
2022-06-13 23:22:15 +02:00
[[package]]
name = "riscv"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6907ccdd7a31012b70faf2af85cd9e5ba97657cc3987c4f13f8e4d2c2a088aba"
dependencies = [
"bare-metal 1.0.0",
"bit_field",
"riscv-target",
]
[[package]]
name = "riscv-target"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "88aa938cda42a0cf62a20cfe8d139ff1af20c2e681212b5b34adb5a58333f222"
dependencies = [
"lazy_static",
"regex",
]
[[package]]
name = "rustc_version"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
dependencies = [
"semver 0.9.0",
]
[[package]]
name = "rustc_version"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
dependencies = [
2022-10-22 15:31:50 +02:00
"semver 1.0.14",
2022-06-13 23:22:15 +02:00
]
[[package]]
name = "scopeguard"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
2022-10-22 15:31:50 +02:00
[[package]]
name = "scratch"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c8132065adcfd6e02db789d9285a0deb2f3fcb04002865ab67d5fb103533898"
2022-06-13 23:22:15 +02:00
[[package]]
name = "semver"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
dependencies = [
"semver-parser",
]
[[package]]
name = "semver"
2022-10-22 15:31:50 +02:00
version = "1.0.14"
2022-06-13 23:22:15 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-22 15:31:50 +02:00
checksum = "e25dfac463d778e353db5be2449d1cce89bd6fd23c9f1ea21310ce6e5a1b29c4"
2022-06-13 23:22:15 +02:00
[[package]]
name = "semver-parser"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
[[package]]
name = "serde"
2022-10-22 15:31:50 +02:00
version = "1.0.147"
2022-06-13 23:22:15 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-22 15:31:50 +02:00
checksum = "d193d69bae983fc11a79df82342761dfbf28a99fc8d203dca4c3c1b590948965"
2022-06-13 23:22:15 +02:00
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
2022-10-22 15:31:50 +02:00
version = "1.0.147"
2022-06-13 23:22:15 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-22 15:31:50 +02:00
checksum = "4f1d362ca8fc9c3e3a7484440752472d68a6caa98f1ab81d99b5dfe517cec852"
2022-06-13 23:22:15 +02:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2022-05-26 21:10:08 +02:00
[[package]]
name = "smallvec"
2022-10-22 15:31:50 +02:00
version = "1.10.0"
2022-05-26 21:10:08 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-22 15:31:50 +02:00
checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
2022-05-26 21:10:08 +02:00
2022-06-16 15:45:22 +02:00
[[package]]
name = "spacepackets"
2022-09-13 10:43:07 +02:00
version = "0.2.0"
2022-06-16 15:45:22 +02:00
dependencies = [
2022-07-31 14:28:51 +02:00
"chrono",
2022-06-16 15:45:22 +02:00
"crc",
2022-09-10 13:34:04 +02:00
"delegate 0.7.0",
2022-08-16 11:15:23 +02:00
"num-traits",
2022-08-14 18:13:54 +02:00
"postcard",
2022-06-16 15:45:22 +02:00
"serde",
"zerocopy",
]
2022-06-13 23:22:15 +02:00
[[package]]
name = "spin"
2022-09-03 13:47:25 +02:00
version = "0.9.4"
2022-06-13 23:22:15 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-03 13:47:25 +02:00
checksum = "7f6002a767bff9e83f8eeecf883ecb8011875a21ae8da43bffb817a57e78cc09"
2022-06-13 23:22:15 +02:00
dependencies = [
"lock_api",
]
[[package]]
name = "stable_deref_trait"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
2022-05-14 21:53:59 +02:00
[[package]]
name = "syn"
2022-10-22 15:31:50 +02:00
version = "1.0.103"
2022-05-14 21:53:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-22 15:31:50 +02:00
checksum = "a864042229133ada95abf3b54fdc62ef5ccabe9515b64717bcb9a1919e59445d"
2022-05-14 21:53:59 +02:00
dependencies = [
"proc-macro2",
"quote",
2022-06-14 17:55:59 +02:00
"unicode-ident",
2022-05-14 21:53:59 +02:00
]
2022-06-14 11:28:50 +02:00
[[package]]
2022-10-22 15:31:50 +02:00
name = "termcolor"
version = "1.1.3"
2022-06-14 11:28:50 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-22 15:31:50 +02:00
checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"
2022-06-14 11:28:50 +02:00
dependencies = [
2022-10-22 15:31:50 +02:00
"winapi-util",
2022-06-14 11:28:50 +02:00
]
2022-06-14 17:55:59 +02:00
[[package]]
name = "unicode-ident"
2022-10-22 15:31:50 +02:00
version = "1.0.5"
2022-06-14 17:55:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-22 15:31:50 +02:00
checksum = "6ceab39d59e4c9499d4e5a8ee0e2735b891bb7308ac83dfb4e80cad195c9f6f3"
2022-06-14 17:55:59 +02:00
2022-05-14 21:53:59 +02:00
[[package]]
2022-10-22 15:31:50 +02:00
name = "unicode-width"
version = "0.1.10"
2022-05-14 21:53:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-22 15:31:50 +02:00
checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
2022-05-26 21:10:08 +02:00
2022-06-13 23:22:15 +02:00
[[package]]
name = "vcell"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77439c1b53d2303b20d9459b1ade71a83c716e3f9c34f3228c00e6f185d6c002"
2022-08-20 23:21:36 +02:00
[[package]]
name = "version_check"
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
2022-06-13 23:22:15 +02:00
[[package]]
name = "void"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
[[package]]
name = "volatile-register"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ee8f19f9d74293faf70901bc20ad067dc1ad390d2cbf1e3f75f721ffee908b6"
dependencies = [
"vcell",
]
2022-08-20 23:21:36 +02:00
[[package]]
name = "wasi"
version = "0.11.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
2022-08-05 01:07:54 +02:00
[[package]]
name = "wasm-bindgen"
2022-09-13 10:43:07 +02:00
version = "0.2.83"
2022-08-05 01:07:54 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-13 10:43:07 +02:00
checksum = "eaf9f5aceeec8be17c128b2e93e031fb8a4d469bb9c4ae2d7dc1888b26887268"
2022-08-05 01:07:54 +02:00
dependencies = [
2022-09-03 13:47:25 +02:00
"cfg-if",
2022-08-05 01:07:54 +02:00
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
2022-09-13 10:43:07 +02:00
version = "0.2.83"
2022-08-05 01:07:54 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-13 10:43:07 +02:00
checksum = "4c8ffb332579b0557b52d268b91feab8df3615f265d5270fec2a8c95b17c1142"
2022-08-05 01:07:54 +02:00
dependencies = [
"bumpalo",
"log",
"once_cell",
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-macro"
2022-09-13 10:43:07 +02:00
version = "0.2.83"
2022-08-05 01:07:54 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-13 10:43:07 +02:00
checksum = "052be0f94026e6cbc75cdefc9bae13fd6052cdcaf532fa6c45e7ae33a1e6c810"
2022-08-05 01:07:54 +02:00
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
2022-09-13 10:43:07 +02:00
version = "0.2.83"
2022-08-05 01:07:54 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-13 10:43:07 +02:00
checksum = "07bc0c051dc5f23e307b13285f9d75df86bfdf816c5721e573dec1f9b8aa193c"
2022-08-05 01:07:54 +02:00
dependencies = [
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
2022-09-13 10:43:07 +02:00
version = "0.2.83"
2022-08-05 01:07:54 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-13 10:43:07 +02:00
checksum = "1c38c045535d93ec4f0b4defec448e4291638ee608530863b1e2ba115d4fff7f"
2022-08-05 01:07:54 +02:00
2022-05-26 21:10:08 +02:00
[[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"
2022-10-22 15:31:50 +02:00
[[package]]
name = "winapi-util"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
dependencies = [
"winapi",
]
2022-05-26 21:10:08 +02: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"
2022-06-13 23:22:15 +02:00
2022-09-03 13:47:25 +02:00
[[package]]
name = "windows-sys"
2022-10-22 15:31:50 +02:00
version = "0.42.0"
2022-09-03 13:47:25 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-22 15:31:50 +02:00
checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
2022-09-03 13:47:25 +02:00
dependencies = [
2022-10-22 15:31:50 +02:00
"windows_aarch64_gnullvm",
2022-09-03 13:47:25 +02:00
"windows_aarch64_msvc",
"windows_i686_gnu",
"windows_i686_msvc",
"windows_x86_64_gnu",
2022-10-22 15:31:50 +02:00
"windows_x86_64_gnullvm",
2022-09-03 13:47:25 +02:00
"windows_x86_64_msvc",
]
2022-10-22 15:31:50 +02:00
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41d2aa71f6f0cbe00ae5167d90ef3cfe66527d6f613ca78ac8024c3ccab9a19e"
2022-09-03 13:47:25 +02:00
[[package]]
name = "windows_aarch64_msvc"
2022-10-22 15:31:50 +02:00
version = "0.42.0"
2022-09-03 13:47:25 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-22 15:31:50 +02:00
checksum = "dd0f252f5a35cac83d6311b2e795981f5ee6e67eb1f9a7f64eb4500fbc4dcdb4"
2022-09-03 13:47:25 +02:00
[[package]]
name = "windows_i686_gnu"
2022-10-22 15:31:50 +02:00
version = "0.42.0"
2022-09-03 13:47:25 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-22 15:31:50 +02:00
checksum = "fbeae19f6716841636c28d695375df17562ca208b2b7d0dc47635a50ae6c5de7"
2022-09-03 13:47:25 +02:00
[[package]]
name = "windows_i686_msvc"
2022-10-22 15:31:50 +02:00
version = "0.42.0"
2022-09-03 13:47:25 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-22 15:31:50 +02:00
checksum = "84c12f65daa39dd2babe6e442988fc329d6243fdce47d7d2d155b8d874862246"
2022-09-03 13:47:25 +02:00
[[package]]
name = "windows_x86_64_gnu"
2022-10-22 15:31:50 +02:00
version = "0.42.0"
2022-09-03 13:47:25 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-22 15:31:50 +02:00
checksum = "bf7b1b21b5362cbc318f686150e5bcea75ecedc74dd157d874d754a2ca44b0ed"
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09d525d2ba30eeb3297665bd434a54297e4170c7f1a44cad4ef58095b4cd2028"
2022-09-03 13:47:25 +02:00
[[package]]
name = "windows_x86_64_msvc"
2022-10-22 15:31:50 +02:00
version = "0.42.0"
2022-09-03 13:47:25 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-22 15:31:50 +02:00
checksum = "f40009d85759725a34da6d89a94e63d7bdc50a862acf0dbc7c8e488f1edcb6f5"
2022-09-03 13:47:25 +02:00
2022-06-14 11:28:50 +02:00
[[package]]
name = "zerocopy"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "332f188cc1bcf1fe1064b8c58d150f497e697f49774aa846f2dc949d9a25f236"
dependencies = [
"byteorder",
"zerocopy-derive",
]
[[package]]
name = "zerocopy-derive"
2022-10-22 15:31:50 +02:00
version = "0.3.2"
2022-06-14 11:28:50 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-22 15:31:50 +02:00
checksum = "6505e6815af7de1746a08f69c69606bb45695a17149517680f3b2149713b19a3"
2022-06-14 11:28:50 +02:00
dependencies = [
"proc-macro2",
2022-10-22 15:31:50 +02:00
"quote",
2022-06-14 11:28:50 +02:00
"syn",
]