# 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 = "daisy" version = "0.10.0" authors = ["Petr Horáček "] description = "A board support package for the Electro-Smith Daisy Seed and Patch SM" documentation = "https://zlosynth.com/daisy" readme = "README.md" keywords = [ "cortex-m", "bsp", "stm32h7xx", "daisy", ] categories = [ "embedded", "hardware-support", "no-std", ] license = "MIT" repository = "https://github.com/zlosynth/daisy" [package.metadata.docs.rs] targets = ["thumbv7em-none-eabihf"] [[example]] name = "blinky" [[example]] name = "blinky_rtic" [[example]] name = "audio" [[example]] name = "audio_rtic" [[example]] name = "adc" [[example]] name = "oled" [[example]] name = "flash" [[example]] name = "sdram" [[example]] name = "sdmmc" [dependencies.cortex-m] version = "0.7" [dependencies.cortex-m-rt] version = "0.7" features = ["device"] [dependencies.num_enum] version = "0.5.6" optional = true default-features = false [dependencies.stm32-fmc] version = "0.3" [dependencies.stm32h7xx-hal] version = "0.16" features = [ "stm32h750v", "rt", "revision_v", "usb_hs", "xspi", "fmc", ] [dev-dependencies.cortex-m-rtic] version = "1" [dev-dependencies.defmt] version = "0.3.8" [dev-dependencies.defmt-rtt] version = "0.4.1" [dev-dependencies.display-interface-spi] version = "0.4" [dev-dependencies.embedded-graphics] version = "0.8" [dev-dependencies.fugit] version = "0.3" [dev-dependencies.panic-halt] version = "0.2.0" [dev-dependencies.panic-probe] version = "0.3.2" features = ["print-defmt"] [dev-dependencies.ssd1306] version = "0.8.0" [dev-dependencies.stm32h7xx-hal] version = "0.16" features = [ "stm32h750v", "rt", "revision_v", "usb_hs", "xspi", "fmc", "sdmmc", ] [dev-dependencies.systick-monotonic] version = "1" [features] defmt = [] patch_sm = ["num_enum"] sampling_rate_96khz = [] seed = [] seed_1_1 = ["num_enum"] seed_1_2 = []