[package]
edition = "2021"
name = "graphile_worker_migrations"
version = "0.4.13"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Migrations package for graphile_worker, a high performance Rust/PostgreSQL job queue"
homepage = "https://docs.rs/graphile_worker_migrations"
documentation = "https://docs.rs/graphile_worker_migrations"
readme = "README.md"
keywords = []
categories = []
license-file = "LICENSE.md"
repository = "https://github.com/leo91000/graphile_worker/crates/migrations"
[features]
default = ["tls-rustls"]
tls-native-tls = ["sqlx/tls-native-tls"]
tls-rustls = ["sqlx/tls-rustls"]
[lib]
name = "graphile_worker_migrations"
path = "src/lib.rs"
[dependencies.indoc]
version = "2.0.7"
[dependencies.sqlx]
version = "0.8.6"
features = [
"chrono",
"postgres",
"json",
"macros",
"runtime-tokio",
]
default-features = false
[dependencies.thiserror]
version = "2.0.18"
[dependencies.tracing]
version = "0.1.44"
[dev-dependencies.tokio]
version = "1.49.0"