# 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 = "i2c-pio" version = "0.8.0" description = "I2C driver implementation using the RP2040's PIO peripheral." documentation = "https://docs.rs/i2c-pio" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/rp-rs/i2c-pio-rs" [dependencies.cortex-m] version = "0.7.3" [dependencies.defmt] version = "0.3.0" optional = true [dependencies.either] version = "1.10.0" default-features = false [dependencies.embedded-hal] version = "1.0.0" [dependencies.embedded_hal_0_2] version = "0.2.6" package = "embedded-hal" [dependencies.fugit] version = "0.3.5" [dependencies.heapless] version = "0.8.0" default-features = false [dependencies.nb] version = "1.0.0" [dependencies.pio] version = "0.2.0" [dependencies.pio-proc] version = "0.2.0" [dependencies.rp2040-hal] version = "0.10.0"