zust 0.2.1

通用 zust 脚本运行器:zust <script.zs> [args...],把剩余参数以 ctx 形式传给 .zs 脚本。CLI 入口支持 main(ctx) 函数,ctx 含 script/function/cwd/args。
# 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 = "2021"
name = "zust"
version = "0.2.1"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "通用 zust 脚本运行器:zust <script.zs> [args...],把剩余参数以 ctx 形式传给 .zs 脚本。CLI 入口支持 main(ctx) 函数,ctx 含 script/function/cwd/args。"
homepage = "https://www.zust-lang.com"
documentation = "https://docs.rs/zust"
readme = false
keywords = [
    "zust",
    "scripting",
    "cli",
]
categories = ["command-line-utilities"]
license = "Apache-2.0"
repository = "https://github.com/zhuchuanjing/zust"

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

[dependencies.anyhow]
version = "1"

[dependencies.clap]
version = "4.6"
features = [
    "derive",
    "derive",
]

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

[dependencies.root]
version = "0.9.23"
package = "zust-root"

[dependencies.smol_str]
version = "0.3"

[dependencies.vm]
version = "0.9.103"
package = "zust-vm"