# 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" rust-version = "1.70.0" name = "rsrq" version = "1.1.0" authors = ["Aaron Mussig "] description = "A minimal Redis-backed job queue." readme = "README.md" license = "GPL-3.0" repository = "https://github.com/aaronmussig/rsrq" [profile.release] opt-level = 3 lto = true codegen-units = 1 strip = true [dependencies.chrono] version = "0.4.30" [dependencies.clap] version = "4.4.2" features = ["derive"] [dependencies.env_logger] version = "0.10.0" [dependencies.hostname] version = "0.3.1" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.20" [dependencies.md5] version = "0.7.0" [dependencies.redis] version = "0.23.3" features = [ "aio", "tokio-comp", "connection-manager", ] [dependencies.regex] version = "1.9.5" [dependencies.serde_json] version = "1.0.106" [dependencies.tempfile] version = "3.8.0" [dependencies.terminal_size] version = "0.2.6" [dependencies.tokio] version = "1.32.0" features = ["full"] [dependencies.tokio-util] version = "0.7.8"