# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "kv-assets" version = "0.2.3" authors = ["stevelr "] description = "Serve static assets from Workers KV storage" homepage = "https://github.com/stevelr/kv-assets" documentation = "https://docs.rs/kv-assets" readme = "README.md" keywords = ["cloudflare", "workers", "kv", "http"] categories = ["web-programming::http-server", "command-line-utilities", "api-bindings"] license = "MIT OR Apache-2.0" repository = "https://github.com/stevelr/kv-assets" [[bin]] name = "kv-sync" path = "bin/kv-sync.rs" [dependencies.bincode] version = "1.3" [dependencies.bytes] version = "1.0" [dependencies.reqwest] version = "0.11" features = ["json"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0" [dev-dependencies.wasm-bindgen-test] version = "0.3" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.clap] version = "3.0.0-beta.2" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.failure] version = "0.1" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.indicatif] version = "0.15" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.wrangler] version = "1.13"