# 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 = "teensy4-selfrebootor" version = "0.2.0" authors = ["Finomnis "] exclude = [ "/.gitignore", "/.github/", "/.vscode/", ] description = "A self-rebooting implementation of teensy's rebootor for teensy4" readme = "README.md" keywords = [ "teensy4", "imxrt", "nxp", "rebootor", ] categories = [ "embedded", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Finomnis/teensy4-selfrebootor" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.log] version = "0.4.21" [dependencies.teensy4-bsp] version = "0.4.7" [dependencies.usb-device] version = "0.2.9" [dependencies.usbd-hid] version = "0.6.1" [dev-dependencies.embedded-hal] version = "0.2.7" [dev-dependencies.imxrt-log] version = "0.1.1" features = [ "log", "lpuart", ] default-features = false [dev-dependencies.imxrt-uart-panic] version = "0.1.2" [dev-dependencies.nb] version = "1.1.0" [dev-dependencies.rtic] version = "2.0.1" features = ["thumbv7-backend"] [dev-dependencies.teensy4-bsp] version = "0.4.3" features = ["rt"] [dev-dependencies.teensy4-panic] version = "0.2.3" default-features = false