# 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 = "dora-coordinator" version = "0.3.8" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "`dora` goal is to be a low latency, composable, and distributed data flow." documentation = "https://dora.carsmos.ai" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/dora-rs/dora/" [lib] name = "dora_coordinator" path = "src/lib.rs" [dependencies.ctrlc] version = "3.2.5" [dependencies.dora-core] version = "0.3.8" [dependencies.dora-message] version = "0.4.2" [dependencies.dora-tracing] version = "0.3.8" optional = true [dependencies.eyre] version = "0.6.7" [dependencies.futures] version = "0.3.21" [dependencies.futures-concurrency] version = "7.1.0" [dependencies.log] version = "0.4.21" features = ["serde"] [dependencies.names] version = "0.14.0" [dependencies.serde_json] version = "1.0.86" [dependencies.tokio] version = "1.24.2" features = ["full"] [dependencies.tokio-stream] version = "0.1.8" features = [ "io-util", "net", ] [dependencies.tracing] version = "0.1.36" [dependencies.uuid] version = "1.2.1" [features] default = ["tracing"] tracing = ["dep:dora-tracing"]