[dependencies.foldhash]
default-features = false
version = "0.1.3"
[dependencies.hashbrown]
default-features = false
features = ["equivalent", "raw-entry"]
optional = true
version = "0.15.1"
[dependencies.thread_local]
optional = true
version = "1.0"
[dependencies.tracing]
default-features = false
version = "0.1"
[dev-dependencies.static_assertions]
version = "1.1.0"
[features]
alloc = ["hashbrown"]
default = ["std", "serde"]
detailed_trace = []
serde = ["hashbrown/serde"]
std = ["alloc", "tracing/std", "foldhash/std", "dep:thread_local"]
[lib]
name = "obel_utils"
path = "src/lib.rs"
[lints.rust]
missing_docs = "warn"
unsafe_code = "deny"
unsafe_op_in_unsafe_fn = "warn"
unused_qualifications = "warn"
[lints.rust.unexpected_cfgs]
check-cfg = ["cfg(docsrs_dep)"]
level = "warn"
priority = 0
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["game-engines", "graphics", "gui", "rendering"]
description = "A collection of utils"
documentation = "https://docs.rs/obel"
edition = "2021"
homepage = "https://obelengine.org"
keywords = ["obel", "obel_app"]
license = "MIT OR Apache-2.0"
name = "obel_utils"
readme = "README.md"
repository = "https://github.com/obelengine/obel"
rust-version = "1.82.0"
version = "0.0.1"
[package.metadata.docs.rs]
workspace = true
[target.'cfg(target_arch = "wasm32")'.dependencies.getrandom]
features = ["js"]
version = "0.2.0"
[target.'cfg(target_arch = "wasm32")'.dependencies.web-time]
version = "1.1"