# 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 = "rtic-time" version = "2.0.0" authors = [ "The Real-Time Interrupt-driven Concurrency developers", "Emil Fresk ", "Henrik Tjäder ", "Jorge Aparicio ", "Per Lindgren ", ] description = "Basic definitions and utilities that can be used to keep track of time" readme = "README.md" categories = [ "concurrency", "embedded", "no-std", "asynchronous", ] license = "MIT OR Apache-2.0" repository = "https://github.com/rtic-rs/rtic" [dependencies.critical-section] version = "1" [dependencies.embedded-hal] version = "1.0.0" [dependencies.embedded-hal-async] version = "1.0.0" [dependencies.fugit] version = "0.3.7" [dependencies.futures-util] version = "0.3.25" default-features = false [dependencies.rtic-common] version = "1.0.0" [dev-dependencies.cassette] version = "0.3" [dev-dependencies.cooked-waker] version = "5.0.0" [dev-dependencies.parking_lot] version = "0.12"