# 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 = "2018" name = "stm32_i2s_v12x" version = "0.5.1" authors = [ "Sam Crow ", "Amaury Abrial aka Yruama_Lairba ", ] description = "Driver for I2S communication (using SPI peripherals) for some STM32 microcontrollers" readme = "README.md" keywords = [ "i2s", "audio", "embedded", ] categories = [ "embedded", "hardware-support", "multimedia::audio", "no-std", ] license = "0BSD" repository = "https://github.com/samcrow/stm32_i2s" [dependencies.nb] version = "1.0.0" [dependencies.vcell] version = "0.1.3"