aulua 0.7.0

AviUtl2 Lua script build & install tool
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 = "aulua"
version = "0.7.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "AviUtl2 Lua script build & install tool"
readme = "README.md"
keywords = ["aviutl"]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/karoterra/aviutl2-aulua"

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

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

[[test]]
name = "build_test"
path = "tests/build_test.rs"

[[test]]
name = "config_test"
path = "tests/config_test.rs"

[[test]]
name = "pack_test"
path = "tests/pack_test.rs"

[[test]]
name = "ui_control_test"
path = "tests/ui_control_test.rs"

[dependencies.anyhow]
version = "1.0.98"

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

[dependencies.regex]
version = "1.11.1"

[dependencies.schemars]
version = "1.0.4"

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

[dependencies.serde_json]
version = "1.0.140"

[dependencies.serde_yaml_ng]
version = "0.10.0"

[dependencies.thiserror]
version = "2.0.12"

[dependencies.zip]
version = "8.3.1"

[dev-dependencies.rstest]
version = "0.26.1"

[dev-dependencies.tempfile]
version = "3.20.0"