phoxal 0.7.0

Phoxal — production-oriented autonomous robot framework (engine, model, typed bus, contracts).
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"
rust-version = "1.85"
name = "phoxal"
version = "0.7.0"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Phoxal — production-oriented autonomous robot framework (engine, model, typed bus, contracts)."
homepage = "https://github.com/phoxal/framework"
documentation = "https://github.com/phoxal/framework#readme"
readme = "README.md"
keywords = [
    "robotics",
    "robot",
    "autonomy",
    "zenoh",
    "simulation",
]
categories = [
    "science::robotics",
    "simulation",
]
license = "AGPL-3.0-only"
repository = "https://github.com/phoxal/framework"

[features]
default = []
scenario = []

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

[[test]]
name = "topic_trybuild"
path = "tests/topic_trybuild.rs"

[dependencies.anyhow]
version = "1.0.102"

[dependencies.arc-swap]
version = "1.9.1"

[dependencies.async-trait]
version = "0.1.89"

[dependencies.clap]
version = "4.6.1"
features = [
    "derive",
    "derive",
    "env",
]

[dependencies.const_format]
version = "0.2"

[dependencies.derive-new]
version = "0.7.0"

[dependencies.derive_setters]
version = "0.1.9"

[dependencies.dotenvy]
version = "0.15.7"

[dependencies.nalgebra]
version = "0.34.2"
features = ["serde-serialize"]

[dependencies.rmp-serde]
version = "1.3.1"

[dependencies.serde]
version = "1.0.228"
features = [
    "derive",
    "derive",
]

[dependencies.serde_bytes]
version = "0.11.19"

[dependencies.serde_json]
version = "1.0.149"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt",
    "rt-multi-thread",
    "time",
    "signal",
    "sync",
    "fs",
    "macros",
    "rt",
    "rt-multi-thread",
    "time",
    "signal",
    "sync",
    "fs",
]

[dependencies.tracing]
version = "0.1.44"

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

[dependencies.urdf-rs]
version = "0.9.0"

[dependencies.zenoh]
version = "1.9.0"

[dev-dependencies.serial_test]
version = "3"

[dev-dependencies.tempfile]
version = "3.27.0"

[dev-dependencies.trybuild]
version = "1"

[lints.rust]
unused = "warn"