# 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 = "hpm-metapac" version = "0.0.5" authors = ["Andelf "] build = "build.rs" include = [ "**/*.rs", "**/*.x", "Cargo.toml", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Peripheral Access Crate (PAC) for all HPM's MCU chips, including metadata." homepage = "https://github.com/hpmico/hpm-data" documentation = "https://docs.rs/hpm-metapac" readme = "README.md" keywords = [ "hpm", "hpmicro", "svd2rust", "no_std", "embedded", ] categories = [ "embedded", "no-std", "hardware-support", ] license = "MIT OR Apache-2.0" repository = "https://github.com/hpmicro/hpm-data" [package.metadata.docs.rs] default-target = "riscv32imafc-unknown-none-elf" features = [ "hpm5361", "pac", "metadata", ] targets = [] [lib] name = "hpm_metapac" path = "src/lib.rs" [dependencies.riscv] version = "0.11.1" [dependencies.vcell] version = "0.1" [features] default = ["pac"] hpm5301 = [] hpm5321 = [] hpm5331 = [] hpm5361 = [] hpm6220 = [] hpm6240 = [] hpm6260 = [] hpm6264 = [] hpm6280 = [] hpm6284 = [] hpm6320 = [] hpm6330 = [] hpm6340 = [] hpm6350 = [] hpm6360 = [] hpm6364 = [] hpm6420 = [] hpm6430 = [] hpm6450 = [] hpm6454 = [] hpm64a0 = [] hpm64g0 = [] hpm6730 = [] hpm6750 = [] hpm6754 = [] hpm6830 = [] hpm6850 = [] hpm6880 = [] hpm6e50 = [] hpm6e60 = [] hpm6e70 = [] hpm6e80 = [] memory-x = [] metadata = [] pac = [] rt = []