# 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" rust-version = "1.64" name = "cyt4bf" version = "0.0.1" authors = ["Infineon developers"] description = "Peripheral access crate for cyt4bf T2G family" documentation = "https://docs.rs/cyt4bf" readme = "README.md" keywords = [ "cortex-m", "no_std", "traveo", "infineon", ] categories = [ "embedded", "no-std", ] license-file = "LICENSE.txt" repository = "https://github.com/Infineon/traveo-t2g-pal/tree/develop/pal_crates/cyt4bf" [package.metadata.docs.rs] features = [ "rt", "critical-section", "rev_c", "rev_d", ] targets = [ "thumbv6m-none-eabi", "thumbv7em-none-eabihf", ] [dependencies.cyt4bf_c] version = "0.0.1" optional = true [dependencies.cyt4bf_d] version = "0.0.1" optional = true [features] critical-section = [ "cyt4bf_c?/critical-section", "cyt4bf_d?/critical-section", ] default = ["rev_d"] rev_c = ["cyt4bf_c"] rev_d = ["cyt4bf_d"] rt = [ "cyt4bf_c?/rt", "cyt4bf_d?/rt", ]