[package]
publish = ["crates-io"]
name = "dexcontrol"
version = "0.7.6"
edition = "2021"
rust-version = "1.90"
license = "AGPL-3.0-only OR LicenseRef-Dexmate-Commercial"
repository = "https://github.com/dexmate-ai/dexcontrol"
description = "Safe Rust API for the precompiled DexControl robot runtime"
include = ["src/lib.rs", "examples/read_joint_positions.rs", "Cargo.toml", "LICENSE", "LICENSE-AGPL", "LICENSE-HEADER"]
[dependencies]
dexcontrol-sys = { version = "=0.7.6", path = "../dexcontrol-sys" }