league-toolkit 0.2.16

Toolkit library for serializing and editing various League of Legends formats
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 = "2021"
name = "league-toolkit"
version = "0.2.16"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Toolkit library for serializing and editing various League of Legends formats"
readme = "README.md"
license = "MIT OR Apache-2.0"

[features]
anim = ["dep:ltk_anim"]
default = [
    "anim",
    "file",
    "mesh",
    "meta",
    "primitives",
    "texture",
    "wad",
    "hash",
]
file = ["dep:ltk_file"]
hash = ["dep:ltk_hash"]
mesh = ["dep:ltk_mesh"]
meta = ["dep:ltk_meta"]
primitives = ["dep:ltk_primitives"]
serde = [
    "ltk_wad/serde",
    "ltk_file/serde",
    "ltk_meta/serde",
]
texture = ["dep:ltk_texture"]
wad = ["dep:ltk_wad"]

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

[dependencies.ltk_anim]
version = "0.3.2"
optional = true

[dependencies.ltk_file]
version = "0.2.8"
optional = true

[dependencies.ltk_hash]
version = "0.2.5"
optional = true

[dependencies.ltk_mesh]
version = "0.4.1"
optional = true

[dependencies.ltk_meta]
version = "0.3.5"
optional = true

[dependencies.ltk_primitives]
version = "0.3.2"
optional = true

[dependencies.ltk_texture]
version = "0.4.4"
optional = true

[dependencies.ltk_wad]
version = "0.2.11"
optional = true