uart_16550 0.2.6

Minimal support for uart_16550 serial output.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "array-init"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f30bbe2f5e3d117f55bd8c7a1f9191e4a5deba9f15f595bbea4f670c59c765db"

[[package]]
name = "bit_field"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed8765909f9009617974ab6b7d332625b320b33c326b1e9321382ef1999b5d56"

[[package]]
name = "bitflags"
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"

[[package]]
name = "cc"
version = "1.0.52"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c3d87b23d6a92cd03af510a5ade527033f6aa6fa92161e2d5863a907d4c5e31d"

[[package]]
name = "uart_16550"
version = "0.2.6"
dependencies = [
 "bitflags",
 "x86_64",
]

[[package]]
name = "x86_64"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "074fe17c2586dd646602287854514c5cb3b6c3b5e63cd3970ecddbbb9c01468d"
dependencies = [
 "array-init",
 "bit_field",
 "bitflags",
 "cc",
]