mist-api 0.2.1-alpha.0

The Mist programming language module system
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 = "mist-api"
version = "0.2.1-alpha.0"
build = false
include = [
    ".mist/src/**",
    "Cargo.toml",
    "README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The Mist programming language module system"
readme = false
keywords = [
    "compiler",
    "language",
    "mist",
    "module-system",
]
categories = ["compilers"]
license = "Apache-2.0"
repository = "https://github.com/mist-go/mist"

[lib]
name = "mist_api"
path = ".mist/src/lib.rs"

[dependencies.cargo_metadata]
version = "0.23.1"

[dependencies.mist-codegen]
version = "0.2.1-alpha.0"

[dependencies.mist-parser]
version = "0.2.1-alpha.0"

[dependencies.serde]
version = "1.0.228"
features = ["serde_derive"]

[dependencies.serde_json]
version = "1.0.149"