[package]
edition = "2021"
name = "ltk_primitives"
version = "0.3.5"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Primitive types and helpers for League Toolkit"
readme = "README.md"
license = "MIT OR Apache-2.0"
[lib]
name = "ltk_primitives"
path = "src/lib.rs"
[dependencies.byteorder]
version = "1.5.0"
[dependencies.glam]
version = "0.27.0"
features = ["glam-assert"]
[dependencies.serde]
version = "1.0.204"
features = ["derive"]
optional = true
[dependencies.thiserror]
version = "1.0.60"
[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"