# 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 = "2021" name = "uart" version = "0.1.2" description = "A clean implementation of the UART_16550 device functionality." keywords = [ "uart", "uart_16550", "serial", "io", "osdev", ] categories = [ "no-std", "embedded", ] license = "BSD-3-Clause" license-file = "LICENSE" repository = "https://github.com/pyre-project/uart/" [dependencies.bit_field] version = "0.10.2" [dependencies.bitflags] version = "2.0.2"