nodo_runtime 0.18.4

Runtime for NODO applications
Documentation
[build-dependencies.prost-build]
version = "0.13"

[dependencies.ctrlc]
version = "3.4.5"

[dependencies.eyre]
version = "0.6"

[dependencies.log]
version = "0.4"

[dependencies.lz4_flex]
version = "0.11"

[dependencies.nng]
version = "1.0"

[dependencies.nodo]
version = "0.18.4"

[dependencies.nodo_std]
version = "0.18.4"

[dependencies.prost]
version = "0.13"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.slab]
version = "0.4"

[dependencies.thiserror]
version = "1.0"

[dev-dependencies.argh]
version = "0.1.12"

[dev-dependencies.env_logger]
version = "0.11"

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

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

[package]
authors = ["David Weikersdorfer"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["science::robotics"]
description = "Runtime for NODO applications"
edition = "2021"
keywords = ["framework", "robotics"]
license = "Apache-2.0"
name = "nodo_runtime"
readme = false
version = "0.18.4"

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

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

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

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

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

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

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

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

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