resolute-cli 0.3.0

CLI for resolute: offline query cache and database migrations.
# 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"
rust-version = "1.85"
name = "resolute-cli"
version = "0.3.0"
authors = ["Josh Burgess <joshualoganburgess@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI for resolute: offline query cache and database migrations."
homepage = "https://github.com/joshburgess/resolute"
documentation = "https://docs.rs/resolute-cli"
readme = "README.md"
keywords = [
    "postgres",
    "postgresql",
    "migrations",
    "cli",
    "resolute",
]
categories = [
    "database",
    "command-line-utilities",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/joshburgess/resolute"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[[bin]]
name = "resolute-cli"
path = "src/main.rs"

[[test]]
name = "cli_test"
path = "tests/cli_test.rs"

[dependencies.clap]
version = "4"
features = [
    "derive",
    "env",
]

[dependencies.pg-wired]
version = "0.4.0"

[dependencies.proc-macro2]
version = "1"

[dependencies.resolute]
version = "0.5.0"
default-features = false

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

[dependencies.serde_json]
version = "1"

[dependencies.syn]
version = "2"
features = [
    "full",
    "visit",
    "parsing",
]

[dependencies.tokio]
version = "1"
features = [
    "rt",
    "net",
    "macros",
]

[dev-dependencies.tempfile]
version = "3"