nodo_runtime 0.18.5

Runtime for NODO applications
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 = "2021"
name = "nodo_runtime"
version = "0.18.5"
authors = ["David Weikersdorfer"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Runtime for NODO applications"
readme = false
keywords = [
    "framework",
    "robotics",
]
categories = ["science::robotics"]
license = "Apache-2.0"

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

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

[[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"

[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.5"

[dependencies.nodo_std]
version = "0.18.5"

[dependencies.prost]
version = "0.13"

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

[dependencies.slab]
version = "0.4"

[dependencies.thiserror]
version = "1.0"

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

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

[build-dependencies.prost-build]
version = "0.13"