mist-lang 0.3.0-alpha.0

The Mist programming language compiler
# 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 = "mist-lang"
version = "0.3.0-alpha.0"
build = false
include = [
    ".mist/src/**",
    "Cargo.toml",
    "README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
default-run = "mist"
description = "The Mist programming language compiler"
readme = "README.md"
keywords = [
    "compiler",
    "language",
    "mist",
    "lang",
]
categories = [
    "compilers",
    "command-line-interface",
    "development-tools",
    "development-tools::build-utils",
]
license = "Apache-2.0"
repository = "https://github.com/mist-go/mist"

[[bin]]
name = "mist"
path = ".mist/src/main.rs"

[[bin]]
name = "mist-analyzer"
path = ".mist/src/analyzer.rs"

[dependencies.mist-analyzer]
version = "0.1.7-alpha.1"

[dependencies.mist-api]
version = "0.3.0-alpha.0"