artiq/artiq/firmware/Cargo.lock

681 lines
16 KiB
Plaintext
Raw Permalink Normal View History

# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
# And yet, manual edits have been made. Crate yanking should be illegal.
version = 3
2024-05-16 15:44:25 +08:00
[[package]]
name = "addr2line"
version = "0.16.0"
2024-05-16 15:44:25 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3e61f2b7f93d2c7d2b08263acaa4a363b3e276806c68af6134c44f523bf1aacd"
2024-05-16 15:44:25 +08:00
dependencies = [
"cpp_demangle",
"fallible-iterator",
"gimli",
"object",
"rustc-demangle",
"smallvec",
]
[[package]]
name = "adler"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee2a4ec343196209d6594e19543ae87a39f96d5534d7174822a3ad825dd6ed7e"
[[package]]
name = "adler"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
[[package]]
name = "ahash"
version = "0.7.0"
2024-05-16 15:44:25 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "efa60d2eadd8b12a996add391db32bd1153eac697ba4869660c0016353611426"
dependencies = [
"getrandom",
"once_cell",
"version_check",
]
2024-05-16 15:44:25 +08:00
2021-08-25 12:03:37 +08:00
[[package]]
name = "aho-corasick"
version = "0.7.20"
2021-08-25 12:03:37 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac"
2021-08-25 12:03:37 +08:00
dependencies = [
"memchr",
]
2016-08-17 16:39:05 +08:00
[[package]]
name = "alloc_list"
2016-08-17 16:39:05 +08:00
version = "0.0.0"
2016-12-16 21:28:25 +08:00
[[package]]
name = "arrayvec"
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711"
2021-08-25 12:03:37 +08:00
[[package]]
name = "bare-metal"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5deb64efa5bd81e31fcd1938615a6d98c82eafcbcd787162b6f63b91d6bac5b3"
dependencies = [
"rustc_version",
]
[[package]]
name = "bit_field"
2024-05-16 15:44:25 +08:00
version = "0.10.2"
2021-08-25 12:03:37 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-16 15:44:25 +08:00
checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
2021-08-25 12:03:37 +08:00
2017-10-16 23:29:42 +08:00
[[package]]
name = "bitflags"
2021-08-25 12:03:37 +08:00
version = "1.3.2"
2017-10-16 23:29:42 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-25 12:03:37 +08:00
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
2017-10-16 23:29:42 +08:00
2016-12-16 21:28:25 +08:00
[[package]]
name = "board_artiq"
2016-12-16 21:28:25 +08:00
version = "0.0.0"
2017-01-03 22:19:51 +08:00
dependencies = [
2021-08-25 12:03:37 +08:00
"bitflags",
"board_misoc",
"build_misoc",
"byteorder",
"crc",
"failure",
"failure_derive",
"io",
"log",
"proto_artiq",
]
[[package]]
name = "board_misoc"
version = "0.0.0"
dependencies = [
2021-08-25 12:03:37 +08:00
"build_misoc",
"byteorder",
"cc",
"log",
"riscv",
"smoltcp",
2017-01-03 22:19:51 +08:00
]
2016-08-17 16:39:05 +08:00
[[package]]
name = "bootloader"
version = "0.0.0"
dependencies = [
2024-05-16 15:44:25 +08:00
"addr2line",
"ahash",
2021-08-25 12:03:37 +08:00
"board_misoc",
"build_misoc",
"byteorder",
2024-05-16 15:44:25 +08:00
"cc",
"compiler_builtins",
2021-08-25 12:03:37 +08:00
"crc",
2024-05-16 15:44:25 +08:00
"dlmalloc",
"fortanix-sgx-abi",
"getopts",
"getrandom",
2024-05-16 15:44:25 +08:00
"hashbrown",
"hermit-abi",
"libc 0.2.99",
2024-05-16 15:44:25 +08:00
"miniz_oxide 0.4.0",
"object",
"once_cell",
2021-08-25 12:03:37 +08:00
"riscv",
2024-05-16 15:44:25 +08:00
"rustc-demangle",
2021-08-25 12:03:37 +08:00
"smoltcp",
2024-05-16 15:44:25 +08:00
"unicode-width",
"version_check",
2024-05-16 15:44:25 +08:00
"wasi",
]
[[package]]
name = "build_const"
2021-08-25 12:03:37 +08:00
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-25 12:03:37 +08:00
checksum = "b4ae4235e6dac0694637c763029ecea1a2ec9e4e06ec2729bd21ba4d9c863eb7"
[[package]]
name = "build_misoc"
version = "0.0.0"
[[package]]
name = "byteorder"
2021-08-25 12:03:37 +08:00
version = "1.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-25 12:03:37 +08:00
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
[[package]]
name = "cc"
version = "1.0.69"
2021-08-25 12:03:37 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e70cc2f62c6ce1868963827bd677764c62d07c3d9a3e1fb1177ee1a9ab199eb2"
2021-08-25 12:03:37 +08:00
[[package]]
name = "cfg-if"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-25 12:03:37 +08:00
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
2018-01-01 19:45:55 +08:00
[[package]]
name = "cfg-if"
2021-08-25 12:03:37 +08:00
version = "1.0.0"
2018-01-01 19:45:55 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-25 12:03:37 +08:00
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2018-01-01 19:45:55 +08:00
2021-09-01 17:48:18 +08:00
[[package]]
name = "compiler_builtins"
version = "0.1.49"
2021-09-01 17:48:18 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "20b1438ef42c655665a8ab2c1c6d605a305f031d38d9be689ddfef41a20f3aa2"
2021-09-01 17:48:18 +08:00
2024-05-16 15:44:25 +08:00
[[package]]
name = "cpp_demangle"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eeaa953eaad386a53111e47172c2fedba671e5684c8dd601a5f474f4f118710f"
dependencies = [
"cfg-if 1.0.0",
]
[[package]]
name = "crc"
2018-05-16 02:17:32 +08:00
version = "1.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-25 12:03:37 +08:00
checksum = "d663548de7f5cca343f1e0a48d14dcfb0e9eb4e079ec58883b7251539fa10aeb"
dependencies = [
2021-08-25 12:03:37 +08:00
"build_const",
]
2024-05-16 15:44:25 +08:00
[[package]]
name = "crc32fast"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b3855a8a784b474f333699ef2bbca9db2c4a1f6d9088a90a2d25b1eb53111eaa"
dependencies = [
"cfg-if 1.0.0",
]
[[package]]
name = "cslice"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-25 12:03:37 +08:00
checksum = "0f8cb7306107e4b10e64994de6d3274bd08996a7c1322a27b86482392f96be0a"
2024-05-16 15:44:25 +08:00
[[package]]
name = "dlmalloc"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "332570860c2edf2d57914987bf9e24835425f75825086b6ba7d1e6a3e4f1f254"
dependencies = [
"libc 0.2.99",
2024-05-16 15:44:25 +08:00
]
[[package]]
name = "dyld"
version = "0.0.0"
[[package]]
name = "eh"
version = "0.0.0"
dependencies = [
2021-08-25 12:03:37 +08:00
"cslice",
"libc 0.1.0",
"unwind",
]
[[package]]
name = "failure"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-25 12:03:37 +08:00
checksum = "934799b6c1de475a012a02dab0ace1ace43789ee4b99bcfbf1a2e3e8ced5de82"
[[package]]
name = "failure_derive"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-25 12:03:37 +08:00
checksum = "c7cdda555bb90c9bb67a3b670a0f42de8e73f5981524123ad8578aafec8ddb8b"
dependencies = [
2021-08-25 12:03:37 +08:00
"quote",
"syn",
"synstructure",
]
2024-05-16 15:44:25 +08:00
[[package]]
name = "fallible-iterator"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"
[[package]]
name = "flate2"
version = "1.0.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5f54427cfd1c7829e2a139fcefea601bf088ebca651d2bf53ebc600eac295dae"
dependencies = [
"crc32fast",
"miniz_oxide 0.7.2",
]
[[package]]
name = "fortanix-sgx-abi"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c56c422ef86062869b2d57ae87270608dc5929969dd130a6e248979cf4fb6ca6"
2016-08-30 19:20:04 +08:00
[[package]]
name = "fringe"
2021-08-25 12:03:37 +08:00
version = "1.2.1"
2024-05-24 11:18:52 +08:00
source = "git+https://git.m-labs.hk/M-Labs/libfringe.git?rev=53a964#53a964a63d2d384b22ae1949a471a732003a30b9"
2016-08-30 19:20:04 +08:00
dependencies = [
"libc 0.2.99",
2024-05-16 15:44:25 +08:00
]
[[package]]
name = "getopts"
version = "0.2.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5"
dependencies = [
"unicode-width",
]
[[package]]
name = "getrandom"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee8025cf36f917e6a52cce185b7c7177689b838b7ec138364e50cc2277a56cf4"
dependencies = [
"cfg-if 0.1.10",
"libc 0.2.99",
"wasi",
]
2024-05-16 15:44:25 +08:00
[[package]]
name = "gimli"
version = "0.25.0"
2024-05-16 15:44:25 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f0a01e0497841a3b2db4f8afa483cce65f7e96a3498bd6c541734792aeac8fe7"
2024-05-16 15:44:25 +08:00
dependencies = [
"fallible-iterator",
"stable_deref_trait",
]
[[package]]
name = "hashbrown"
version = "0.11.0"
2024-05-16 15:44:25 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "362385356d610bd1e5a408ddf8d022041774b683f345a1d2cfcb4f60f8ae2db5"
2024-05-16 15:44:25 +08:00
dependencies = [
"ahash",
]
[[package]]
name = "hermit-abi"
version = "0.1.19"
2024-05-16 15:44:25 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
2024-05-16 15:44:25 +08:00
dependencies = [
"libc 0.2.99",
2016-08-30 19:20:04 +08:00
]
[[package]]
name = "io"
version = "0.0.0"
dependencies = [
2021-08-25 12:03:37 +08:00
"byteorder",
"failure",
"failure_derive",
]
[[package]]
name = "ksupport"
version = "0.0.0"
dependencies = [
2021-08-25 12:03:37 +08:00
"board_artiq",
"board_misoc",
"build_misoc",
"cslice",
"dyld",
"eh",
"io",
"libc 0.1.0",
"proto_artiq",
"riscv",
"unwind",
]
2021-08-25 12:03:37 +08:00
[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
2016-08-30 19:20:04 +08:00
[[package]]
name = "libc"
2021-08-25 12:03:37 +08:00
version = "0.1.0"
[[package]]
name = "libc"
version = "0.2.99"
2016-08-30 19:20:04 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a7f823d141fe0a24df1e23b4af4e3c7ba9e5966ec514ea068c93024aa7deb765"
2016-08-30 19:20:04 +08:00
2018-01-01 19:45:55 +08:00
[[package]]
name = "log"
2021-08-25 12:03:37 +08:00
version = "0.4.14"
2018-01-01 19:45:55 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-25 12:03:37 +08:00
checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
2018-01-01 19:45:55 +08:00
dependencies = [
2021-08-25 12:03:37 +08:00
"cfg-if 1.0.0",
2018-01-01 19:45:55 +08:00
]
2016-09-29 02:25:25 +08:00
[[package]]
name = "log_buffer"
version = "1.2.0"
2018-05-16 00:35:05 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-25 12:03:37 +08:00
checksum = "f033173c9486b7fe97a79c895c0a3483ae395ab6744c985d10078950e2492419"
2016-09-29 02:25:25 +08:00
[[package]]
name = "logger_artiq"
version = "0.0.0"
dependencies = [
2021-08-25 12:03:37 +08:00
"board_misoc",
"log",
"log_buffer",
]
2016-08-17 16:39:05 +08:00
[[package]]
name = "managed"
2021-08-25 12:03:37 +08:00
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-25 12:03:37 +08:00
checksum = "c75de51135344a4f8ed3cfe2720dc27736f7711989703a0b43aadf3753c55577"
[[package]]
name = "managed"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ca88d725a0a943b096803bd34e73a4437208b6077654cc4ecb2947a5f91618d"
2021-08-25 12:03:37 +08:00
[[package]]
name = "memchr"
version = "2.4.1"
2024-05-16 15:44:25 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a"
2024-05-16 15:44:25 +08:00
[[package]]
name = "miniz_oxide"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "be0f75932c1f6cfae3c04000e40114adf955636e19040f9c0a2c380702aa1c7f"
dependencies = [
"adler 0.2.3",
]
[[package]]
name = "miniz_oxide"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9d811f3e15f28568be3407c8e7fdb6514c1cda3cb30683f15b6a1a1dc4ea14a7"
dependencies = [
"adler 1.0.2",
]
[[package]]
name = "object"
version = "0.26.2"
2021-08-25 12:03:37 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "39f37e50073ccad23b6d09bcb5b263f4e76d3bb6038e4a3c08e52162ffa8abc2"
2024-05-16 15:44:25 +08:00
dependencies = [
"flate2",
"memchr",
2024-05-16 15:44:25 +08:00
]
[[package]]
name = "once_cell"
version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "692fcb63b64b1758029e0a96ee63e049ce8c5948587f2f7208df04625e5f6b56"
[[package]]
name = "proto_artiq"
version = "0.0.0"
dependencies = [
2021-08-25 12:03:37 +08:00
"byteorder",
"cslice",
"dyld",
"eh",
2021-08-25 12:03:37 +08:00
"failure",
"failure_derive",
"io",
"log",
]
[[package]]
name = "quote"
version = "0.3.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-25 12:03:37 +08:00
checksum = "7a6e920b65c65f10b2ae65c831a81a073a89edd28c7cce89475bff467ab4167a"
[[package]]
name = "regex"
version = "1.7.3"
2021-08-25 12:03:37 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b1f693b24f6ac912f4893ef08244d70b6067480d2f1a46e950c9691e6749d1d"
2021-08-25 12:03:37 +08:00
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax",
]
[[package]]
name = "regex-syntax"
2024-05-16 15:44:25 +08:00
version = "0.6.29"
2021-08-25 12:03:37 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-16 15:44:25 +08:00
checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
2021-08-25 12:03:37 +08:00
[[package]]
name = "riscv"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2f0b705d428e9d0f78e2bb73093887ee58a83c9688de3faedbb4c0631c4618e"
dependencies = [
"bare-metal",
"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",
]
2016-08-30 19:20:04 +08:00
[[package]]
name = "runtime"
version = "0.0.0"
dependencies = [
2021-08-25 12:03:37 +08:00
"alloc_list",
"board_artiq",
"board_misoc",
"build_misoc",
"byteorder",
"cslice",
"dyld",
2021-08-25 12:03:37 +08:00
"eh",
"failure",
"failure_derive",
"fringe",
"io",
"log",
"logger_artiq",
"managed 0.7.2",
2021-08-25 12:03:37 +08:00
"proto_artiq",
"riscv",
"smoltcp",
"tar-no-std",
2021-08-25 12:03:37 +08:00
"unwind_backtrace",
]
2024-05-16 15:44:25 +08:00
[[package]]
name = "rustc-demangle"
version = "0.1.21"
2024-05-16 15:44:25 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"
2024-05-16 15:44:25 +08:00
2021-08-25 12:03:37 +08:00
[[package]]
name = "rustc_version"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
dependencies = [
"semver",
]
2016-08-30 19:20:04 +08:00
[[package]]
name = "satman"
version = "0.0.0"
dependencies = [
2023-03-11 18:36:36 +08:00
"alloc_list",
2021-08-25 12:03:37 +08:00
"board_artiq",
"board_misoc",
"build_misoc",
2023-10-05 15:48:45 +08:00
"cslice",
"eh",
"io",
2021-08-25 12:03:37 +08:00
"log",
2023-05-10 17:22:56 +08:00
"proto_artiq",
2021-08-25 12:03:37 +08:00
"riscv",
]
2021-08-25 12:03:37 +08: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-parser"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
2024-05-16 15:44:25 +08:00
[[package]]
name = "smallvec"
version = "1.13.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
[[package]]
name = "smoltcp"
version = "0.8.2"
2019-01-23 16:15:05 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee34c1e1bfc7e9206cc0fb8030a90129b4e319ab53856249bb27642cab914fb3"
dependencies = [
2021-08-25 12:03:37 +08:00
"bitflags",
"byteorder",
"managed 0.8.0",
]
2024-05-16 15:44:25 +08:00
[[package]]
name = "stable_deref_trait"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
[[package]]
name = "syn"
version = "0.11.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-25 12:03:37 +08:00
checksum = "d3b891b9015c88c576343b9b3e41c2c11a51c219ef067b264bd9c8aa9b441dad"
dependencies = [
2021-08-25 12:03:37 +08:00
"quote",
"synom",
"unicode-xid",
]
[[package]]
name = "synom"
version = "0.11.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-25 12:03:37 +08:00
checksum = "a393066ed9010ebaed60b9eafa373d4b1baac186dd7e008555b0f702b51945b6"
dependencies = [
2021-08-25 12:03:37 +08:00
"unicode-xid",
]
[[package]]
name = "synstructure"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-25 12:03:37 +08:00
checksum = "3a761d12e6d8dcb4dcf952a7a89b475e3a9d69e4a69307e01a470977642914bd"
dependencies = [
2021-08-25 12:03:37 +08:00
"quote",
"syn",
]
[[package]]
name = "tar-no-std"
version = "0.1.8"
source = "git+https://git.m-labs.hk/M-Labs/tar-no-std?rev=2ab6dc5#2ab6dc58e5249c59c4eb03eaf3a119bcdd678d32"
dependencies = [
"arrayvec",
"bitflags",
"log",
]
2024-05-16 15:44:25 +08:00
[[package]]
name = "unicode-width"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3"
[[package]]
name = "unicode-xid"
version = "0.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-25 12:03:37 +08:00
checksum = "8c1f860d7d29cf02cb2f3f359fd35991af3d30bac52c57d265a3c461074cb4dc"
[[package]]
2021-08-25 12:03:37 +08:00
name = "unwind"
version = "0.0.0"
2021-08-25 12:03:37 +08:00
dependencies = [
"cfg-if 0.1.10",
"libc 0.1.0",
]
2021-08-25 12:03:37 +08:00
[[package]]
name = "unwind_backtrace"
version = "0.0.0"
dependencies = [
"libc 0.1.0",
"unwind",
]
2024-05-16 15:44:25 +08:00
[[package]]
name = "version_check"
version = "0.9.3"
2024-05-16 15:44:25 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe"
2024-05-16 15:44:25 +08:00
[[package]]
name = "wasi"
version = "0.9.0+wasi-snapshot-preview1"
2024-05-16 15:44:25 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"