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 634 B

1234567891011121314151617181920212223
  1. [package]
  2. name = "dora-operator-api-python"
  3. version.workspace = true
  4. edition.workspace = true
  5. documentation.workspace = true
  6. description.workspace = true
  7. license.workspace = true
  8. repository.workspace = true
  9. # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
  10. [dependencies]
  11. dora-node-api = { workspace = true }
  12. pyo3 = { workspace = true, features = ["eyre", "abi3-py37"] }
  13. eyre = "0.6"
  14. serde_yaml = "0.8.23"
  15. flume = "0.10.14"
  16. arrow = { workspace = true, features = ["pyarrow"] }
  17. arrow-schema = { workspace = true }
  18. aligned-vec = "0.5.0"
  19. futures = "0.3.28"
  20. futures-concurrency = "7.3.0"