# 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 = "apalis-core" version = "0.6.0-rc.8" authors = ["Njuguna Mureithi "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Core for apalis: simple, extensible multithreaded background processing for Rust" readme = "README.md" categories = ["concurrency"] license = "MIT" repository = "https://github.com/geofmureithi/apalis" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "apalis_core" path = "src/lib.rs" [dependencies.async-oneshot] version = "0.5.9" [dependencies.document-features] version = "0.2" optional = true [dependencies.futures] version = "0.3.30" features = ["async-await"] [dependencies.futures-timer] version = "3.0.3" optional = true [dependencies.pin-project-lite] version = "0.2.14" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1" optional = true [dependencies.thiserror] version = "1.0.59" [dependencies.tower] version = "0.4" features = ["util"] default-features = false [dependencies.ulid] version = "1.1.2" features = ["std"] default-features = false [dev-dependencies.tokio] version = "1.37.0" features = [ "macros", "rt", "sync", ] [dev-dependencies.tokio-stream] version = "0.1.15" [features] default = ["test-utils"] docsrs = ["document-features"] json = ["serde_json"] sleep = ["futures-timer"] test-utils = []