qala-compiler 0.1.1

Compiler and bytecode VM for the Qala 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.95.0"
name = "qala-compiler"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Compiler and bytecode VM for the Qala programming language"
homepage = "https://qala-lang.vercel.app"
documentation = "https://docs.rs/qala-compiler"
readme = "README.md"
keywords = [
    "compiler",
    "language",
    "interpreter",
    "vm",
    "wasm",
]
categories = [
    "compilers",
    "wasm",
    "parser-implementations",
]
license = "MIT"
repository = "https://github.com/Abdalla-Eldoumani/qala-lang"

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

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

[dependencies.serde-wasm-bindgen]
version = "0.6"

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

[dev-dependencies.wasm-bindgen-test]
version = "0.3"