# 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" version = "0.4.0" authors = ["d-k-bo "] description = "Idiomatic client for the Gotify API" readme = "README.md" keywords = [ "gotify", "notify", "notifications", "push-notifications", ] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/d-k-bo/gotify-rs" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.async-stream] version = "0.3.5" optional = true [dependencies.futures-util] version = "0.3.28" optional = true [dependencies.paste] version = "1.0.14" [dependencies.reqwest] version = "0.11.12" features = [ "json", "multipart", ] default-features = false [dependencies.serde] version = "1.0.145" features = ["derive"] [dependencies.serde_json] version = "1.0.86" [dependencies.thiserror] version = "1.0.37" [dependencies.time] version = "0.3.25" features = [ "serde", "parsing", "formatting", ] [dependencies.tokio-tungstenite] version = "0.20.0" optional = true [dependencies.url] version = "2.3.1" [dev-dependencies.eyre] version = "0.6.8" [dev-dependencies.futures-util] version = "0.3.28" [dev-dependencies.macro_rules_attribute] version = "0.2.0" [dev-dependencies.tokio] version = "1.21.2" features = [ "macros", "rt-multi-thread", "time", ] [dev-dependencies.zip] version = "0.6.6" features = ["deflate"] default-features = false [features] app = [] client = [ "manage-applications", "manage-clients", "manage-messages", "manage-plugins", "manage-users", "websocket", ] client-core = [] default = ["native-tls"] full = [ "app", "client", ] manage-applications = ["client-core"] manage-clients = ["client-core"] manage-messages = ["client-core"] manage-plugins = ["client-core"] manage-users = ["client-core"] native-tls = ["reqwest/native-tls"] rustls-tls = ["reqwest/rustls-tls"] websocket = [ "client-core", "dep:async-stream", "dep:futures-util", "dep:tokio-tungstenite", ]