| # This file is automatically @generated by Cargo. |
| # It is not intended for manual editing. |
| version = 4 |
| |
| [[package]] |
| name = "arm-fvp-base-pac" |
| version = "0.1.0" |
| dependencies = [ |
| "arm-gic", |
| "arm-pl011-uart", |
| "arm-sp805", |
| "bitflags", |
| "safe-mmio", |
| "spin", |
| "zerocopy", |
| ] |
| |
| [[package]] |
| name = "arm-gic" |
| version = "0.1.0" |
| source = "git+https://git.trustedfirmware.org/rust-spmc/arm-gic.git#3e1263014caabe1ba6189b7693ac4f0466d6e19f" |
| dependencies = [ |
| "bitflags", |
| "safe-mmio", |
| "zerocopy", |
| ] |
| |
| [[package]] |
| name = "arm-pl011-uart" |
| version = "0.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bed01fb1be86080a2e9d93ae75e485837712a497f6e729e8ea329151a982e032" |
| dependencies = [ |
| "bitflags", |
| "embedded-hal-nb", |
| "embedded-io", |
| "safe-mmio", |
| "thiserror", |
| "zerocopy", |
| ] |
| |
| [[package]] |
| name = "arm-sp805" |
| version = "0.1.0" |
| source = "git+https://git.trustedfirmware.org/rust-spmc/arm-sp805.git#826b861f78f36fd3e51a199b1d6969b5e5d48a5b" |
| dependencies = [ |
| "bitflags", |
| "safe-mmio", |
| "zerocopy", |
| ] |
| |
| [[package]] |
| name = "bitflags" |
| version = "2.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd" |
| |
| [[package]] |
| name = "embedded-hal" |
| version = "1.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "361a90feb7004eca4019fb28352a9465666b24f840f5c3cddf0ff13920590b89" |
| |
| [[package]] |
| name = "embedded-hal-nb" |
| version = "1.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fba4268c14288c828995299e59b12babdbe170f6c6d73731af1b4648142e8605" |
| dependencies = [ |
| "embedded-hal", |
| "nb", |
| ] |
| |
| [[package]] |
| name = "embedded-io" |
| version = "0.6.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d" |
| |
| [[package]] |
| name = "nb" |
| version = "1.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8d5439c4ad607c3c23abf66de8c8bf57ba8adcd1f129e699851a6e43935d339d" |
| |
| [[package]] |
| name = "proc-macro2" |
| version = "1.0.94" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a31971752e70b8b2686d7e46ec17fb38dad4051d94024c88df49b667caea9c84" |
| dependencies = [ |
| "unicode-ident", |
| ] |
| |
| [[package]] |
| name = "quote" |
| version = "1.0.40" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d" |
| dependencies = [ |
| "proc-macro2", |
| ] |
| |
| [[package]] |
| name = "safe-mmio" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f96d86dc25e8f742cf117e00b58db99e0c3505208babc33f124f0067f6c22024" |
| dependencies = [ |
| "zerocopy", |
| ] |
| |
| [[package]] |
| name = "spin" |
| version = "0.9.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" |
| |
| [[package]] |
| name = "syn" |
| version = "2.0.100" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b09a44accad81e1ba1cd74a32461ba89dee89095ba17b32f5d03683b1b1fc2a0" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "unicode-ident", |
| ] |
| |
| [[package]] |
| name = "thiserror" |
| version = "2.0.12" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708" |
| dependencies = [ |
| "thiserror-impl", |
| ] |
| |
| [[package]] |
| name = "thiserror-impl" |
| version = "2.0.12" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "unicode-ident" |
| version = "1.0.18" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512" |
| |
| [[package]] |
| name = "zerocopy" |
| version = "0.8.24" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2586fea28e186957ef732a5f8b3be2da217d65c5969d4b1e17f973ebbe876879" |
| dependencies = [ |
| "zerocopy-derive", |
| ] |
| |
| [[package]] |
| name = "zerocopy-derive" |
| version = "0.8.24" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a996a8f63c5c4448cd959ac1bab0aaa3306ccfd060472f85943ee0750f0169be" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |