[package]
name = "mist-api"
version = "0.3.0-alpha.0"
edition = "2024"
description = "The Mist programming language module system"
license = "Apache-2.0"
repository = "https://github.com/mist-go/mist"
keywords = ["compiler", "language", "mist", "module-system"]
categories = ["compilers"]
include = [
".mist/src/**",
"Cargo.toml",
"README.md",
]
[dependencies]
serde = { version = "1.0.228", features = ["serde_derive"] }
serde_json = "1.0.149"
cargo_metadata = "0.23.1"
mist-parser = { workspace = true }
mist-codegen = { workspace = true }
[lib]
name = "mist_api"
path = ".mist/src/lib.rs"