wasmer_compat 0.1.1

Library to check different projects for compatibility with the Wasmer ecosystem.
Documentation
[dependencies.anyhow]
version = "1.0.100"

[dependencies.reqwest]
default-features = false
features = ["blocking", "json", "rustls-tls"]
version = "0.12"

[dependencies.serde]
features = ["derive"]
version = "1.0.228"

[dependencies.serde_json]
version = "1"

[dependencies.toml]
version = "0.8"

[dev-dependencies.httpmock]
version = "0.7"

[dev-dependencies.tempfile]
version = "3"

[lib]
name = "wasmer_compat"
path = "src/lib.rs"

[package]
authors = ["Wasmer Engineering Team <engineering@wasmer.io>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Library to check different projects for compatibility with the Wasmer ecosystem."
edition = "2024"
license = "MIT OR Apache-2.0"
name = "wasmer_compat"
readme = false
repository = "https://github.com/wasmerio/wasmer-compat"
resolver = "2"
version = "0.1.1"