graphile_worker_migrations 0.4.2

Migrations package for graphile_worker, a high performance Rust/PostgreSQL job queue
Documentation
[dependencies.indoc]
version = "2.0.4"

[dependencies.sqlx]
default-features = false
features = ["chrono", "postgres", "json", "macros", "runtime-tokio"]
version = "0.7.3"

[dependencies.thiserror]
version = "1.0.57"

[dependencies.tracing]
version = "0.1.40"
[dev-dependencies.tokio]
version = "1.36.0"

[features]
default = ["tls-rustls"]
tls-native-tls = ["sqlx/tls-native-tls"]
tls-rustls = ["sqlx/tls-rustls"]

[package]
categories = []
description = "Migrations package for graphile_worker, a high performance Rust/PostgreSQL job queue"
documentation = "https://docs.rs/graphile_worker_migrations"
edition = "2021"
homepage = "https://docs.rs/graphile_worker_migrations"
keywords = []
license-file = "LICENSE.md"
name = "graphile_worker_migrations"
readme = "README.md"
repository = "https://github.com/leo91000/graphile_worker/crates/migrations"
version = "0.4.2"