byte-engine 0.1.0

A composable Rust game engine focused on graphics, input, audio, physics, and retained UI.
# 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.95.0"
name = "byte-engine"
version = "0.1.0"
authors = ["Facundo Villa <facundovilla961@gmail.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A composable Rust game engine focused on graphics, input, audio, physics, and retained UI."
homepage = "https://github.com/Game-Tek/Byte-Engine"
documentation = "https://docs.rs/byte-engine"
readme = "README.md"
keywords = [
    "game-engine",
    "graphics",
    "rendering",
    "ui",
    "audio",
]
categories = [
    "game-engines",
    "graphics",
    "rendering",
]
license = "MIT"
repository = "https://github.com/Game-Tek/Byte-Engine"

[features]
client = ["dep:betp"]
default = [
    "headed",
    "network",
]
dmx = ["dep:artnet_protocol"]
headed = [
    "dep:ahi",
    "dep:ghi",
    "dep:besl",
]
network = ["client"]
tracy = [
    "dep:tracing-log",
    "dep:tracing-tracy",
]

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

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

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

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

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

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

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

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

[dependencies.ahi]
version = "0.1.0"
optional = true
package = "byte-engine-ahi"

[dependencies.artnet_protocol]
version = "0.4.4"
optional = true

[dependencies.besl]
version = "0.1.0"
optional = true
package = "byte-engine-besl"

[dependencies.betp]
version = "0.1.0"
optional = true
package = "byte-engine-betp"

[dependencies.bitflags]
version = "2.11.1"

[dependencies.bumpalo]
version = "3"
features = [
    "allocator_api",
    "collections",
]

[dependencies.colored]
version = "3.0.0"

[dependencies.ctrlc]
version = "3.5.1"

[dependencies.downcast-rs]
version = "2.0.1"

[dependencies.dual_quaternion]
version = "0.3.0"

[dependencies.env_logger]
version = "0.11.10"

[dependencies.fontdue]
version = "0.9.3"

[dependencies.ghi]
version = "0.1.0"
optional = true
package = "byte-engine-ghi"

[dependencies.half]
version = "2.4.1"

[dependencies.hidapi]
version = "2.6.1"

[dependencies.log]
version = "0.4.26"

[dependencies.math]
version = "0.1.0"
package = "byte-engine-math"

[dependencies.mid]
version = "5.0.1"

[dependencies.oxhttp]
version = "0.3.1"
features = ["server"]
default-features = false

[dependencies.resource-management]
version = "0.1.0"
package = "byte-engine-resource-management"

[dependencies.serde]
version = "1.0.219"

[dependencies.serde_json]
version = "1.0.140"

[dependencies.smallvec]
version = "1.15.1"

[dependencies.tracing]
version = "0.1.41"

[dependencies.tracing-log]
version = "0.2.0"
optional = true

[dependencies.tracing-subscriber]
version = "0.3.20"
features = ["fmt"]

[dependencies.tracing-tracy]
version = "0.11.4"
optional = true

[dependencies.trotcast]
version = "0.5.0"

[dependencies.utils]
version = "0.1.0"
package = "byte-engine-utils"