wasmtime-c-api-impl 25.0.3

C API to expose the Wasmtime runtime
Documentation
[dependencies.anyhow]
default-features = false
version = "1.0.22"

[dependencies.cap-std]
optional = true
version = "3.4.1"

[dependencies.env_logger]
optional = true
version = "0.10"

[dependencies.futures]
default-features = false
optional = true
version = "0.3.27"

[dependencies.log]
default-features = false
version = "0.4.8"

[dependencies.once_cell]
default-features = false
version = "1.12.0"

[dependencies.tokio]
features = ["rt", "time", "fs"]
optional = true
version = "1.30.0"

[dependencies.tracing]
version = "0.1.26"

[dependencies.wasmtime]
default-features = false
features = ["runtime", "gc", "std"]
version = "25.0.3"

[dependencies.wasmtime-c-api-macros]
version = "=25.0.3"

[dependencies.wasmtime-wasi]
default-features = false
features = ["preview1"]
optional = true
version = "25.0.3"

[dependencies.wat]
optional = true
version = "1.217.0"

[features]
addr2line = ["wasmtime/addr2line"]
async = ["wasmtime/async", "futures"]
cache = ["wasmtime/cache"]
coredump = ["wasmtime/coredump"]
cranelift = ["wasmtime/cranelift"]
demangle = ["wasmtime/demangle"]
disable-logging = ["log/max_level_off", "tracing/max_level_off"]
gc = ["wasmtime/gc"]
logging = ["dep:env_logger"]
parallel-compilation = ["wasmtime/parallel-compilation"]
profiling = ["wasmtime/profiling"]
threads = ["wasmtime/threads"]
wasi = ["cap-std", "wasmtime-wasi", "tokio"]
winch = ["wasmtime/winch"]

[lib]
doctest = false
name = "wasmtime_c_api"
path = "src/lib.rs"
test = false

[lints.clippy]
clone_on_copy = "warn"
manual_strip = "warn"
map_clone = "warn"
uninlined_format_args = "warn"
unnecessary_to_owned = "warn"

[lints.clippy.all]
level = "allow"
priority = -1

[lints.rust]
trivial_numeric_casts = "warn"
unstable_features = "warn"
unused-lifetimes = "warn"
unused_extern_crates = "warn"
unused_import_braces = "warn"

[package]
authors = ["The Wasmtime Project Developers"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = "build.rs"
description = "C API to expose the Wasmtime runtime"
edition = "2021"
include = ["include", "src", "build.rs", "CMakeLists.txt", "cmake", "doxygen.conf.in"]
license = "Apache-2.0 WITH LLVM-exception"
links = "wasmtime-c-api"
name = "wasmtime-c-api-impl"
readme = "README.md"
repository = "https://github.com/bytecodealliance/wasmtime"
rust-version = "1.78.0"
version = "25.0.3"