[package] name = "upstash-qstash" version = "0.3.0" edition = "2021" description = "Unofficial Rust client for Upstash QStash" authors = ["Arjun Komath "] license = "MIT OR Apache-2.0" repository = "https://github.com/arjunkomath/upstash-qstash-rust" documentation = "https://docs.rs/upstash-qstash" keywords = ["upstash", "qstash", "client"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] reqwest = { version = "0.11.18", features = ["json"] } url = "2.3.1" serde = { version = "1.0.160", features = ["derive"] } serde_json = "1.0.96" thiserror = "1.0.40"