# 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 = "simple-task" version = "0.2.0" description = "A distributed task queue for learning Rust" homepage = "https://github.com/Xyc2016/simple-task" readme = "README.md" keywords = [ "task-queue", "distributed", ] categories = [ "concurrency", "parallelism", ] license = "MIT" repository = "https://github.com/Xyc2016/simple-task" [dependencies.anyhow] version = "1.0.72" [dependencies.async-trait] version = "0.1.72" [dependencies.env_logger] version = "0.10.0" [dependencies.log] version = "0.4.20" [dependencies.redis] version = "0.23.1" features = ["tokio-comp"] [dependencies.serde] version = "1.0.183" [dependencies.serde_json] version = "1.0.104" [dependencies.tokio] version = "1.29.1" features = ["full"] [dependencies.uuid] version = "1.4.1" features = ["v4"] [dependencies.yansi] version = "0.5.1"