# 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 = "qstash-rs" version = "0.5.1" authors = ["Daniel Moretti "] build = false publish = true autobins = false autoexamples = false autotests = false autobenches = false description = "A Rust SDK for Upstash QStash" homepage = "https://github.com/DrSh4dow/qstash-rs" readme = "README.md" keywords = [ "upstash", "qstash", "async-queue", "sdk", "api", ] license = "MIT" repository = "https://github.com/DrSh4dow/qstash-rs" [lib] name = "qstash_rs" path = "src/lib.rs" [[test]] name = "client_test" path = "tests/client_test.rs" [dependencies.reqwest] version = "0.12.5" features = ["json"] [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.serde_json] version = "1.0.118" [dependencies.tracing] version = "0.1.40" [dev-dependencies.dotenvy] version = "0.15.7" [dev-dependencies.envy] version = "0.4.2" [dev-dependencies.tokio] version = "1.38.0" features = ["full"] [dev-dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"] [dev-dependencies.tracing-test] version = "0.2.5"