# 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 = "2021" name = "wasmtime-component-macro" version = "22.0.0" authors = ["The Wasmtime Project Developers"] description = "Macros for deriving component interface types from Rust types" documentation = "https://docs.rs/wasmtime-component-macro/" keywords = [ "webassembly", "wasm", ] categories = ["wasm"] license = "Apache-2.0 WITH LLVM-exception" repository = "https://github.com/bytecodealliance/wasmtime" [lib] test = false doctest = false proc-macro = true [dependencies.anyhow] version = "1.0" [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1.0" [dependencies.syn] version = "2.0.25" features = ["extra-traits"] [dependencies.wasmtime-component-util] version = "=22.0.0" [dependencies.wasmtime-wit-bindgen] version = "=22.0.0" [dependencies.wit-parser] version = "0.209.1" [dev-dependencies.prettyplease] version = "0.2.19" [dev-dependencies.serde] version = "1.0.188" features = [ "alloc", "derive", ] default-features = false [dev-dependencies.serde_json] version = "1.0.80" [dev-dependencies.similar] version = "2.1.0" [dev-dependencies.tracing] version = "0.1.26" [features] async = [] std = ["wasmtime-wit-bindgen/std"] [lints.clippy] all = "allow" [lints.rust] trivial_numeric_casts = "warn" unstable_features = "warn" unused-lifetimes = "warn" unused_extern_crates = "warn" unused_import_braces = "warn"