pass-it-on-cli 0.7.1

A command line tool to send notifications to a pass-it-on server
# 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 = "2024"
name = "pass-it-on-cli"
version = "0.7.1"
authors = ["Kevin Wheelans <kevin.wheelans@proton.me>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A command line tool to send notifications to a pass-it-on server"
homepage = "https://github.com/kwheelans/pass-it-on-cli"
documentation = "https://docs.rs/crate/pass-it-on-cli"
readme = "README.md"
keywords = [
    "pass-it-on",
    "client",
]
license = "MIT"
repository = "https://github.com/kwheelans/pass-it-on-cli"

[[bin]]
name = "pass-it-on-cli"
path = "src/main.rs"

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

[dependencies.directories]
version = "6"

[dependencies.pass-it-on]
version = "0.17"
features = [
    "client",
    "http-client",
    "pipe-client",
    "parse-cfg",
]
default-features = false

[dependencies.thiserror]
version = "2"

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

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"

[profile.release]
lto = true
codegen-units = 1