generic-lang-api 0.1.3

Plugin ABI and authoring API for the generic programming language
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"
rust-version = "1.88"
name = "generic-lang-api"
version = "0.1.3"
authors = ["Jan-Eric <janericnitschke@gmail.com"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Plugin ABI and authoring API for the generic programming language"
readme = "README.md"
keywords = [
    "programming-language",
    "generic",
]
categories = [
    "parser-implementations",
    "compilers",
]
license = "MIT"
repository = "https://github.com/JanEricNitschke/generic-lang"

[package.metadata.release]
tag-prefix = "generic-lang-api-"
shared-version = true
pre-release-commit-message = "Bump generic-lang-api to {{version}}"

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

[[test]]
name = "export_module"
path = "tests/export_module.rs"

[dependencies]