mirror of
https://gitlab.com/qemu-project/qemu.git
synced 2026-08-26 22:23:12 -04:00
It has just been replaced with bitfield-struct. Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
469 lines
8.9 KiB
TOML
469 lines
8.9 KiB
TOML
# This file is automatically @generated by Cargo.
|
|
# It is not intended for manual editing.
|
|
version = 4
|
|
|
|
[[package]]
|
|
name = "anyhow"
|
|
version = "1.0.98"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487"
|
|
|
|
[[package]]
|
|
name = "attrs"
|
|
version = "0.2.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2a207d40f43de65285f3de0509bb6cb16bc46098864fce957122bbacce327e5f"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"syn",
|
|
]
|
|
|
|
[[package]]
|
|
name = "bitfield-struct"
|
|
version = "0.13.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3ca6739863c590881f038d033a146c51ddae239186a4327014839fd864f44ed5"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn",
|
|
]
|
|
|
|
[[package]]
|
|
name = "bits"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"qemu_macros",
|
|
]
|
|
|
|
[[package]]
|
|
name = "bql"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"glib-sys",
|
|
"util-sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cfg-expr"
|
|
version = "0.20.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1a2c5f3bf25ec225351aa1c8e230d04d880d3bd89dea133537dafad4ae291e5c"
|
|
dependencies = [
|
|
"smallvec",
|
|
"target-lexicon",
|
|
]
|
|
|
|
[[package]]
|
|
name = "chardev"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"bql",
|
|
"chardev-sys",
|
|
"common",
|
|
"glib-sys",
|
|
"migration",
|
|
"qom",
|
|
"util",
|
|
]
|
|
|
|
[[package]]
|
|
name = "chardev-sys"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"common",
|
|
"glib-sys",
|
|
"qom-sys",
|
|
"util-sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "common"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"libc",
|
|
"qemu_macros",
|
|
]
|
|
|
|
[[package]]
|
|
name = "equivalent"
|
|
version = "1.0.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
|
|
|
|
[[package]]
|
|
name = "foreign"
|
|
version = "0.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "17ca1b5be8c9d320daf386f1809c7acc0cb09accbae795c2001953fa50585846"
|
|
dependencies = [
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "glib-sys"
|
|
version = "0.21.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d09d3d0fddf7239521674e57b0465dfbd844632fec54f059f7f56112e3f927e1"
|
|
dependencies = [
|
|
"libc",
|
|
"system-deps",
|
|
]
|
|
|
|
[[package]]
|
|
name = "hashbrown"
|
|
version = "0.17.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a"
|
|
|
|
[[package]]
|
|
name = "heck"
|
|
version = "0.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
|
|
|
|
[[package]]
|
|
name = "hpet"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"bql",
|
|
"common",
|
|
"hwcore",
|
|
"migration",
|
|
"qom",
|
|
"system",
|
|
"trace",
|
|
"util",
|
|
]
|
|
|
|
[[package]]
|
|
name = "hwcore"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"bql",
|
|
"chardev",
|
|
"common",
|
|
"glib-sys",
|
|
"hwcore-sys",
|
|
"migration",
|
|
"qemu_macros",
|
|
"qom",
|
|
"util",
|
|
]
|
|
|
|
[[package]]
|
|
name = "hwcore-sys"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"chardev-sys",
|
|
"common",
|
|
"glib-sys",
|
|
"migration-sys",
|
|
"qom-sys",
|
|
"util-sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "indexmap"
|
|
version = "2.14.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9"
|
|
dependencies = [
|
|
"equivalent",
|
|
"hashbrown",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libc"
|
|
version = "0.2.162"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "18d287de67fe55fd7e1581fe933d965a5a9477b38e949cfa9f8574ef01506398"
|
|
|
|
[[package]]
|
|
name = "migration"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"bql",
|
|
"common",
|
|
"glib-sys",
|
|
"migration-sys",
|
|
"qemu_macros",
|
|
"util",
|
|
]
|
|
|
|
[[package]]
|
|
name = "migration-sys"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"common",
|
|
"glib-sys",
|
|
"util-sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pkg-config"
|
|
version = "0.3.32"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
|
|
|
|
[[package]]
|
|
name = "pl011"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"bitfield-struct",
|
|
"bits",
|
|
"bql",
|
|
"chardev",
|
|
"common",
|
|
"glib-sys",
|
|
"hwcore",
|
|
"migration",
|
|
"qom",
|
|
"system",
|
|
"trace",
|
|
"util",
|
|
]
|
|
|
|
[[package]]
|
|
name = "probe"
|
|
version = "0.5.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "136558b6e1ebaecc92755d0ffaf9421f519531bed30cc2ad23b22cb00965cc5e"
|
|
|
|
[[package]]
|
|
name = "proc-macro2"
|
|
version = "1.0.95"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778"
|
|
dependencies = [
|
|
"unicode-ident",
|
|
]
|
|
|
|
[[package]]
|
|
name = "qemu_macros"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"attrs",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn",
|
|
]
|
|
|
|
[[package]]
|
|
name = "qom"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"bql",
|
|
"common",
|
|
"glib-sys",
|
|
"migration",
|
|
"qemu_macros",
|
|
"qom-sys",
|
|
"util",
|
|
]
|
|
|
|
[[package]]
|
|
name = "qom-sys"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"glib-sys",
|
|
"util-sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "quote"
|
|
version = "1.0.36"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "serde_core"
|
|
version = "1.0.228"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
|
|
dependencies = [
|
|
"serde_derive",
|
|
]
|
|
|
|
[[package]]
|
|
name = "serde_derive"
|
|
version = "1.0.228"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn",
|
|
]
|
|
|
|
[[package]]
|
|
name = "serde_spanned"
|
|
version = "1.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6662b5879511e06e8999a8a235d848113e942c9124f211511b16466ee2995f26"
|
|
dependencies = [
|
|
"serde_core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "smallvec"
|
|
version = "1.15.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8ed6a63f02c8539c91a8685a86f4099661ba3da017932f6ebbea6de3f0fa7c90"
|
|
|
|
[[package]]
|
|
name = "syn"
|
|
version = "2.0.104"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "17b6f705963418cdb9927482fa304bc562ece2fdd4f616084c50b7023b435a40"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"unicode-ident",
|
|
]
|
|
|
|
[[package]]
|
|
name = "system"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"bql",
|
|
"common",
|
|
"glib-sys",
|
|
"hwcore",
|
|
"migration",
|
|
"qom",
|
|
"system-sys",
|
|
"util",
|
|
]
|
|
|
|
[[package]]
|
|
name = "system-deps"
|
|
version = "7.0.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "396a35feb67335377e0251fcbc1092fc85c484bd4e3a7a54319399da127796e7"
|
|
dependencies = [
|
|
"cfg-expr",
|
|
"heck",
|
|
"pkg-config",
|
|
"toml",
|
|
"version-compare",
|
|
]
|
|
|
|
[[package]]
|
|
name = "system-sys"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"common",
|
|
"glib-sys",
|
|
"hwcore-sys",
|
|
"migration-sys",
|
|
"qom-sys",
|
|
"util-sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "target-lexicon"
|
|
version = "0.13.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a"
|
|
|
|
[[package]]
|
|
name = "tests"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"bql",
|
|
"chardev",
|
|
"common",
|
|
"hwcore",
|
|
"migration",
|
|
"qom",
|
|
"system",
|
|
"util",
|
|
]
|
|
|
|
[[package]]
|
|
name = "toml"
|
|
version = "1.1.3+spec-1.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "53c96ecdfa941c8fc4fcaed14f99ada8ebed502eef533015095a07e3301d4c3c"
|
|
dependencies = [
|
|
"indexmap",
|
|
"serde_core",
|
|
"serde_spanned",
|
|
"toml_datetime",
|
|
"toml_parser",
|
|
"toml_writer",
|
|
"winnow",
|
|
]
|
|
|
|
[[package]]
|
|
name = "toml_datetime"
|
|
version = "1.1.1+spec-1.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3165f65f62e28e0115a00b2ebdd37eb6f3b641855f9d636d3cd4103767159ad7"
|
|
dependencies = [
|
|
"serde_core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "toml_parser"
|
|
version = "1.1.2+spec-1.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a2abe9b86193656635d2411dc43050282ca48aa31c2451210f4202550afb7526"
|
|
dependencies = [
|
|
"winnow",
|
|
]
|
|
|
|
[[package]]
|
|
name = "toml_writer"
|
|
version = "1.1.2+spec-1.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7d56353a2a665ad0f41a421187180aab746c8c325620617ad883a99a1cbe66d2"
|
|
|
|
[[package]]
|
|
name = "trace"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"libc",
|
|
"probe",
|
|
]
|
|
|
|
[[package]]
|
|
name = "unicode-ident"
|
|
version = "1.0.12"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
|
|
|
|
[[package]]
|
|
name = "util"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"common",
|
|
"foreign",
|
|
"glib-sys",
|
|
"libc",
|
|
"util-sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "util-sys"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"glib-sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "version-compare"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
|
|
|
|
[[package]]
|
|
name = "winnow"
|
|
version = "1.0.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "23b97319f7b8343df12cc98938e5c3eb436064524c8d2b4e30a1d3a36eecdf81"
|