[package] name = "ultrahook" version = "0.1.2" edition = "2021" description = "A client for recieving webhooks from UltraHook" repository = "https://github.com/OxIonics/ultrahook_rs" license = "MIT" keywords = ["webhooks"] categories = ["web-programming"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] reqwest = { version = "^0.11.10", features = ["json"] } futures = "^0.3.21" serde = { version = "^1.0.136", features = ["derive"]} serde_json = "^1.0.79" base64 = "^0.13.0" thiserror = "^1.0.30" [dev-dependencies] tokio = { version = "1.17.0", features = ["rt", "macros"] } [[example]] name = "print"