jugar 0.1.2

WASM-native universal game engine - entry point
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 = "2021"
rust-version = "1.75.0"
name = "jugar"
version = "0.1.2"
authors = ["PAIML Team"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "WASM-native universal game engine - entry point"
readme = false
keywords = [
    "game-engine",
    "wasm",
    "webgpu",
    "ecs",
    "gamedev",
]
categories = [
    "game-engines",
    "wasm",
    "graphics",
    "no-std",
]
license = "MIT"
repository = "https://github.com/paiml/jugar"

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

[[test]]
name = "e2e"
path = "tests/e2e.rs"

[dependencies.glam]
version = "0.29"
features = [
    "bytemuck",
    "serde",
]

[dependencies.jugar-ai]
version = "0.1"

[dependencies.jugar-audio]
version = "0.1"

[dependencies.jugar-core]
version = "0.1"

[dependencies.jugar-input]
version = "0.1"

[dependencies.jugar-physics]
version = "0.1"

[dependencies.jugar-procgen]
version = "0.1"

[dependencies.jugar-render]
version = "0.1"

[dependencies.jugar-ui]
version = "0.1"

[dependencies.log]
version = "0.4"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.thiserror]
version = "2.0"

[dev-dependencies.proptest]
version = "1.5"

[lints.clippy]
cast_possible_truncation = "allow"
cast_possible_wrap = "allow"
cast_precision_loss = "allow"
cast_sign_loss = "allow"
expect_used = "deny"
inefficient_to_string = "warn"
large_enum_variant = "warn"
large_stack_arrays = "warn"
module_name_repetitions = "allow"
panic = "deny"
similar_names = "allow"
std_instead_of_alloc = "warn"
std_instead_of_core = "warn"
unreachable = "deny"
unwrap_used = "deny"

[lints.clippy.nursery]
level = "warn"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust]
missing_debug_implementations = "warn"
missing_docs = "warn"
unsafe_code = "warn"
unused_must_use = "warn"
unused_results = "warn"