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.
|
- [package]
- name = "dora-node-api"
- version = "0.1.0"
- edition = "2021"
- license = "Apache-2.0"
-
- # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
-
- [dependencies]
- async-trait = "0.1.53"
- eyre = "0.6.7"
- futures = "0.3.21"
- futures-concurrency = "2.0.3"
- futures-time = "1.0.0"
- serde = { version = "1.0.136", features = ["derive"] }
- serde_yaml = "0.8.23"
- thiserror = "1.0.30"
- tokio-stream = "0.1.8"
- tracing = "0.1.33"
- uuid = "0.8.2"
- zenoh = { git = "https://github.com/eclipse-zenoh/zenoh.git" }
- zenoh-config = { git = "https://github.com/eclipse-zenoh/zenoh.git" }
-
- [dev-dependencies]
- tokio = { version = "1.17.0", features = ["rt"] }
|