# 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" name = "javy-plugin-api" version = "2.0.0" authors = ["The Javy Project Developers"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "APIs for Javy plugins" homepage = "https://github.com/bytecodealliance/javy/tree/main/crates/javy-plugin-api" readme = "README.md" categories = ["wasm"] license = "Apache-2.0 WITH LLVM-exception" repository = "https://github.com/bytecodealliance/javy/tree/main/crates/javy-plugin-api" [lib] name = "javy_plugin_api" path = "src/lib.rs" [dependencies.anyhow] version = "1.0" [dependencies.javy] version = "3.1.0" features = ["export_alloc_fns"] [features] json = ["javy/json"]