# 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 = "wm8960" version = "0.1.2" authors = ["spinfast "] description = """ Register map and embedded-hal based driver for Wolfson WM8960 Audio Codec. """ readme = "README.md" keywords = [ "wolfson", "wm8960", "embedded", "audio-codec", ] categories = [ "embedded", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/imxrt-rs/wm8960-rs" [dependencies.eh02] version = "0.2" optional = true package = "embedded-hal" [dependencies.eh10] version = "1.0.0-rc.2" optional = true package = "embedded-hal" [build-dependencies.proc-macro2] version = "1.0" [build-dependencies.regex] version = "1.5" [build-dependencies.serde_yaml] version = "0.8" [features] default = ["eh02"] eh02 = ["dep:eh02"] eh10 = ["dep:eh10"]