# 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 = "at32f4xx-pac" version = "0.3.0" authors = ["Nikita Koss "] build = "build.rs" exclude = [ "patches/**", "generate.*", "html/**", "svd/**", ".vscode/**", "PACKs/**", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Device support crates for AT32F4 devices" readme = "README.md" keywords = [ "at32", "svd2rust", "no_std", "embedded", "artery", ] categories = [ "embedded", "no-std", ] license = "MIT/Apache-2.0" repository = "https://github.com/kossnikita/at32f4xx-pac" [package.metadata.docs.rs] all-features = true default-target = "thumbv7em-none-eabi" targets = [] [lib] name = "at32f4xx_pac" path = "src/lib.rs" [dependencies.cortex-m] version = "0.7" [dependencies.cortex-m-rt] version = "0.7" optional = true [dependencies.critical-section] version = "1" optional = true [dependencies.portable-atomic] version = "1" optional = true default-features = false [dependencies.vcell] version = "0.1" [features] at32a403a = [] at32f402 = [] at32f403 = [] at32f403a = [] at32f405 = [] at32f407 = [] at32f413 = [] at32f415 = [] at32f421 = [] at32f423 = [] at32f425 = [] at32f435 = [] at32f437 = [] at32wb415 = [] atomics = ["dep:portable-atomic"] default = [ "critical-section", "rt", ] rt = ["cortex-m-rt/device"]