# 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 = "pio-command-line-client" version = "0.2.1" authors = ["Kevin Wheelans "] description = "A command line tool to send notifications to a pass-it-on server" homepage = "https://github.com/kwheelans/pio-command-line-client" documentation = "https://docs.rs/crate/pio-command-line-client" readme = "README.md" keywords = [ "pass-it-on", "client", ] license = "MIT" repository = "https://github.com/kwheelans/pio-command-line-client" [profile.release] lto = true codegen-units = 1 [dependencies.clap] version = "4" features = ["derive"] [dependencies.log] version = "0.4" [dependencies.pass-it-on] version = "0.13" features = [ "client", "http-client", "pipe-client", "parse-cfg", ] default-features = false [dependencies.simple_logger] version = "4" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = [ "sync", "macros", "rt-multi-thread", ]