htl-core 0.6.1

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.6.1"
authors = ["Yutaka Nishimura"]
build = "build.rs"
include = [
    "src/**/*",
    "lua/**/*",
    "vendor/**/*",
    "build.rs",
]
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."
homepage = "https://github.com/ynishi/htl"
documentation = "https://docs.rs/htl-core"
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]
async = ["mlua/async"]
default = ["pkg"]
dts = ["dep:syn"]
ffi = []
pkg = [
    "dep:mlua-pkg",
    "dep:toml_edit",
]
std = ["dep:mlua-batteries"]

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

[dependencies.anyhow]
version = "1.0.104"

[dependencies.blake3]
version = "1"

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

[dependencies.mlua-batteries]
version = "0.7.2"
optional = true

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

[dependencies.semver]
version = "1.0.28"

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

[dependencies.serde_json]
version = "1"

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

[dependencies.toml]
version = "0.8"

[dependencies.toml_edit]
version = "0.22"
optional = true

[dependencies.walkdir]
version = "2.5.0"

[dev-dependencies.criterion]
version = "0.8"