# 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 = "cyt3bb" version = "0.0.1" authors = ["Infineon developers"] description = "Peripheral access crate for cyt3bb T2G family" documentation = "https://docs.rs/cyt3bb" 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/cyt3bb" [package.metadata.docs.rs] features = [ "rt", "critical-section", "rev_a", "rev_b", ] targets = [ "thumbv6m-none-eabi", "thumbv7em-none-eabihf", ] [dependencies.cyt3bb_a] version = "0.0.1" optional = true [dependencies.cyt3bb_b] version = "0.0.1" optional = true [features] critical-section = [ "cyt3bb_a?/critical-section", "cyt3bb_b?/critical-section", ] default = ["rev_b"] rev_a = ["cyt3bb_a"] rev_b = ["cyt3bb_b"] rt = [ "cyt3bb_a?/rt", "cyt3bb_b?/rt", ]