# 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 = "cloudflare-workers-kv-sdk-rs" version = "0.1.2" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Unofficial Cloudflare Workers KV SDK for Rust-Lang" homepage = "https://github.com/GenshinMinecraft/cloudflare-workers-kv-sdk-rs" documentation = "https://github.com/GenshinMinecraft/cloudflare-workers-kv-sdk-rs" readme = "README.md" keywords = [ "cloudflare", "workers", "database", ] categories = [ "api-bindings", "asynchronous", "database", ] license = "WTFPL" repository = "https://github.com/GenshinMinecraft/cloudflare-workers-kv-sdk-rs" [lib] name = "cloudflare_workers_kv_sdk_rs" path = "src/lib.rs" [dependencies.log] version = "0.4.22" [dependencies.reqwest] version = "0.12.7" features = [ "json", "rustls-tls", ] default-features = false [dependencies.serde] version = "1.0.209" features = ["derive"] [dependencies.serde_json] version = "1.0.127"