[dependencies.bevy_ecs]
version = "0.15"
[dependencies.hephae-utils-derive]
version = "0.7.2"
[lib]
name = "hephae_utils"
path = "src/lib.rs"
[lints.clippy]
too_many_arguments = "allow"
type_complexity = "allow"
[lints.rust.unexpected_cfgs]
check-cfg = ["cfg(docsrs_dep)"]
level = "allow"
priority = 0
[package]
authors = ["GlFolker"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Hephae's generic utility module."
edition = "2024"
license = "MIT OR Apache-2.0"
name = "hephae-utils"
readme = "README.md"
repository = "https://github.com/GlennFolker/hephae"
rust-version = "1.85"
version = "0.7.2"
[package.metadata.docs.rs]
all-features = true
cargo-args = ["-Zunstable-options", "-Zrustdoc-scrape-examples"]
rustc-args = ["--cfg", "docsrs_dep"]
rustdoc-args = ["-Zunstable-options", "--generate-link-to-definition"]