embassy-embedded-time 0.1.1

Implementation of embedded-time Clocks using embassy-time
Documentation
# 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 = "2024"
name = "embassy-embedded-time"
version = "0.1.1"
authors = ["SimonIT <simonit.orig@gmail.com"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Implementation of embedded-time Clocks using embassy-time"
documentation = "https://docs.rs/embassy-embedded-time"
readme = "README.md"
keywords = [
    "embedded",
    "date",
    "time",
    "embassy-time",
    "embedded-time",
]
categories = [
    "embedded",
    "date-and-time",
    "development-tools",
]
license-file = "LICENSE"
repository = "https://github.com/SimonIT/embassy-embedded-time"

[lib]
name = "embassy_embedded_time"
path = "src/lib.rs"

[dependencies.embassy-time]
version = "0.5.0"

[dependencies.embedded-time]
version = "0.12.1"

[dev-dependencies.critical-section]
version = "1.2.0"
features = ["std"]

[dev-dependencies.embassy-time]
version = "0.5.0"
features = ["mock-driver"]