xuko 0.9.0

Rust utility library
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"
name = "xuko"
version = "0.9.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust utility library"
readme = "README.md"
keywords = [
    "gamedev",
    "utility",
]
license = "0BSD"

[features]
default = []
logger = ["dep:log"]
serde = ["dep:serde"]

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

[[example]]
name = "array"
path = "examples/array.rs"

[[example]]
name = "event"
path = "examples/event.rs"

[dependencies.log]
version = "0.4.29"
features = ["std"]
optional = true

[dependencies.num-bigint]
version = "0.4.6"

[dependencies.num-traits]
version = "0.2.19"

[dependencies.serde]
version = "1.0.219"
features = ["derive"]
optional = true

[dependencies.thiserror]
version = "2.0.14"

[dependencies.xuko-macros]
version = "0.9.0"