# 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 = "cs4272" version = "0.1.0" authors = ["Samuel Leeuwenburg"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Rust I2S driver for the CS4272" homepage = "https://github.com/samuelleeuwenburg/cs4272" readme = "README.md" keywords = [ "cs4272", "i2s", "rp235x", "driver", "embedded", ] categories = [ "embedded", "no-std", ] license = "MIT" repository = "https://github.com/samuelleeuwenburg/cs4272" [lib] name = "cs4272" path = "src/lib.rs" [[example]] name = "basic_example" path = "examples/basic_example.rs" [dependencies.cortex-m] version = "0.7.7" [dependencies.embedded-hal] version = "1.0.0" [dependencies.fugit] version = "0.3.7" [dependencies.pio] version = "0.2.1" [dependencies.pio-proc] version = "0.2.2" [dependencies.rp235x-hal] version = "0.2.0" features = [ "binary-info", "critical-section-impl", "rt", "defmt", ] [dev-dependencies.panic-halt] version = "0.2.0"