[dependencies.derive_more]
features = ["from"]
version = "2.0.1"
[dependencies.dirs]
version = "6.0.0"
[dependencies.json5]
version = "0.4.1"
[dependencies.serde]
version = "1.0.219"
[dependencies.thiserror]
version = "2.0.17"
[dependencies.tracing]
version = "0.1.41"
[dependencies.zenoh]
version = "1.6.2"
[features]
default = ["std"]
std = []
[lib]
name = "dimas_config"
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-config - configuration library for DiMAS"
documentation = "https://docs.rs/dimas-config/latest/dimas-config/"
edition = "2024"
exclude = ["tests/**"]
homepage = "https://dimas-fw.github.io/"
keywords = ["automation", "mas", "robots", "robotics"]
license-file = "LICENSE"
name = "dimas-config"
readme = "README.md"
repository = "https://github.com/dimas-fw/dimas/"
rust-version = "1.88.0"
version = "0.5.1"