uart 3.0.2

A clean implementation of the UART_16550 device functionality.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "uart"
version = "3.0.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A clean implementation of the UART_16550 device functionality."
readme = "README.md"
keywords = [
    "uart",
    "uart_16550",
    "serial",
    "io",
    "osdev",
]
categories = [
    "no-std",
    "embedded",
]
license = "AGPL-3.0-or-later"
repository = "https://codeberg.org/zdivelbiss/uart"

[features]
address_impl = []
default = [
    "address_impl",
    "writer_impl",
]
writer_impl = []

[lib]
name = "uart"
path = "src/lib.rs"

[dependencies.bitflags]
version = "2.9.1"