# 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 = "requeuest" version = "0.6.0" authors = ["Amanda Graven "] description = "Queue for HTTP requests using postgres as backing store" documentation = "https://docs.rs/requeuest" readme = "README.md" license = "AGPL-3.0-only" repository = "https://gitlab.com/famedly/company/backend/libraries/requeuest" resolver = "2" [dependencies.bincode] version = "1.3" [dependencies.http] version = "0.2" optional = true [dependencies.http-serde] version = "1.0" [dependencies.reqwest] version = "0.11" features = ["rustls-tls"] default_features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.sqlx] version = "0.6" features = [ "postgres", "chrono", "uuid", ] default_features = false [dependencies.sqlxmq] version = "=0.4.0" default-features = false [dependencies.tokio] version = "1.11" features = [ "sync", "parking_lot", ] [dependencies.typed-builder] version = "0.10.0" [dependencies.url] version = "2" features = ["serde"] [dependencies.uuid] version = "1.0" features = ["v4"] [dev-dependencies.color-eyre] version = "0.6" default_features = false [dev-dependencies.hyper] version = "0.14" features = [ "server", "runtime", "tcp", "http2", ] [dev-dependencies.ntest] version = "0.8" [dev-dependencies.sqlx] version = "0.6" features = [ "postgres", "chrono", "uuid", "runtime-tokio-rustls", ] default_features = false [dev-dependencies.sqlx-database-tester] version = "0.4" features = ["runtime-tokio"] [features] default = ["runtime-tokio-rustls"] runtime-actix-native-tls = ["sqlx/runtime-actix-native-tls"] runtime-actix-rustls = ["sqlx/runtime-actix-rustls"] runtime-async-std-native-tls = ["sqlx/runtime-async-std-native-tls"] runtime-async-std-rustls = ["sqlx/runtime-async-std-rustls"] runtime-tokio-native-tls = ["sqlx/runtime-tokio-native-tls"] runtime-tokio-rustls = ["sqlx/runtime-tokio-rustls"]