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