# 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 = "embedded-timers" version = "0.3.0" authors = ["Fraunhofer IML Embedded Rust Group "] description = "Softwaretimers and -delays (ms/us) based on a Clock implementation" readme = "README.md" keywords = [ "no_std", "embedded", "timer", "delay", "clock", ] categories = [ "no-std", "embedded", ] license = "OLFL-1.3" repository = "https://git.openlogisticsfoundation.org/silicon-economy/libraries/serum/embedded-timers" [package.metadata.cargo-udeps.ignore] development = ["embedded-hal-mock"] [dependencies.embedded-hal] version = "0.2" [dependencies.nb] version = "1.1.0" [dependencies.void] version = "1.0" default-features = false [dev-dependencies.embedded-hal-mock] version = "0.8" [dev-dependencies.mockall] version = "0.11" [features] std = []