58 lines
1.4 KiB
Plaintext
58 lines
1.4 KiB
Plaintext
|
|
# This file is automatically @generated by Cargo.
|
||
|
|
# It is not intended for manual editing.
|
||
|
|
version = 4
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "ar_archive_writer"
|
||
|
|
version = "0.5.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "7eb93bbb63b9c227414f6eb3a0adfddca591a8ce1e9b60661bb08969b87e340b"
|
||
|
|
dependencies = [
|
||
|
|
"object",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "cc"
|
||
|
|
version = "1.2.55"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "47b26a0954ae34af09b50f0de26458fa95369a0d478d8236d3f93082b219bd29"
|
||
|
|
dependencies = [
|
||
|
|
"find-msvc-tools",
|
||
|
|
"shlex",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "find-msvc-tools"
|
||
|
|
version = "0.1.9"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "memchr"
|
||
|
|
version = "2.8.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "object"
|
||
|
|
version = "0.37.3"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe"
|
||
|
|
dependencies = [
|
||
|
|
"memchr",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "psm"
|
||
|
|
version = "0.1.30"
|
||
|
|
dependencies = [
|
||
|
|
"ar_archive_writer",
|
||
|
|
"cc",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "shlex"
|
||
|
|
version = "1.3.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|