mt_pubsub 0.7.0

A simple and deterministic Pub/Sub implementation with Minot primitives.
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 = "mt_pubsub"
version = "0.7.0"
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 = "A simple and deterministic Pub/Sub implementation with Minot primitives."
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"

[features]
default = []
shm = ["mt_sea/shm"]
smol = ["dep:futures-lite"]

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

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

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

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

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

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

[[example]]
name = "smol"
path = "examples/smol.rs"
required-features = ["smol"]

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

[dependencies.anyhow]
version = "1.0"

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

[dependencies.env_logger]
version = "0.11.6"

[dependencies.futures-lite]
version = "2.6"
optional = true

[dependencies.log]
version = "0.4.25"

[dependencies.mt_coord]
version = "0.7.0"

[dependencies.mt_net]
version = "0.7.0"

[dependencies.mt_sea]
version = "0.7.0"

[dependencies.nalgebra]
version = "0.33"
features = ["std"]
default-features = false

[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.tokio]
version = "1.49"
features = [
    "signal",
    "process",
]

[dependencies.tokio-util]
version = "0.7"
features = ["full"]