# 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 = "2018" name = "ns16550a" version = "0.4.0" authors = ["Julien Eudine "] description = "NS16550A UART driver." documentation = "https://docs.rs/ns16550a" readme = "README.md" categories = [ "embedded", "no-std", "hardware-support", ] license = "MIT" repository = "https://github.com/jeudine/NS16550A" [profile.dev] opt-level = 3 panic = "abort" [profile.release] opt-level = 3 panic = "abort" [dependencies]