motorcortex-rust 0.1.3

Motorcortex Rust: A library for Rust client applications to control Motorcortex Core.
Documentation
[build-dependencies.prost-build]
version = "0.13.5"

[build-dependencies.serde]
features = ["derive"]
version = "1.0.219"

[build-dependencies.serde_json]
version = "1.0.140"

[dependencies.nng-c-sys]
features = ["websocket", "tls"]
version = "1.10.1"

[dependencies.prost]
version = "0.13.5"

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

[package]
authors = ["Alexey Zakharov <alexey.zakharov@vectioneer.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
description = "Motorcortex Rust: A library for Rust client applications to control Motorcortex Core."
edition = "2024"
license = "MIT"
name = "motorcortex-rust"
readme = "README.md"
repository = "https://git.vectioneer.com/pub/motorcortex-rust"
version = "0.1.3"

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