dimas-time 0.5.1

dimas-time - time library for DiMAS
Documentation
[dependencies.dimas-core]
version = "0.5.1"

[dependencies.thiserror]
version = "2.0.17"

[dependencies.tokio]
version = "1.45.1"

[dependencies.tracing]
version = "0.1.41"

[dependencies.tracing-subscriber]
version = "0.3.19"

[dev-dependencies]

[features]
default = ["std"]
std = []

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

[lints.clippy]
enum_glob_use = "deny"
unwrap_used = "deny"

[lints.clippy.nursery]
level = "deny"
priority = -1

[lints.clippy.pedantic]
level = "deny"
priority = -1

[lints.rust]
missing_docs = "warn"
unsafe_code = "forbid"

[lints.rustdoc]
private_intra_doc_links = "allow"

[package]
authors = ["stepkun <stephan.kunz@kabelbw.de>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools", "network-programming", "science::robotics", "simulation"]
description = "dimas-time - time library for DiMAS"
documentation = "https://docs.rs/dimas-time/latest/dimas-time/"
edition = "2024"
homepage = "https://dimas-fw.github.io/"
keywords = ["automation", "mas", "robots", "robotics"]
license-file = "LICENSE"
name = "dimas-time"
readme = "README.md"
repository = "https://github.com/dimas-fw/dimas/"
rust-version = "1.88.0"
version = "0.5.1"