# 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 = "2018" name = "pshovr" version = "0.4.0" authors = ["Richo Healey "] description = "An opinionated wrapper for the v1 pushover api" readme = "README.md" license = "MIT" repository = "https://github.com/richo/pshovr" [dependencies.failure] version = "0.1.8" [dependencies.redacted_debug] version = "0.2.0" [dependencies.reqwest] version = "0.11.26" features = ["blocking"] [dependencies.serde] version = "1.0.197" features = ["derive"] [dev-dependencies.serde_json] version = "1.0.114" [dev-dependencies.tokio] version = "1.36.0" features = [ "rt", "macros", ] [features] async = []