mt_rat 0.2.1

Share and sync variables over the Minot network.
Documentation
[dependencies.anyhow]
version = "1"

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

[dependencies.env_logger]
version = "0.11.6"

[dependencies.log]
version = "0.4.25"

[dependencies.mt_sea]
version = "0.2.1"

[dependencies.nalgebra]
version = "0.34"

[dependencies.rand]
version = "0.8"

[dependencies.rkyv]
version = "0.8.10"

[dependencies.tokio]
features = ["full"]
version = "1"

[[example]]
name = "rat1"
path = "examples/rat1.rs"

[[example]]
name = "rat2"
path = "examples/rat2.rs"

[lib]
crate-type = ["dylib", "rlib", "staticlib"]
name = "rat"
path = "src/lib.rs"

[package]
authors = ["Christopher Sieh <csieh@uos.de>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["science::robotics"]
description = "Share and sync variables over the Minot network."
documentation = "https://uos.github.io/minot"
edition = "2024"
exclude = ["**/.github/**", "**/tests/**", "**/mt/**", "**/benches/**", "**/target/**", "**/build/**", "**/dist/**", "**/docs/**", "**/venv/**", "**/vscode/**"]
homepage = "https://uos.github.io/minot"
keywords = ["robotics"]
license = "MIT OR Apache-2.0"
name = "mt_rat"
readme = "README.md"
repository = "https://github.com/uos/minot"
resolver = "2"
rust-version = "1.87"
version = "0.2.1"

[package.metadata.deb]
assets = [["rat.h", "usr/include/rat/rat.h", "644"], ["librat.pc", "usr/lib/pkgconfig/librat.pc", "644"], ["target/release/librat.so", "usr/lib/librat.so", "644"], ["target/release/librat.a", "usr/lib/librat.a", "644"]]
name = "librat-dev"