# 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 = "upstash-redis-rs" version = "0.1.2" authors = ["Jinser Kafak "] description = "A upstash redis API client." homepage = "https://github.com/jetjinser/upstash-redis-rs" documentation = "https://docs.rs/upstash-redis-rs" readme = "README.md" keywords = [ "upstash", "upstash-api", "redis", ] categories = ["web-programming::http-client"] license = "Apache-2.0/MIT" repository = "https://github.com/jetjinser/upstash-redis-rs.git" [[example]] name = "basic" [dependencies.async-trait] version = "0.1.68" [dependencies.paste] version = "1.0.12" [dependencies.reqwest] version = "0.11.17" features = ["json"] [dependencies.serde] version = "1.0.160" features = ["derive"] [dependencies.serde_json] version = "1.0.96" [dependencies.thiserror] version = "1.0.40" [dependencies.url] version = "2.3.1" [dev-dependencies.anyhow] version = "1.0.71" [dev-dependencies.tokio] version = "1.28.0" features = [ "macros", "rt-multi-thread", ]