[package] name = "realman" version = "0.2.0" edition = "2021" authors = ["李扬(Leon) "] description = "realman robot Rust SDK" license = "MIT" repository = "https://github.com/EchoRust/realman" documentation = "https://docs.rs/realman" homepage = "https://github.com/EchoRust/realman" keywords = ["realman", "robot"] [dependencies] log = "0.4.22" serde = { version = "1.0.215", features = ["derive"] } serde_json = "1.0.132" serde_repr = "0.1.19" thiserror = "2.0.0"