# 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 = "pio" version = "0.2.1" authors = [ "snek", "The rp-rs developers", ] description = "Support for the Raspberry Silicon RP2040's PIO State Machines." readme = "README.md" license = "MIT" repository = "https://github.com/rp-rs/pio-rs" resolver = "2" [dependencies.arrayvec] version = "0.7" default_features = false [dependencies.num_enum] version = "0.5" default_features = false [dependencies.paste] version = "1.0" [dev-dependencies.pretty_assertions] version = "0.6" [dev-dependencies.test-generator] version = "0.3.0"