zust-compiler 0.9.2

Compiler front-end and semantic lowering for the Zust scripting 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.85"
name = "zust-compiler"
version = "0.9.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Compiler front-end and semantic lowering for the Zust scripting language."
readme = false
keywords = [
    "zust",
    "compiler",
    "language",
]
categories = ["compilers"]
license = "Apache-2.0"
repository = "https://github.com/zhuchuanjing/zust"
resolver = "2"

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

[dependencies.anyhow]
version = "1.0.102"

[dependencies.dynamic]
version = "0.9.2"
package = "zust-dynamic"

[dependencies.indexmap]
version = "2.14.0"

[dependencies.log]
version = "0.4.29"

[dependencies.parser]
version = "0.9.2"
package = "zust-parser"

[dependencies.smol_str]
version = "0.3.6"

[dependencies.thiserror]
version = "2.0.18"