concinnity-render 0.18.67

GPU-free render preparation for the Concinnity engine
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.97"
name = "concinnity-render"
version = "0.18.67"
authors = ["Grant Wilkes <grant@concinnity.gg>"]
build = "build.rs"
include = [
    "/src",
    "/build.rs",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "GPU-free render preparation for the Concinnity engine"
homepage = "https://concinnity.gg"
readme = false
keywords = [
    "gamedev",
    "graphics",
    "rendering",
    "concinnity",
]
categories = [
    "game-engines",
    "rendering",
    "no-std",
]
license = "MIT"
repository = "https://github.com/concinnitygg/concinnity"
resolver = "2"

[features]
vulkan = ["concinnity-core/vulkan"]

[lib]
name = "concinnity_render"
crate-type = ["rlib"]
path = "src/lib.rs"

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

[dependencies.concinnity-core]
version = "0.18"

[dependencies.concinnity-memory]
version = "0.18"

[dependencies.hashbrown]
version = "0.15"

[dependencies.serde]
version = "1"
features = [
    "alloc",
    "derive",
]
default-features = false

[dependencies.thiserror]
version = "2.0.18"
default-features = false

[dev-dependencies.ciborium]
version = "0.2"

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

[build-dependencies.rayon]
version = "1"

[lints.clippy]
allow_attributes = "warn"
allow_attributes_without_reason = "warn"
dbg_macro = "warn"
empty_enum_variants_with_brackets = "warn"
infinite_loop = "warn"
lossy_float_literal = "warn"
mem_forget = "warn"
mixed_attributes_style = "warn"
todo = "warn"
undocumented_unsafe_blocks = "warn"
unimplemented = "warn"
unnecessary_self_imports = "warn"

[lints.rust]
future_incompatible = "warn"
missing_docs = "warn"
trivial_numeric_casts = "warn"
unreachable_pub = "warn"