graphile_worker_admin_api 0.1.0

Shared Graphile Worker admin API contracts and queries
Documentation
# 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_admin_api"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared Graphile Worker admin API contracts and queries"
homepage = "https://docs.rs/graphile_worker"
documentation = "https://docs.rs/graphile_worker"
readme = false
keywords = [
    "jobs",
    "queue",
    "postgres",
    "admin",
]
categories = [
    "web-programming",
    "database",
]
license = "MIT"
repository = "https://github.com/leo91000/graphile_worker_rs"

[features]
default = []
sqlx = ["dep:sqlx"]

[lib]
name = "graphile_worker_admin_api"
path = "src/lib.rs"

[dependencies.chrono]
version = "0.4.45"
features = ["serde"]

[dependencies.graphile_worker_database]
version = "0.1.3"
default-features = false

[dependencies.indoc]
version = "2.0.7"

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.150"

[dependencies.sqlx]
version = "0.9.0"
features = [
    "chrono",
    "postgres",
    "json",
    "macros",
    "postgres",
]
optional = true
default-features = false

[dependencies.thiserror]
version = "2.0.18"

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

[dev-dependencies.tokio]
version = "1.52.3"
features = [
    "macros",
    "rt-multi-thread",
]