nodo_std 0.18.5

Standard codelets for NODO
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_std"
version = "0.18.5"
authors = ["David Weikersdorfer"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Standard codelets for NODO"
readme = false
keywords = [
    "framework",
    "robotics",
]
categories = ["science::robotics"]
license = "Apache-2.0"

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

[dependencies.eyre]
version = "0.6"

[dependencies.log]
version = "0.4"

[dependencies.nodo]
version = "0.18.5"

[dependencies.nodo_derive]
version = "0.18.5"