# 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 = "2018" name = "worker-kv" version = "0.8.0" authors = [ "Zeb Piasecki ", "Kevin Flansburg ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Rust bindings to Cloudflare Worker KV Stores." readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/cloudflare/workers-rs" resolver = "2" [package.metadata.release] release = false [lib] name = "worker_kv" path = "src/lib.rs" [dependencies.js-sys] version = "0.3.66" [dependencies.serde] version = "1.0.125" features = ["derive"] [dependencies.serde-wasm-bindgen] version = "0.5.0" [dependencies.serde_json] version = "1.0.64" [dependencies.thiserror] version = "1.0.29" [dependencies.wasm-bindgen] version = "0.2.91" [dependencies.wasm-bindgen-futures] version = "0.4.39" [dev-dependencies.fs_extra] version = "1.2.0" [dev-dependencies.reqwest] version = "0.11.8" features = ["json"] [dev-dependencies.tokio] version = "1.5.0" features = [ "rt", "macros", "rt-multi-thread", "test-util", "time", ]