# 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 = "steami-rs" version = "0.1.1" authors = ["Jonathan BAUDIN "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Board support crate for the STeaMi (steami.cc)" homepage = "https://steami.cc" readme = "README.md" license = "GPL-3.0-or-later" repository = "https://github.com/jnthbdn/steami-rs" [profile.dev] opt-level = 3 codegen-units = 1 debug = 2 debug-assertions = true overflow-checks = true incremental = false [lib] name = "steami_rs" path = "src/lib.rs" [[example]] name = "blink_user_led" path = "examples/blink_user_led.rs" [[example]] name = "jacdac" path = "examples/jacdac.rs" [dependencies.cortex-m] version = "^0.7.7" features = ["critical-section-single-core"] [dependencies.cortex-m-rt] version = "0.7.3" [dependencies.critical-section] version = "^1.1.2" [dependencies.defmt] version = "0.3.4" [dependencies.defmt-rtt] version = "0.4.0" [dependencies.hal] version = "^1.8.3" features = ["wb55"] package = "stm32-hal2" [dependencies.panic-probe] version = "0.3.0" features = ["print-defmt"] [dev-dependencies.circular-buffer] version = "0.1.9" default-features = false [dev-dependencies.embedded-alloc] version = "0.6.0" [dev-dependencies.jacdac-rs] version = "0.1.0"