# 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" rust-version = "1.76" name = "externref" version = "0.3.0-beta.1" authors = ["Alex Ostrovski "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Low-cost reference type shims for WASM modules" readme = "README.md" keywords = [ "externref", "anyref", "wasm", ] categories = [ "wasm", "development-tools::ffi", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/slowli/externref" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "externref" path = "src/lib.rs" [[test]] name = "processor" path = "tests/processor.rs" required-features = ["processor"] [[test]] name = "version_match" path = "tests/version_match.rs" [dependencies.anyhow] version = "1.0.89" optional = true [dependencies.externref-macro] version = "=0.3.0-beta.1" optional = true [dependencies.tracing] version = "0.1.40" optional = true [dependencies.walrus] version = "0.22.0" optional = true [dev-dependencies.assert_matches] version = "1.5.0" [dev-dependencies.doc-comment] version = "0.3.3" [dev-dependencies.version-sync] version = "0.9.4" [dev-dependencies.wat] version = "1.217.0" [features] default = ["macro"] macro = ["externref-macro"] processor = [ "std", "anyhow", "walrus", ] std = [] [badges.maintenance] status = "experimental"