# 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 = "rp2040_wait" version = "0.1.0" authors = ["Shuntaro Ohno "] description = "Crate for more accurate wait times than Delay using rp2040_hal::timer::Timer." readme = "README.md" license = "MIT" [dependencies.rp2040-hal] version = "0.8.0" features = [ "rt", "critical-section-impl", ] [dev-dependencies.cortex-m] version = "0.7.4" [dev-dependencies.cortex-m-rt] version = "0.7.1" [dev-dependencies.embedded-hal] version = "0.2.7" features = ["unproven"] [dev-dependencies.embedded-time] version = "0.12.1" [dev-dependencies.futures] version = "0.3.21" default-features = false [dev-dependencies.panic-halt] version = "0.2.0" [dev-dependencies.rp2040-boot2] version = "0.2.1" [dev-dependencies.rp2040-hal] version = "0.8.0" features = [ "rt", "critical-section-impl", ]