concinnity 0.19.9

Asset-driven world 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"
version = "0.19.9"
authors = ["Grant Wilkes <grant@concinnity.gg>"]
build = "build.rs"
include = [
    "/src",
    "/build.rs",
    "/README.md",
    "/LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
default-run = "concinnity"
description = "Asset-driven world engine"
homepage = "https://concinnity.gg"
readme = "README.md"
keywords = [
    "gamedev",
    "graphics",
    "engine",
    "rendering",
    "3d",
]
categories = [
    "game-engines",
    "graphics",
    "rendering::engine",
]
license = "MIT"
repository = "https://github.com/concinnitygg/concinnity"
resolver = "2"

[package.metadata.docs.rs]
features = ["cook"]
default-target = "x86_64-apple-darwin"
targets = [
    "x86_64-apple-darwin",
    "x86_64-pc-windows-msvc",
]

[features]
cook = [
    "std",
    "dep:concinnity-cook",
    "dep:concinnity-shader",
]
default = [
    "std",
    "native",
]
directx = [
    "std",
    "concinnity-engine/directx",
    "concinnity-shader?/directx",
    "concinnity-dev?/directx",
]
editor = [
    "player",
    "cook",
    "dep:concinnity-dev",
    "dep:clap",
]
metal = [
    "std",
    "concinnity-engine/metal",
    "concinnity-shader?/metal",
    "concinnity-dev?/metal",
]
native = [
    "std",
    "concinnity-engine/native",
    "concinnity-shader?/native",
    "concinnity-dev?/native",
]
player = ["std"]
std = [
    "dep:concinnity-engine",
    "dep:concinnity-toolchain",
]
vulkan = [
    "std",
    "concinnity-engine/vulkan",
    "concinnity-shader?/vulkan",
    "concinnity-dev?/vulkan",
]

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

[[bin]]
name = "concinnity"
path = "src/bin/concinnity/main.rs"
doc = false
required-features = ["editor"]

[[bin]]
name = "concinnity-run"
path = "src/bin/concinnity-run/main.rs"
required-features = ["player"]

[dependencies.clap]
version = "4"
features = ["derive"]
optional = true

[dependencies.concinnity-cook]
version = "0.19"
optional = true

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

[dependencies.concinnity-dev]
version = "0.19"
optional = true
default-features = false

[dependencies.concinnity-engine]
version = "0.19"
optional = true
default-features = false

[dependencies.concinnity-shader]
version = "0.19"
optional = true
default-features = false

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

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

[build-dependencies.concinnity-toolchain]
version = "0.19"
optional = true

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

[profile.dev]
opt-level = 2

[profile.dev.build-override]
opt-level = 3

[profile.release.build-override]
opt-level = 3