[dependencies.log]
version = "0.4.22"
[dependencies.serde]
features = ["derive"]
version = "1.0.215"
[dependencies.serde_json]
version = "1.0.132"
[dependencies.serde_repr]
version = "0.1.19"
[dependencies.thiserror]
version = "2.0.0"
[lib]
name = "realman"
path = "src/lib.rs"
[package]
authors = ["Leon <echo_ai@foxmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "realman robot Rust sdk"
edition = "2021"
keywords = ["realman", "robot"]
license = "MIT"
name = "realman"
readme = "README.md"
repository = "https://github.com/EchoRust/realman"
version = "0.0.2"
[[test]]
name = "motion"
path = "tests/motion.rs"