cyt2b9 0.0.1

Peripheral access crate for cyt2b9 T2G family
Documentation
# 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 = "cyt2b9"
version = "0.0.1"
authors = ["Infineon developers"]
description = "Peripheral access crate for cyt2b9 T2G family"
documentation = "https://docs.rs/cyt2b9"
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/cyt2b9"

[package.metadata.docs.rs]
targets = [
    "thumbv6m-none-eabi",
    "thumbv7em-none-eabihf",
]
features = [
    "rt",
    "critical-section",
    "rev_c",
]

[dependencies.cyt2b9_c]
version = "0.0.1"
optional = true

[features]
critical-section = ["cyt2b9_c?/critical-section"]
default = ["rev_c"]
rev_c = ["cyt2b9_c"]
rt = ["cyt2b9_c?/rt"]