grabapl_template_ffi 0.0.4

FFI bindings for a template grabapl semantics implementation.
Documentation
# 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 = "2024"
name = "grabapl_template_ffi"
version = "0.0.4"
authors = ["Niels Saurer <me@nielssaurer.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "FFI bindings for a template grabapl semantics implementation."
documentation = "https://docs.rs/grabapl_template_ffi/latest/grabapl_template_ffi/"
readme = "README.md"
categories = []
license = "MIT OR Apache-2.0"
resolver = "2"

[lib]
name = "grabapl_template_ffi"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

[dependencies.console_error_panic_hook]
version = "0.1.7"

[dependencies.diplomat]
version = "0.12.0"

[dependencies.diplomat-runtime]
version = "0.12.0"
features = ["log"]

[dependencies.error-stack]
version = "0.5"

[dependencies.grabapl]
version = "0.0.4"

[dependencies.log]
version = "0.4"

[dependencies.semantics]
version = "0.0.4"
package = "grabapl_template_semantics"

[dependencies.syntax]
version = "0.0.4"
package = "grabapl_syntax"

[dependencies.wasm-bindgen]
version = "0.2"