# 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 = "libworker" version = "0.0.1" authors = ["Cloudflare Workers Team "] description = "Idiomatic framework / abstractions over `edgeworker-sys` FFI bindings." license = "Apache-2.0" repository = "https://github.com/cloudflare/workers-rs/tree/main/libworker" [dependencies.async-trait] version = "0.1.50" [dependencies.chrono] version = "0.4" default-features = false [dependencies.chrono-tz] version = "0.4" default-features = false [dependencies.edgeworker-sys] version = "0.0.1" [dependencies.futures] version = "0.3.16" [dependencies.http] version = "0.2.4" [dependencies.js-sys] version = "0.3.53" [dependencies.matchit] version = "0.4.2" [dependencies.serde] version = "1.0.126" features = ["derive"] [dependencies.serde_json] version = "1.0.64" [dependencies.url] version = "2.2.2" [dependencies.wasm-bindgen] version = "0.2.76" [dependencies.wasm-bindgen-futures] version = "0.4.24" [dependencies.worker-kv] version = "0.3.0"