# 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 = "stm32g4xx-hal" version = "0.0.1" authors = ["Vitaly Domnikov "] description = "Peripheral access API for STM32G4 series microcontrollers" documentation = "https://docs.rs/stm32g4xx-hal" readme = "README.md" keywords = [ "arm", "cortex-m", "stm32g4xx", "hal", ] categories = [ "embedded", "hardware-support", "no-std", ] license = "MIT/Apache-2.0" repository = "https://github.com/stm32-rs/stm32g4xx-hal" [profile.dev] lto = false codegen-units = 1 debug = true incremental = false [profile.release] lto = true codegen-units = 1 debug = false incremental = false [dependencies.bare-metal] version = "0.2.5" features = ["const-fn"] [dependencies.bitflags] version = "1.2" [dependencies.cast] version = "0.2.7" default-features = false [dependencies.cortex-m] version = "0.7.7" features = ["critical-section-single-core"] [dependencies.defmt] version = "0.3.2" optional = true [dependencies.embedded-dma] version = "0.1.2" [dependencies.embedded-hal] version = "0.2.4" features = ["unproven"] [dependencies.fdcan] version = "0.1.2" features = ["fdcan_g0_g4_l5"] [dependencies.nb] version = "0.1.1" [dependencies.paste] version = "1.0" [dependencies.stable_deref_trait] version = "1.1" default-features = false [dependencies.static_assertions] version = "1.1" [dependencies.stm32g4] version = "0.15.1" [dependencies.vcell] version = "0.1" [dependencies.void] version = "1.0.2" default-features = false [dev-dependencies.bme680] version = "0.6.0" [dev-dependencies.cfg-if] version = "0.1.10" [dev-dependencies.cortex-m-log] version = "0.7" features = ["log-integration"] [dev-dependencies.cortex-m-rt] version = "0.7.2" [dev-dependencies.cortex-m-rtic] version = "0.5.8" [dev-dependencies.cortex-m-semihosting] version = "0.3.5" [dev-dependencies.defmt-rtt] version = "0.4.0" [dev-dependencies.embedded-sdmmc] version = "0.3.0" [dev-dependencies.lazy_static] version = "1.4" features = ["spin_no_std"] [dev-dependencies.log] version = "0.4.11" [dev-dependencies.mpu6050] version = "0.1.4" [dev-dependencies.panic-halt] version = "0.2.0" [dev-dependencies.panic-itm] version = "0.4.2" [dev-dependencies.panic-probe] version = "0.3.0" features = ["print-defmt"] [dev-dependencies.panic-rtt-target] version = "0.1.1" features = ["cortex-m"] [dev-dependencies.panic-semihosting] version = "0.5.3" [dev-dependencies.rtt-target] version = "0.3.0" features = ["cortex-m"] [features] default = ["rt"] defmt-logging = ["defmt"] log-itm = ["cortex-m-log/itm"] log-rtt = [] log-semihost = ["cortex-m-log/semihosting"] rt = ["stm32g4/rt"] stm32g431 = ["stm32g4/stm32g431"] stm32g441 = ["stm32g4/stm32g441"] stm32g471 = ["stm32g4/stm32g471"] stm32g473 = ["stm32g4/stm32g473"] stm32g474 = ["stm32g4/stm32g474"] stm32g483 = ["stm32g4/stm32g483"] stm32g484 = ["stm32g4/stm32g484"] stm32g491 = ["stm32g4/stm32g491"] stm32g4a1 = ["stm32g4/stm32g4a1"]