# 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 = "postgres_queue" version = "0.1.0" authors = ["Felipe Coury "] description = "A library for managing and executing tasks in a PostgreSQL-backed queue" readme = "README.md" license = "MIT" repository = "https://github.com/fcoury/postgres_queue" [dependencies.chrono] version = "0.4.24" features = ["serde"] [dependencies.deadpool-postgres] version = "0.10.5" features = ["serde"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0.40" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tokio-postgres] version = "0.7" features = [ "with-chrono-0_4", "with-serde_json-1", ] [dependencies.url] version = "2.3.1"