# 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-codegen" version = "0.1.0" authors = ["Cloudflare Workers Team "] description = "Functions to generate Rust code from various formats such as WIT." license = "Apache-2.0" repository = "https://github.com/cloudflare/workers-rs/tree/main/worker-codegen" resolver = "2" [package.metadata.release] release = false [lib] path = "src/lib.rs" [dependencies.anyhow] version = "1" [dependencies.convert_case] version = "0.6" [dependencies.prettyplease] version = "0.2" [dependencies.proc-macro2] version = "1.0.60" [dependencies.quote] version = "1.0.28" [dependencies.syn] version = "2.0.17" features = ["extra-traits"] [dependencies.wasm-bindgen] version = "0.2.91" [dependencies.wasm-bindgen-futures] version = "0.4.39" [dependencies.wasm-bindgen-macro-support] version = "0.2.91" [dependencies.wit-parser] version = "0.205"