# 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 = "2018" name = "sqlxmq" version = "0.5.0" authors = ["Diggory Blake "] description = "A reliable job queue using PostgreSQL as a backing store" documentation = "https://docs.rs/sqlxmq" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/Diggsey/sqlxmq" [dependencies.anymap2] version = "0.13.0" [dependencies.chrono] version = "0.4.19" [dependencies.dotenv] version = "0.15.0" [dependencies.log] version = "0.4.14" [dependencies.serde] version = "1.0.124" [dependencies.serde_json] version = "1.0.64" [dependencies.sqlx] version = "0.7.1" features = [ "postgres", "chrono", "uuid", ] [dependencies.sqlxmq_macros] version = "0.5.0" [dependencies.tokio] version = "1.8.3" features = ["full"] [dependencies.uuid] version = "1.1.2" features = ["v4"] [dev-dependencies.dotenv] version = "0.15.0" [dev-dependencies.futures] version = "0.3.13" [dev-dependencies.pretty_env_logger] version = "0.4.0" [dev-dependencies.tokio] version = "1" features = ["full"] [features] default = ["runtime-tokio-native-tls"] runtime-tokio-native-tls = ["sqlx/runtime-tokio-native-tls"] runtime-tokio-rustls = ["sqlx/runtime-tokio-rustls"]