mrubyedge-cli 1.1.0

mruby/edge cli endpoint - run, compile to wasm, etc.
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 = "mrubyedge-cli"
version = "1.1.0"
authors = ["Uchio Kondo <udzura@udzura.jp>"]
build = false
include = [
    "**/*.rs",
    "Cargo.toml",
    "templates/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "mruby/edge cli endpoint - run, compile to wasm, etc."
readme = "README.md"
license = "BSD-3-Clause"
resolver = "2"

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

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

[dependencies.askama]
version = "0.12.1"

[dependencies.clap]
version = "4.5"
features = ["derive"]

[dependencies.mruby-compiler2-sys]
version = "0.2.2"

[dependencies.mrubyedge]
version = "1.1.0"
features = [
    "default",
    "mruby-random",
    "mruby-regexp",
]

[dependencies.nom]
version = "7.1.3"

[dependencies.rand]
version = "0.9.2"

[dev-dependencies.syn]
version = "2.0"
features = [
    "full",
    "parsing",
]