aviutl2-alias 0.15.1

AviUtl2のエイリアスデータを操作するためのライブラリ
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 = "aviutl2-alias"
version = "0.15.1"
authors = ["Nanashi. <sevenc7c.com>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "AviUtl2のエイリアスデータを操作するためのライブラリ"
readme = "README.md"
categories = ["data-structures"]
license = "MIT"
repository = "https://github.com/sevenc-nanashi/aviutl2-rs"

[features]
default = []

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

[dependencies.duplicate]
version = "2.0.1"

[dependencies.indexmap]
version = "2.12.0"

[dependencies.thiserror]
version = "2.0.17"

[dev-dependencies.insta]
version = "1.43.2"

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