# 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 = "wm8994" version = "0.1.0" authors = ["Andrzej Tokarski"] exclude = [".gitignore"] description = "A minimal i2c driver for wm8994 audio codec" homepage = "https://github.com/atoktoto/wm8994/" readme = "README.md" keywords = [ "wm8994", "codec", "embedded-hal", "arm", "cortex-m", ] categories = [ "embedded", "multimedia::audio", "no-std", "hardware-support", ] license = "0BSD" repository = "https://github.com/atoktoto/wm8994/" [dependencies.embedded-hal] version = "0.2"