# 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.70" name = "pass-it-on-cli" version = "0.6.1" authors = ["Kevin Wheelans "] build = 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" [profile.release] lto = true codegen-units = 1 [[bin]] name = "pass-it-on-cli" path = "src/main.rs" [dependencies.clap] version = "4" features = ["derive"] [dependencies.directories] version = "5" [dependencies.pass-it-on] version = "0.16" 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" [features] rustls-tls-native-roots = ["pass-it-on/rustls-tls-native-roots"]