# 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 = "mob_push" version = "0.2.1" authors = ["FrozenString"] description = "notify pusher using Mob Push" documentation = "https://docs.rs/mob_push" readme = "./readme.md" keywords = [ "MobPush", "Notify", ] license-file = "LICENSE" repository = "https://github.com/Enraged-Dun-Cookie-Development-Team/mob-push" [package.metadata.docs.rs] rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.async-trait] version = "0.1" [dependencies.md5] version = "0.7" [dependencies.once_cell] version = "1.13.0" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.tokio] version = "1" features = [ "sync", "time", "test-util", "macros", ] [dependencies.toml] version = "0.7.2" [dependencies.tracing] version = "0.1.37" [dependencies.typed-builder] version = "0.14.0" [dependencies.url] version = "2.3.1" features = ["serde"] [dev-dependencies.futures-util] version = "0.3.21" [dev-dependencies.reqwest] version = "0.11"