# 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 = "quix" version = "0.0.6" authors = ["Michal Hornicky "] build = "build.rs" description = "Distribution layer for actix" license = "MIT" [dependencies.actix] version = "0.10" [dependencies.actix-codec] version = "0.3.0" [dependencies.actix-rt] version = "1.1.1" [dependencies.anyhow] version = "1.0.34" [dependencies.bytes] version = "0.5.6" [dependencies.derive] version = "0.0.6" package = "quix-derive" [dependencies.env_logger] version = "0.8.1" [dependencies.futures] version = "0.3.8" [dependencies.log] version = "0.4.11" [dependencies.prost] version = "0.6.1" features = [] [dependencies.serde] version = "1.0.117" [dependencies.tokio] version = "0.2" [dependencies.tokio-util] version = "=0.3.1" features = ["codec"] [dependencies.uuid] version = "0.8" features = ["v4"] [build-dependencies.quix-build] version = "0.0.6" package = "quix-build"