# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "dge-runtime" version = "0.2.0" authors = ["Incomplete "] description = "Crate for executing distributed computational graph" license = "MIT" repository = "https://github.com/qwfy/dge" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.fern] version = "0.6" [dependencies.futures] version = "0.3.14" [dependencies.lapin] version = "1.7.1" [dependencies.log] version = "0.4" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_with] version = "1.4.0" [dependencies.thiserror] version = "1.0.24" [dependencies.tokio] version = "1.5" features = ["full"] [dependencies.tokio-amqp] version = "1.0.0" [dependencies.tokio-postgres] version = "0.7.2" features = ["with-uuid-0_8"] [dependencies.tokio-util] version = "0.6.6"