# 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 = "graphile_worker" version = "0.8.0" description = "High performance Rust/PostgreSQL job queue (also suitable for getting jobs generated by PostgreSQL triggers/functions out into a different work queue)" homepage = "https://docs.rs/graphile_worker" documentation = "https://docs.rs/graphile_worker" readme = "README.md" keywords = [] categories = [] license-file = "LICENSE.md" repository = "https://github.com/leo91000/graphile_worker" [dependencies.cfg-if] version = "1.0.0" [dependencies.chrono] version = "0.4.38" features = ["serde"] [dependencies.derive_builder] version = "0.20.0" [dependencies.futures] version = "0.3.30" [dependencies.getset] version = "0.1.2" [dependencies.graphile_worker_crontab_parser] version = "0.5.5" [dependencies.graphile_worker_crontab_runner] version = "0.5.6" default-features = false [dependencies.graphile_worker_crontab_types] version = "0.5.4" [dependencies.graphile_worker_ctx] version = "0.2.1" [dependencies.graphile_worker_extensions] version = "0.1.3" [dependencies.graphile_worker_job] version = "0.1.2" [dependencies.graphile_worker_migrations] version = "0.4.4" default-features = false [dependencies.graphile_worker_shutdown_signal] version = "0.3.2" [dependencies.graphile_worker_task_handler] version = "0.5.0" [dependencies.hex] version = "0.4.3" [dependencies.indoc] version = "2.0.5" [dependencies.num_cpus] version = "1.16.0" [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.serde_json] version = "1.0.117" [dependencies.sqlx] version = "0.7.4" features = [ "postgres", "json", "chrono", "macros", "runtime-tokio", ] default-features = false [dependencies.thiserror] version = "1.0.61" [dependencies.tokio] version = "1.37.0" features = [ "macros", "signal", ] [dependencies.tracing] version = "0.1.40" [dev-dependencies.tokio] version = "1.37.0" features = [ "macros", "rt-multi-thread", ] [dev-dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"] [dev-dependencies.uuid] version = "1.8.0" features = ["v7"] [features] default = ["tls-rustls"] tls-native-tls = [ "sqlx/tls-native-tls", "graphile_worker_crontab_runner/tls-native-tls", "graphile_worker_migrations/tls-native-tls", ] tls-rustls = [ "sqlx/tls-rustls", "graphile_worker_crontab_runner/tls-rustls", "graphile_worker_migrations/tls-rustls", ]