worker-bindings 2.1.0

Bindings in wrangler.toml to Rust struct
Documentation
[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.syn]
features = ["full"]
version = "2.0"

[dependencies.toml]
default-features = false
features = ["parse"]
version = "0.8"

[lib]
name = "worker_bindings"
path = "src/lib.rs"
proc-macro = true

[package]
authors = ["kanarus <kanarus786@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["rust-patterns", "web-programming::http-server", "network-programming", "wasm"]
description = "Bindings in wrangler.toml to Rust struct"
documentation = "https://docs.rs/worker-bindings"
edition = "2021"
homepage = "https://crates.io/crates/worker-bindings"
keywords = ["cloudflare", "workers", "serverless", "wasm"]
license = "MIT"
name = "worker-bindings"
readme = "README.md"
repository = "https://github.com/ohkami-rs/worker-bindings"
version = "2.1.0"