wow-sharedmedia 0.4.2

Rust library for managing World of Warcraft SharedMedia (LibSharedMedia-3.0) assets — fonts, textures, sounds, borders, and statusbars
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.95.0"
name = "wow-sharedmedia"
version = "0.4.2"
build = "build.rs"
include = [
    "src/**/*",
    "templates/**/*",
    "vendor/**/*",
    "README.md",
    "LICENSE",
    "Cargo.toml",
    "build.rs",
    "vendor.lock.json",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust library for managing World of Warcraft SharedMedia (LibSharedMedia-3.0) assets — fonts, textures, sounds, borders, and statusbars"
homepage = "https://github.com/fang2hou/wow-sharedmedia"
documentation = "https://docs.rs/wow-sharedmedia"
readme = "README.md"
keywords = [
    "wow",
    "sharedmedia",
    "addon",
    "libsharedmedia",
    "media",
]
categories = [
    "game-development",
    "multimedia",
]
license = "MIT"
repository = "https://github.com/fang2hou/wow-sharedmedia"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--generate-link-to-definition"]

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

[dependencies.base64]
version = "0.22"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.image]
version = "0.25"
features = [
    "tga",
    "webp",
    "png",
    "jpeg",
]
default-features = false

[dependencies.mlua]
version = "0.10"
features = [
    "luajit",
    "vendored",
]

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.symphonia]
version = "0.5"
features = [
    "mp3",
    "wav",
    "flac",
    "isomp4",
    "aac",
]

[dependencies.thiserror]
version = "2"

[dependencies.ttf-parser]
version = "0.25"

[dependencies.uuid]
version = "1"
features = [
    "v4",
    "serde",
]

[dependencies.vorbis_rs]
version = "0.5"

[dependencies.wow-blp]
version = "0.6"

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