# 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 = "feather-f405" version = "0.2.0" authors = ["Johan Kristell "] description = "Board support package for the Adafruit feather f405" readme = "README.md" keywords = ["arm", "cortex-m", "stm32f405", "feather", "template"] categories = ["embedded", "no-std"] license = "MIT OR Apache-2.0" repository = "https://github.com/jkristell/feather-f405" [profile.dev] opt-level = 0 lto = true codegen-units = 1 debug = true incremental = false [profile.release] opt-level = "s" lto = true codegen-units = 1 debug = true incremental = false [dependencies.cortex-m] version = "0.6" [dependencies.cortex-m-rt] version = "0.6" [dependencies.embedded-hal] version = "0.2" [dependencies.embedded-sdmmc] version = "0.3.0" [dependencies.smart-leds] version = "0.3" [dependencies.spi-memory] version = "0.2" [dependencies.stm32f4xx-hal] version = "^0.8.2" features = ["rt", "stm32f405", "usb_fs"] [dependencies.ws2812-timer-delay] version = "0.3" [dev-dependencies.panic-rtt-target] version = "0.1" features = ["cortex-m"] [dev-dependencies.rtt-target] version = "0.2" features = ["cortex-m"] [dev-dependencies.usb-device] version = "0.2" [dev-dependencies.usbd-serial] version = "0.1" [dev-dependencies.usbd_mass_storage] version = "0.1" [dev-dependencies.usbd_scsi] version = "0.1"