# 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-monotonic" version = "1.3.0" authors = ["Emil Fresk "] description = "RTIC Monotonic implementation based on RP2040's Timer peripheral" documentation = "https://docs.rs/rp2040-monotonic" readme = "README.md" categories = [ "concurrency", "embedded", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/korken89/rp2040-monotonic" [lib] name = "rp2040_monotonic" [dependencies.fugit] version = "0.3.0" [dependencies.rp2040-pac] version = ">=0.2.0,<0.6" [dependencies.rtic-monotonic] version = "1.0.0"