# 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 = "pushover" version = "0.4.0" authors = ["Steven Blake "] description = "A wrapper for the Pushover API." homepage = "https://github.com/sb89/pushover" documentation = "https://docs.rs/pushover" keywords = [ "pushover", "notification", "api", "wrapper", ] license = "MIT" repository = "https://github.com/sb89/pushover.git" [dependencies.error-chain] version = "0.12.4" [dependencies.reqwest] version = "0.10.7" features = [ "blocking", "json", ] [dependencies.serde] version = "1.0.115" features = ["derive"] [dependencies.serde_json] version = "1.0.57" [dependencies.tokio-core] version = "0.1.17" [dependencies.tokio-test] version = "0.2.1" [dependencies.url] version = "2.1.1" [dependencies.urlencoding] version = "1.1.1" [dev-dependencies.mockito] version = "0.27.0"