# 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" name = "gotify-rs" version = "0.1.0" description = "A wrapper for the Gotify API." homepage = "https://github.com/ethanhs/gotify-rs" documentation = "https://docs.rs/gotify-rs" readme = "README.md" license = "MIT" repository = "https://github.com/ethanhs/gotify-rs" [dependencies.anyhow] version = "1.0.71" [dependencies.async-trait] version = "0.1.68" optional = true [dependencies.reqwest] version = "0.11.18" features = [ "json", "stream", "blocking", ] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1.28.1" features = ["fs"] optional = true [dev-dependencies.httpmock] version = "0.6" [features] async = [ "async-trait", "tokio", ] default = ["async"]