# 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 = "kiffieboot" version = "0.1.0" include = [ "README.md", "src", ] description = "Runtime support for Kiffieboot" readme = "README.md" keywords = [ "no-std", "mips", "pic32", "dfu", "bootloader", ] license = "MIT OR Apache-2.0" repository = "https://github.com/kiffie/kiffieboot" [package.metadata.docs.rs] features = ["pic32mx2x0"] [dependencies.mips-mcu] version = "0.3.0" [dependencies.pic32mx2xx] version = "0.7.0" optional = true [dependencies.pic32mx470] version = "0.1.0" optional = true [dependencies.usbd-dfu-rt] version = "0.3.1" optional = true [dev-dependencies.embedded-hal] version = "0.2.7" [dev-dependencies.pic32-hal] version = "0.10.0" features = [ "pic32mx2xxfxxxb", "usb-device", ] [dev-dependencies.usb-device] version = "0.2.9" [features] default = ["usbd-dfu-rt"] pic32mx2x0 = ["pic32mx2xx/pic32mx2xxfxxxb"] pic32mx2x4 = ["pic32mx2xx/pic32mx2x4fxxxd"] pic32mx470 = ["pic32mx470/pic32mx47xfxxxl"]