You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

Cargo.toml 463 B

123456789101112131415161718
  1. [package]
  2. name = "dora-rs"
  3. version = "0.1.0"
  4. edition = "2021"
  5. # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
  6. [dependencies]
  7. eyre = "0.6.7"
  8. serde = { version = "1.0", features = ["derive"] }
  9. serde_yaml = "0.8.23"
  10. structopt = "0.3.26"
  11. zenoh = { git="https://github.com/eclipse-zenoh/zenoh.git" }
  12. env_logger = "0.9.0"
  13. tokio = { version="1.17.0", features=["full"]}
  14. pyo3 = "0.16.1"
  15. futures = "0.3.12"
  16. envy = "0.4.2"

DORA (Dataflow-Oriented Robotic Architecture) is middleware designed to streamline and simplify the creation of AI-based robotic applications. It offers low latency, composable, and distributed datafl