# 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 = "2018" name = "sonya" version = "0.4.2" description = "Backends for your web queue cluster" readme = "../README.md" keywords = ["web-queue", "backend", "queue", "broadcast", "web"] categories = ["database", "database-implementations", "web-programming", "web-programming::websocket", "web-programming::http-server"] license = "MIT" repository = "https://github.com/Mnwa/sonya" [dependencies.actix] version = "0.12" [dependencies.actix-web] version = "4.0.0-beta.15" features = ["openssl"] [dependencies.actix-web-actors] version = "4.0.0-beta.8" [dependencies.async-stream] version = "0.3" [dependencies.derive_more] version = "0.99" [dependencies.etcd-client] version = "0.7" features = ["tls"] optional = true [dependencies.futures] version = "0.3" [dependencies.log] version = "0.4" [dependencies.serde] version = "1" [dependencies.serde_json] version = "1" [dependencies.sled] version = "0.34" [dependencies.sonya-meta] version = "0.4" [dependencies.tokio] version = "1" features = ["sync"] [dependencies.uuid] version = "0.8" features = ["v4"] [features] api = [] default = ["etcd", "api"] etcd = ["etcd-client"]