# 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 = "redismultiplexer" version = "1.0.7" authors = ["Juanmi Taboada "] description = "This is a program to transfer data from queues (push/pop) between different Redis server" homepage = "https://github.com/juanmitaboada/redismultiplexer" documentation = "https://github.com/juanmitaboada/redismultiplexer" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/juanmitaboada/redismultiplexer" resolver = "2" [package.metadata.deb] maintainer = "Juanmi Taboada " copyright = "2022, Juanmi Taboada " license-file = [ "LICENSE", "4", ] extended-description = "RedisMultiplexer will take care of your queues in Redis. The purpose is to move packages from a source queue to a target queue that may be or not be in the same server and port." depends = "$auto" section = "utility" priority = "optional" assets = [ [ "target/release/redismultiplexer", "usr/bin/", "755", ], [ "README.md", "usr/share/doc/redismultiplexer/README", "644", ], [ "etc/default.yaml-orig", "etc/redismultiplexer/", "644", ], [ "systemctl/redismultiplexer.service", "lib/systemd/system/", "644", ], [ "systemctl/redismultiplexer@.service", "lib/systemd/system/", "644", ], ] maintainer-scripts = "scripts/" changelog = "CHANGELOG" [dependencies.build-time] version = "0.1.1" [dependencies.chrono] version = "0.4.19" [dependencies.ctrlc] version = "3.2.2" [dependencies.dict] version = "0.1.5" [dependencies.redis] version = "0.19.0" features = [ "tls", "r2d2", ] [dependencies.regex] version = "1.5.6" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.82" [dependencies.serde_yaml] version = "0.8" [dependencies.thread_tryjoin] version = "0.3.0" [features] debug = []