# 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 = "aemics_stm32g4xx_drivers" version = "0.1.0" authors = ["Wybren van den Akker"] description = "Collection of drivers for STM32G4xx HAL" homepage = "https://www.aemics.nl" readme = "README.md" keywords = [ "stm32g4xx", "drivers", "USB", "CDC", "ACM", ] categories = [ "drivers", "embedded", "hardware-support", "no-std", ] license = "MIT/Apache-2.0" repository = "https://github.com/AEMICS/aemics_stm32g4xx_drivers" [profile.dev] lto = false codegen-units = 1 debug = 2 incremental = false [profile.release] lto = true codegen-units = 1 debug = 2 incremental = false [dependencies.aemics-stm32g4xx-hal] version = "0.1.0"