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 1.4 kB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. [workspace]
  2. members = [
  3. "apis/c/*",
  4. "apis/c++/*",
  5. "apis/python/node",
  6. "apis/python/operator",
  7. "apis/rust/*",
  8. "apis/rust/operator/macros",
  9. "apis/rust/operator/types",
  10. "binaries/*",
  11. "examples/rust-dataflow/*",
  12. "examples/iceoryx/*",
  13. "libraries/communication-layer/*",
  14. "libraries/core",
  15. "libraries/message",
  16. "libraries/extensions/download",
  17. "libraries/extensions/telemetry/*",
  18. "libraries/extensions/zenoh-logger",
  19. ]
  20. [workspace.package]
  21. version = "0.1.3"
  22. [workspace.dependencies]
  23. dora-node-api = { version = "0.1.3", path = "apis/rust/node", default-features = false }
  24. dora-operator-api = { version = "0.1.3", path = "apis/rust/operator", default-features = false }
  25. dora-core = { version = "0.1.3", path = "libraries/core" }
  26. [package]
  27. name = "dora-examples"
  28. version = "0.0.0"
  29. edition = "2021"
  30. license = "Apache-2.0"
  31. [dev-dependencies]
  32. eyre = "0.6.8"
  33. tokio = "1.24.2"
  34. dora-coordinator = { path = "binaries/coordinator" }
  35. dunce = "1.0.2"
  36. [[example]]
  37. name = "c-dataflow"
  38. path = "examples/c-dataflow/run.rs"
  39. [[example]]
  40. name = "rust-dataflow"
  41. path = "examples/rust-dataflow/run.rs"
  42. [[example]]
  43. name = "rust-dataflow-url"
  44. path = "examples/rust-dataflow-url/run.rs"
  45. [[example]]
  46. name = "cxx-dataflow"
  47. path = "examples/c++-dataflow/run.rs"
  48. [[example]]
  49. name = "python-dataflow"
  50. path = "examples/python-dataflow/run.rs"
  51. [[example]]
  52. name = "iceoryx"
  53. path = "examples/iceoryx/run.rs"

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