lightyear_utils 0.26.1

Utils shared by lightyear crates
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.88"
name = "lightyear_utils"
version = "0.26.1"
authors = ["Charles Bournhonesque <charlesbour@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Utils shared by lightyear crates"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/cBournhonesque/lightyear"

[package.metadata.docs.rs]
all-features = true

[features]
default = []
metrics = [
    "dep:metrics",
    "std",
]
std = [
    "bevy_ecs/std",
    "bevy_platform/std",
    "bevy_reflect/std",
]

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

[dependencies.bevy_ecs]
version = "0.18"
default-features = false

[dependencies.bevy_platform]
version = "0.18"
default-features = false

[dependencies.bevy_reflect]
version = "0.18"
default-features = false

[dependencies.bevy_utils]
version = "0.18"
features = ["debug"]
default-features = false

[dependencies.hashbrown]
version = "0.16"
default-features = false

[dependencies.metrics]
version = "0.24"
optional = true

[dependencies.paste]
version = "1.0"
default-features = false

[dependencies.seahash]
version = "4.1.0"

[dependencies.tracing]
version = "0.1.40"

[lints.clippy]
alloc_instead_of_core = "warn"
len_without_is_empty = "allow"
missing_transmute_annotations = "allow"
module_inception = "allow"
std_instead_of_alloc = "warn"
std_instead_of_core = "warn"
too_many_arguments = "allow"
type_complexity = "allow"

[lints.rust]
dead_code = "allow"
unused_variables = "allow"