graphile_worker_admin_ui 0.1.0

Embedded Leptos admin UI for graphile_worker
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_ui"
version = "0.1.0"
build = "build.rs"
include = [
    "/Cargo.toml",
    "/assets/**",
    "/build.rs",
    "/package-lock.json",
    "/package.json",
    "/prebuilt/**",
    "/src/**",
    "/tailwind.config.cjs",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Embedded Leptos admin UI for graphile_worker"
homepage = "https://docs.rs/graphile_worker"
documentation = "https://docs.rs/graphile_worker"
readme = false
keywords = [
    "jobs",
    "queue",
    "postgres",
    "admin",
    "leptos",
]
categories = [
    "web-programming",
    "database",
]
license = "MIT"
repository = "https://github.com/leo91000/graphile_worker_rs"

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

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.axum]
version = "0.8.9"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.base64]
version = "0.22.1"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.chrono]
version = "0.4.44"
features = ["serde"]

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.graphile_worker]
version = "0.12.0"
features = [
    "driver-sqlx",
    "runtime-tokio",
    "tls-rustls",
]
default-features = false

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.hex]
version = "0.4.3"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.indoc]
version = "2.0.7"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.leptos]
version = "0.8.19"
features = ["ssr"]

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.rand]
version = "0.10.1"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.serde]
version = "1.0.228"
features = ["derive"]

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.serde_json]
version = "1.0.149"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.sqlx]
version = "0.8.6"
features = [
    "chrono",
    "postgres",
    "json",
    "macros",
    "runtime-tokio",
    "tls-rustls",
]
default-features = false

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.subtle]
version = "2.6.1"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.thiserror]
version = "2.0.18"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.tokio]
version = "1.52.3"
features = ["net"]

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.tracing]
version = "0.1.44"