cortenforge 0.6.0

Umbrella crate for the CortenForge stack; re-exports app-agnostic crates with feature wiring.
Documentation
[advisories]
unmaintained = "all"
yanked = "warn"
ignore = [
    { id = "RUSTSEC-2025-0141", reason = "bincode is unmaintained but still required by burn-core 0.14.x" },
    { id = "RUSTSEC-2024-0436", reason = "paste is unmaintained but still required by current wgpu/bevy stack" },
]

[licenses]
allow = [
    "Apache-2.0",
    "MIT",
    "BSD-3-Clause",
    "BSD-2-Clause",
    "ISC",
    "MIT-0",
    "MPL-2.0",
    "Zlib",
    "Unicode-3.0",
    "CC0-1.0",
]

[bans]
multiple-versions = "warn"
wildcards = "deny"
highlight = "all"

[sources]
unknown-registry = "deny"
unknown-git = "deny"
allow-registry = ["https://github.com/rust-lang/crates.io-index"]
allow-git = []