htl-core 0.1.16

Engine of htl (Holistic Typed Lua): Teal check / gen / lint / fmt / test / bundle on an embedded mlua state. Use the `htl` crate.
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.88"
name = "htl-core"
version = "0.1.16"
authors = ["Yutaka Nishimura"]
build = false
include = [
    "src/**/*",
    "lua/**/*",
    "vendor/**/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Engine of htl (Holistic Typed Lua): Teal check / gen / lint / fmt / test / bundle on an embedded mlua state. Use the `htl` crate."
readme = "README.md"
keywords = [
    "lua",
    "teal",
    "mlua",
    "typed",
    "scripting",
]
categories = [
    "development-tools",
    "game-development",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/ynishi/htl"

[features]
default = ["pkg"]
dts = ["dep:syn"]
pkg = ["dep:mlua-pkg"]

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

[dependencies.anyhow]
version = "1.0.104"

[dependencies.mlua]
version = "0.12.1"
features = [
    "lua54",
    "vendored",
    "error-send",
]

[dependencies.mlua-pkg]
version = "0.9.0"
optional = true

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.syn]
version = "2"
features = ["full"]
optional = true

[dependencies.toml]
version = "0.8"

[dependencies.walkdir]
version = "2.5.0"