axum-webtools-pgsql-migrate 0.1.35

General purpose migrate sql for axum web framework.
# 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 = "axum-webtools-pgsql-migrate"
version = "0.1.35"
authors = ["Jonatan Lemes"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "General purpose migrate sql for axum web framework."
homepage = "https://github.com/jonatansalemes/axum-webtools.git"
documentation = "https://docs.rs/axum-webtools"
readme = "README.md"
keywords = [
    "axum",
    "pgsql",
    "sqlx",
    "tx",
    "migrate",
]
categories = ["web-programming"]
license = "Apache-2.0"
repository = "https://github.com/jonatansalemes/axum-webtools.git"

[features]
mock_jwt = []

[[bin]]
name = "pgsql-migrate"
path = "src/main.rs"

[dependencies.clap]
version = "4.5"
features = ["derive"]

[dependencies.sha2]
version = "0.10.9"

[dependencies.sqlx]
version = "0.8.6"
features = [
    "postgres",
    "runtime-tokio",
]

[dependencies.tokio]
version = "1.49.0"
features = ["full"]