concinnity-cook 0.19.16

Authored world model, validation, and the asset cook pipeline that bakes a Concinnity world into a blob
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-cook"
version = "0.19.16"
authors = ["Grant Wilkes <grant@concinnity.gg>"]
build = false
include = [
    "/README.md",
    "/src",
    "/assets",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Authored world model, validation, and the asset cook pipeline that bakes a Concinnity world into a blob"
homepage = "https://concinnity.gg"
readme = "README.md"
keywords = [
    "gamedev",
    "assets",
    "concinnity",
]
categories = [
    "game-engines",
    "development-tools::build-utils",
]
license = "MIT"
repository = "https://github.com/concinnitygg/concinnity"
resolver = "2"

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

[dependencies.basisu]
version = "=0.1.0"

[dependencies.bytemuck]
version = "1"

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

[dependencies.concinnity-host]
version = "0.19"

[dependencies.concinnity-slang]
version = "0.19"

[dependencies.fbxcel]
version = "0.9.0"
features = ["tree"]
default-features = false

[dependencies.gltf]
version = "1"
features = [
    "utils",
    "names",
    "extras",
]
default-features = false

[dependencies.hex]
version = "0.4.3"

[dependencies.jpeg-decoder]
version = "0.3"

[dependencies.kira]
version = "0.12"

[dependencies.ktx2]
version = "0.5"

[dependencies.png]
version = "0.18.1"

[dependencies.postcard]
version = "1"
features = ["use-std"]
default-features = false

[dependencies.pulldown-cmark]
version = "0.13"
default-features = false

[dependencies.rayon]
version = "1"

[dependencies.ruzstd]
version = "0.9.0"

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

[dependencies.serde_json]
version = "1"
features = ["preserve_order"]

[dependencies.sha2]
version = "0.11.0"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.time]
version = "0.3.47"
features = [
    "formatting",
    "parsing",
]

[dependencies.tracing]
version = "0.1.44"

[dev-dependencies.fbxcel]
version = "0.9.0"
features = [
    "tree",
    "writer",
]
default-features = false

[dev-dependencies.tempfile]
version = "3.25.0"

[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"