mabda 1.0.0

Mabda — GPU foundation layer for AGNOS (device, buffers, compute, textures)
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.89"
name = "mabda"
version = "1.0.0"
build = false
exclude = [
    ".claude/",
    ".github/",
    "docs/",
    "scripts/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Mabda — GPU foundation layer for AGNOS (device, buffers, compute, textures)"
homepage = "https://github.com/MacCracken/mabda"
documentation = "https://docs.rs/mabda"
readme = "README.md"
keywords = [
    "gpu",
    "wgpu",
    "compute",
    "graphics",
    "foundation",
]
categories = [
    "rendering",
    "graphics",
    "science",
]
license = "GPL-3.0-only"
repository = "https://github.com/MacCracken/mabda"

[features]
compute = []
default = ["full"]
full = [
    "graphics",
    "compute",
]
graphics = []

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

[[bench]]
name = "benchmarks"
path = "benches/benchmarks.rs"
harness = false

[dependencies.bytemuck]
version = "1"
features = ["derive"]

[dependencies.image]
version = "0.25"
features = [
    "png",
    "jpeg",
]
optional = true
default-features = false

[dependencies.pollster]
version = "0.4"

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

[dependencies.thiserror]
version = "2"

[dependencies.tracing]
version = "0.1"

[dependencies.wgpu]
version = "29"

[dev-dependencies.criterion]
version = "0.8"
features = ["html_reports"]

[dev-dependencies.serde_json]
version = "1"