# 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-core" 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_core" path = "src/lib.rs" [[bin]] name = "generate_schema" path = "src/bin/generate_schema.rs" [dependencies.dora-message] version = "0.4.2" [dependencies.eyre] version = "0.6.8" [dependencies.log] version = "0.4.21" features = ["serde"] [dependencies.once_cell] version = "1.13.0" [dependencies.schemars] version = "0.8.19" [dependencies.serde] version = "1.0.136" features = ["derive"] [dependencies.serde-with-expand-env] version = "1.1.0" [dependencies.serde_json] version = "1.0.117" [dependencies.serde_yaml] version = "0.9.11" [dependencies.tokio] version = "1.24.1" features = [ "fs", "process", "sync", ] [dependencies.tracing] version = "0.1" [dependencies.uuid] version = "1.7" features = [ "serde", "v7", ] [dependencies.which] version = "5.0.0"