# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "realman" version = "0.2.0" authors = ["李扬(Leon) "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "realman robot Rust SDK" homepage = "https://github.com/EchoRust/realman" documentation = "https://docs.rs/realman" readme = "README.md" keywords = [ "realman", "robot", ] license = "MIT" repository = "https://github.com/EchoRust/realman" [lib] name = "realman" path = "src/lib.rs" [[example]] name = "lebai-lmg90" path = "examples/lebai-lmg90.rs" [[example]] name = "nod" path = "examples/nod.rs" [[example]] name = "udlr" path = "examples/udlr.rs" [[test]] name = "motion" path = "tests/motion.rs" [dependencies.log] version = "0.4.22" [dependencies.serde] version = "1.0.215" features = ["derive"] [dependencies.serde_json] version = "1.0.132" [dependencies.serde_repr] version = "0.1.19" [dependencies.thiserror] version = "2.0.0"