# 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 = "sdvx-controller-firmware" version = "1.2.0" authors = ["Linas Nikiperavičius "] description = "Firmware for an open-source Sound Voltex controller" readme = "README.md" license-file = "LICENSE.md" repository = "https://github.com/linasdev/sdvx-controller-firmware" [dependencies.cortex-m] version = "0.7.3" [dependencies.cortex-m-rt] version = "0.6.15" [dependencies.cortex-m-semihosting] version = "0.3.7" [dependencies.embedded-hal] version = "0.2.6" [dependencies.panic-reset] version = "0.1.0" [dependencies.rotary-encoder-hal] version = "0.3.0" [dependencies.stm32f1xx-hal] version = "0.7.0" features = ["rt", "stm32f103", "medium", "stm32-usbd"] [dependencies.usb-device] version = "0.2.8" [dependencies.usbd-hid] version = "0.5.2"