# 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.65" name = "pa-spl" version = "0.1.0" authors = ["Jason Scott "] exclude = [ "/.github", "/.vscode", "/.gitignore", "docs/pull_request_template.md", "docs/vendor/*", ] description = "A no-std embedded-hal I2C driver for the PCB Artists SPL module" homepage = "https://github.com/EngJay/pa-spl" readme = "README.md" keywords = [ "audio", "embedded", "embedded-hal-driver", "no-std", "sound", ] categories = [ "embedded", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/EngJay/pa-spl" [profile.dev] opt-level = "s" codegen-units = 1 incremental = false [profile.release] lto = true codegen-units = 1 debug = 2 [dependencies.bitfield-struct] version = "0.8.0" [dependencies.defmt] version = "0.3.8" [dependencies.embedded-hal] version = "0.2.7" [dev-dependencies.embedded-hal-mock] version = "0.11.1" [features] external_mic = []