[package]
edition = "2024"
rust-version = "1.85"
name = "mt_net"
version = "0.4.3"
authors = ["Christopher Sieh <stelzo@steado.de>"]
build = false
exclude = [
"**/.github/**",
"**/tests/**",
"**/mt/**",
"**/benches/**",
"**/target/**",
"**/build/**",
"**/dist/**",
"**/docs/**",
"**/venv/**",
"**/vscode/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Network communication types and pub/sub resolution in Minot."
homepage = "https://uos.github.io/minot"
documentation = "https://uos.github.io/minot"
readme = "README.md"
keywords = ["robotics"]
categories = ["science::robotics"]
license = "MIT OR Apache-2.0"
repository = "https://codeberg.org/stelzo/minot"
[lib]
name = "mt_net"
path = "src/lib.rs"
[dependencies.anyhow]
version = "1.0"
[dependencies.rkyv]
version = "0.8.10"
[dependencies.ros2-interfaces-jazzy-rkyv]
version = "0.0.5"
features = [
"std_msgs",
"geometry_msgs",
"sensor_msgs",
"nav_msgs",
"builtin_interfaces",
]
[dependencies.serde]
version = "1.0"
features = ["derive"]