vs1003-pac 0.1.1

VS1003 audio codec peripheral access crate
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"
name = "vs1003-pac"
version = "0.1.1"
authors = ["Bartosz Grabias"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "VS1003 audio codec peripheral access crate"
readme = "README.md"
categories = [
    "embedded",
    "no-std",
    "hardware-support",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/enbyted/vs1003-rs"

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

[dependencies.defmt]
version = "0.3"
optional = true
default-features = false

[dependencies.device-driver]
version = "1.0.2"
features = ["dsl"]
default-features = false

[dependencies.embedded-hal]
version = "1.0.0"
default-features = false

[dependencies.embedded-hal-async]
version = "1.0.0"
default-features = false

[dependencies.thiserror]
version = "2.0.9"
default-features = false

[features]
defmt-03 = [
    "dep:defmt",
    "embedded-hal/defmt-03",
    "embedded-hal-async/defmt-03",
    "device-driver/defmt-03",
]