postmodern-cli 0.1.1

CLI for postmodern job queue management.
# 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 = "postmodern-cli"
version = "0.1.1"
authors = ["Marc Brinkmann <git@marcbrinkmann.de>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI for postmodern job queue management."
documentation = "https://docs.rs/postmodern"
readme = "README.md"
keywords = [
    "postgres",
    "job-queue",
    "cli",
    "database",
]
categories = [
    "command-line-utilities",
    "database",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/mbr/postmodern"

[[bin]]
name = "pm"
path = "src/main.rs"
doc = false

[dependencies.anyhow]
version = "1"

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

[dependencies.futures]
version = "0.3"

[dependencies.postmodern]
version = "0.1.1"

[dependencies.rmpv]
version = "1"
features = ["with-serde"]

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

[dependencies.serde-saphyr]
version = "0.0"

[dependencies.tabled]
version = "0.17"

[dependencies.terminal_size]
version = "0.4"

[dependencies.tokio]
version = "1"
features = [
    "sync",
    "time",
    "rt-multi-thread",
    "macros",
]

[dependencies.uuid]
version = "1"
features = ["v7"]

[dependencies.uuid-suffix]
version = "0.1.2"

[dev-dependencies.insta]
version = "=1.43.2"