[package] name = "dge-runtime" version = "0.2.0" authors = ["Incomplete "] edition = "2018" description = "Crate for executing distributed computational graph" license = "MIT" repository = "https://github.com/qwfy/dge" [dependencies] tokio = { version = "1.5", features = ["full"] } tokio-util = "0.6.6" tokio-postgres = { version = "0.7.2", features = ["with-uuid-0_8"] } futures = "0.3.14" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" serde_with = "1.4.0" fern = "0.6" log = "0.4" lapin = "1.7.1" tokio-amqp = "1.0.0" thiserror = "1.0.24" chrono = { version = "0.4", features = ["serde"] }