# 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 = "aide-de-camp" version = "0.2.0" authors = ["Andrey Snow "] description = "Aide-De-Camp is a backend agnostic delayed job queue." documentation = "https://docs.rs/aide-de-camp" readme = "README.md" keywords = [ "job", "scheduler", "queue", ] license = "MIT OR Apache-2.0" repository = "https://github.com/zero-assumptions/aide-de-camp" resolver = "1" [package.metadata.release] pre-release-hook = [ "git-cliff", "-o", "CHANGELOG.md", "--tag", "{{version}}", ] [dependencies.anyhow] version = "1.0.53" [dependencies.async-trait] version = "0.1.52" [dependencies.bincode] version = "2.0.0-rc.1" [dependencies.bytes] version = "1.1.0" [dependencies.chrono] version = "0.4" [dependencies.futures] version = "0.3.25" [dependencies.rand] version = "0.8.5" optional = true [dependencies.thiserror] version = "1.0.30" [dependencies.tokio] version = "1" features = [ "time", "sync", ] [dependencies.tokio-util] version = "0.7.4" [dependencies.tracing] version = "0.1.30" [dependencies.xid] version = "1.0.0" [dev-dependencies.tokio] version = "1" features = [ "macros", "rt-multi-thread", ] [features] default = ["runner"] runner = [ "tokio/rt", "rand", ]