ltk_anim 0.3.9

Animation formats support for League Toolkit
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 = "ltk_anim"
version = "0.3.9"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Animation formats support for League Toolkit"
readme = "README.md"
license = "Apache-2.0"

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

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

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

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

[dependencies.bitflags]
version = "2.5.0"

[dependencies.bytemuck]
version = "1.14"
features = ["derive"]

[dependencies.byteorder]
version = "1.5.0"

[dependencies.glam]
version = "0.27.0"
features = ["glam-assert"]

[dependencies.ltk_hash]
version = "0.4.0"

[dependencies.ltk_io_ext]
version = "0.4.7"

[dependencies.num_enum]
version = "0.7.2"

[dependencies.thiserror]
version = "1.0.60"

[dev-dependencies.approx]
version = "0.5.1"

[dev-dependencies.insta]
version = "1.39.0"
features = ["ron"]

[lints.clippy.complexity]
level = "warn"
priority = -1

[lints.clippy.correctness]
level = "deny"
priority = -1

[lints.clippy.pedantic]
level = "allow"
priority = -1

[lints.clippy.perf]
level = "warn"
priority = -1

[lints.clippy.style]
level = "warn"
priority = -1

[lints.clippy.suspicious]
level = "deny"
priority = -1

[lints.rust]
warnings = "warn"