[package] name = "inovo-rs" version = "0.1.2" edition = "2021" authors = ["Alan, CHUNG Ho Lun, dizzyi@github, deeralan827@gmail.com"] description = "API for intergrating inovo robot arm." license = "MIT" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] chrono = "0.4.31" local-ip-address = "0.6.1" nalgebra = "0.33.0" net2 = "0.2.39" websocket = "0.27.0" serde = {version = "1.0.192", features = ["derive"]} serde_json = "1.0.108" colored = "2.1.0" thiserror = "1.0.61"