# 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.67" name = "backie" version = "0.9.0" authors = ["Rafael Caricio "] description = "Background task processing for Rust applications with Tokio, Diesel, and PostgreSQL." readme = "README.md" keywords = [ "async", "background", "task", "jobs", "queue", ] license = "MIT" repository = "https://github.com/rafaelcaricio/backie" [dependencies.async-trait] version = "0.1" [dependencies.chrono] version = "0.4" default-features = false [dependencies.diesel] version = "2.1" features = [ "serde_json", "chrono", "uuid", ] [dependencies.diesel-async] version = "0.3" features = [ "postgres", "bb8", ] optional = true [dependencies.diesel-derive-newtype] version = "2.0.0-rc.0" [dependencies.futures] version = "0.3" [dependencies.log] version = "0.4" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1.25" features = [ "rt", "time", "macros", "sync", ] [dependencies.uuid] version = "1.1" features = [ "v4", "serde", ] [dev-dependencies.itertools] version = "0.10" [features] async_postgres = ["diesel-async"] default = ["async_postgres"]