cs43l22-embedded 1.0.0-alpha

A cs43l22 DAC driver using embedded-hal
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.60"
name = "cs43l22-embedded"
version = "1.0.0-alpha"
build = false
exclude = ["examples/stm32f4"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A cs43l22 DAC driver using embedded-hal"
readme = "README.md"
keywords = [
    "cs43l22",
    "dac",
    "embedded",
]
categories = ["embedded"]
license = "GPL-3.0-or-later"
repository = "https://github.com/l1g4v/cs43l22-embedded"

[features]
defmt = ["dep:defmt"]

[lib]
name = "cs43l22_embedded"
path = "src/lib.rs"

[dependencies.defmt]
version = "0.3"
optional = true

[dependencies.document-features]
version = "0.2.8"

[dependencies.embedded-hal]
version = "1"

[dependencies.embedded-hal-async]
version = "1"

[dependencies.num-traits]
version = "0.2"
default-features = false