# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "imxrt-uart-log" version = "0.2.0" authors = ["Ian McIntyre "] description = "Logging over an i.MX RT serial interface" readme = "README.md" keywords = ["imxrt", "nxp", "embedded", "log"] categories = ["embedded", "no-std"] license = "MIT OR Apache-2.0" repository = "https://github.com/imxrt-rs/imxrt-uart-log" [dependencies.cortex-m] version = "0.6.3" [dependencies.embedded-hal] version = "0.2.4" [dependencies.imxrt-hal] version = "0.4.0" [dependencies.log] version = "0.4.11" [dev-dependencies.panic-halt] version = "0.2.0" [features] byob = [] default = ["imxrt1062"] imxrt1062 = ["imxrt-hal/imxrt1062"] [target.thumbv7em-none-eabihf.dev-dependencies.imxrt-hal] version = "0.4.0" features = ["imxrt1062", "rt"]