# 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 = "pgboss" version = "0.1.0-rc1" authors = ["Pavel Mikhalkevich "] exclude = [ ".github", "docker", ".gitignore", "Makefile", ] description = "Rust implementation of PgBoss job queueing service" readme = "README.md" keywords = [ "pgboss", "postgres", "queue", "worker", "job", ] categories = ["asynchronous"] license = "MIT OR Apache-2.0" repository = "https://github.com/rustworthy/pgboss-rs.git" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.chrono] version = "0.4.38" features = ["serde"] [dependencies.log] version = "0.4.22" [dependencies.serde] version = "1.0.208" features = ["derive"] [dependencies.serde_json] version = "1.0.127" [dependencies.sqlx] version = "=0.8.2" features = [ "runtime-tokio", "postgres", "chrono", "uuid", ] [dependencies.thiserror] version = "1.0.63" [dependencies.uuid] version = "1.10.0" features = [ "v4", "serde", ] [dev-dependencies.lazy_static] version = "1.5.0" [dev-dependencies.sqlx] version = "0.8.0" features = [ "runtime-tokio", "postgres", "tls-rustls", ] [dev-dependencies.tokio] version = "1.39.2" features = [ "macros", "rt", ] [dev-dependencies.tokio-test] version = "0.4.4" [features] default = []