63 lines
1.4 KiB
TOML
63 lines
1.4 KiB
TOML
|
|
# 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 = "2024"
|
||
|
|
name = "wit-bindgen-rust-macro"
|
||
|
|
version = "0.51.0"
|
||
|
|
authors = ["Alex Crichton <alex@alexcrichton.com>"]
|
||
|
|
build = "build.rs"
|
||
|
|
autolib = false
|
||
|
|
autobins = false
|
||
|
|
autoexamples = false
|
||
|
|
autotests = false
|
||
|
|
autobenches = false
|
||
|
|
description = """
|
||
|
|
Procedural macro paired with the `wit-bindgen` crate.
|
||
|
|
"""
|
||
|
|
homepage = "https://github.com/bytecodealliance/wit-bindgen"
|
||
|
|
readme = false
|
||
|
|
license = "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT"
|
||
|
|
repository = "https://github.com/bytecodealliance/wit-bindgen"
|
||
|
|
resolver = "2"
|
||
|
|
|
||
|
|
[features]
|
||
|
|
async = []
|
||
|
|
|
||
|
|
[lib]
|
||
|
|
name = "wit_bindgen_rust_macro"
|
||
|
|
path = "src/lib.rs"
|
||
|
|
test = false
|
||
|
|
doctest = false
|
||
|
|
proc-macro = true
|
||
|
|
|
||
|
|
[dependencies.anyhow]
|
||
|
|
version = "1.0.72"
|
||
|
|
|
||
|
|
[dependencies.prettyplease]
|
||
|
|
version = "0.2.20"
|
||
|
|
|
||
|
|
[dependencies.proc-macro2]
|
||
|
|
version = "1.0"
|
||
|
|
|
||
|
|
[dependencies.quote]
|
||
|
|
version = "1"
|
||
|
|
|
||
|
|
[dependencies.syn]
|
||
|
|
version = "2.0.89"
|
||
|
|
features = ["printing"]
|
||
|
|
|
||
|
|
[dependencies.wit-bindgen-core]
|
||
|
|
version = "0.51.0"
|
||
|
|
|
||
|
|
[dependencies.wit-bindgen-rust]
|
||
|
|
version = "0.51.0"
|