Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
bytecodealliance
GitHub Repository: bytecodealliance/wasmtime
Path: blob/main/crates/c-api-macros/Cargo.toml
1692 views
1
[package]
2
name = "wasmtime-internal-c-api-macros"
3
version.workspace = true
4
authors = ["The Wasmtime Project Developers"]
5
license = "Apache-2.0 WITH LLVM-exception"
6
edition.workspace = true
7
rust-version.workspace = true
8
description = "INTERNAL: Support macros for `wasmtime-c-api`"
9
repository = "https://github.com/bytecodealliance/wasmtime"
10
11
[lints]
12
workspace = true
13
14
[lib]
15
proc-macro = true
16
test = false
17
doctest = false
18
19
[dependencies]
20
quote = { workspace = true }
21
proc-macro2 = { workspace = true }
22
23