mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-10 12:09:31 +00:00
83 lines
1.8 KiB
Text
83 lines
1.8 KiB
Text
|
# This file is automatically @generated by Cargo.
|
||
|
# It is not intended for manual editing.
|
||
|
version = 3
|
||
|
|
||
|
[[package]]
|
||
|
name = "libc"
|
||
|
version = "0.2.126"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "349d5a591cd28b49e1d1037471617a32ddcda5731b99419008085f72d5a53836"
|
||
|
|
||
|
[[package]]
|
||
|
name = "p9"
|
||
|
version = "0.1.0"
|
||
|
dependencies = [
|
||
|
"libc",
|
||
|
"serde",
|
||
|
"wire_format_derive",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "proc-macro2"
|
||
|
version = "1.0.42"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "c278e965f1d8cf32d6e0e96de3d3e79712178ae67986d9cf9151f51e95aac89b"
|
||
|
dependencies = [
|
||
|
"unicode-ident",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "quote"
|
||
|
version = "1.0.20"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "3bcdf212e9776fbcb2d23ab029360416bb1706b1aea2d1a5ba002727cbcab804"
|
||
|
dependencies = [
|
||
|
"proc-macro2",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "serde"
|
||
|
version = "1.0.140"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "fc855a42c7967b7c369eb5860f7164ef1f6f81c20c7cc1141f2a604e18723b03"
|
||
|
dependencies = [
|
||
|
"serde_derive",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "serde_derive"
|
||
|
version = "1.0.140"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "6f2122636b9fe3b81f1cb25099fcf2d3f542cdb1d45940d56c713158884a05da"
|
||
|
dependencies = [
|
||
|
"proc-macro2",
|
||
|
"quote",
|
||
|
"syn",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "syn"
|
||
|
version = "1.0.98"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "c50aef8a904de4c23c788f104b7dddc7d6f79c647c7c8ce4cc8f73eb0ca773dd"
|
||
|
dependencies = [
|
||
|
"proc-macro2",
|
||
|
"quote",
|
||
|
"unicode-ident",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "unicode-ident"
|
||
|
version = "1.0.2"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "15c61ba63f9235225a22310255a29b806b907c9b8c964bcbd0a2c70f3f2deea7"
|
||
|
|
||
|
[[package]]
|
||
|
name = "wire_format_derive"
|
||
|
version = "0.1.0"
|
||
|
dependencies = [
|
||
|
"proc-macro2",
|
||
|
"quote",
|
||
|
"syn",
|
||
|
]
|