anos/Cargo.lock

82 lines
2.1 KiB
Plaintext
Raw Normal View History

2021-12-01 03:41:32 +00:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "anos"
version = "0.1.0"
2021-12-01 08:47:28 +00:00
dependencies = [
"bootloader",
2021-12-09 02:34:40 +00:00
"lazy_static",
"spin",
2021-12-09 11:51:38 +00:00
"uart_16550",
"volatile 0.2.7",
"x86_64",
2021-12-01 08:47:28 +00:00
]
2021-12-09 11:51:38 +00:00
[[package]]
name = "bit_field"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dcb6dd1c2376d2e096796e234a70e17e94cc2d5d54ff8ce42b28cef1d0d359a4"
[[package]]
name = "bitflags"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
2021-12-01 08:47:28 +00:00
[[package]]
name = "bootloader"
2022-01-09 08:55:04 +00:00
version = "0.9.20"
2021-12-01 08:47:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-09 08:55:04 +00:00
checksum = "6b0718f186cd449b21f044683933284ed90fb83f3e13949ff0e03b0b6f02e38e"
2021-12-09 02:34:40 +00:00
[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
dependencies = [
"spin",
]
[[package]]
name = "spin"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
2021-12-09 11:51:38 +00:00
[[package]]
name = "uart_16550"
2022-01-09 08:55:04 +00:00
version = "0.2.16"
2021-12-09 11:51:38 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-09 08:55:04 +00:00
checksum = "af81448a9a53c7b0f66198381f80912fd18f2c8965f9da4319e6f92e740bca5b"
2021-12-09 11:51:38 +00:00
dependencies = [
"bitflags",
"x86_64",
]
2021-12-09 02:34:40 +00:00
[[package]]
name = "volatile"
version = "0.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6b06ad3ed06fef1713569d547cdbdb439eafed76341820fb0e0344f29a41945"
2021-12-09 11:51:38 +00:00
[[package]]
name = "volatile"
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e4c2dbd44eb8b53973357e6e207e370f0c1059990df850aca1eca8947cf464f0"
[[package]]
name = "x86_64"
2022-01-09 08:55:04 +00:00
version = "0.14.7"
2021-12-09 11:51:38 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-09 08:55:04 +00:00
checksum = "fb611915c917c6296d11e23f71ff1ecfe49c5766daba92cd3df52df6b58285b6"
2021-12-09 11:51:38 +00:00
dependencies = [
"bit_field",
"bitflags",
"volatile 0.4.4",
]