concinnity-dev 0.19.0

The Concinnity dev tooling library: world authoring, the in-engine editor, the debug server, docs and packaging
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-dev"
version = "0.19.0"
authors = ["Grant Wilkes <grant@concinnity.gg>"]
build = "build.rs"
include = [
    "/README.md",
    "/src",
    "/assets",
    "/build.rs",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The Concinnity dev tooling library: world authoring, the in-engine editor, the debug server, docs and packaging"
homepage = "https://concinnity.gg"
readme = "README.md"
keywords = [
    "gamedev",
    "editor",
    "cli",
    "concinnity",
]
categories = [
    "game-engines",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/concinnitygg/concinnity"
resolver = "2"

[features]
vulkan = [
    "concinnity-engine/vulkan",
    "concinnity-device/vulkan",
    "concinnity-shader/vulkan",
    "concinnity-core/vulkan",
]

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

[dependencies.argon2]
version = "0.5"

[dependencies.async-stream]
version = "0.3.6"

[dependencies.bitflags]
version = "2.0"

[dependencies.chrono]
version = "0.4.44"

[dependencies.ciborium]
version = "0.2"

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

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

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

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

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

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

[dependencies.ctrlc]
version = "3.5.2"

[dependencies.directories]
version = "6.0.0"

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

[dependencies.hex]
version = "0.4.3"

[dependencies.hmac]
version = "0.12.1"

[dependencies.ignore]
version = "0.4.25"

[dependencies.jsonwebtoken]
version = "9"

[dependencies.libloading]
version = "0.9.0"

[dependencies.notify]
version = "8"
features = ["macos_fsevent"]
default-features = false

[dependencies.png]
version = "0.18.1"

[dependencies.rand]
version = "0.8"

[dependencies.rayon]
version = "1"

[dependencies.rfd]
version = "0.17"
features = ["xdg-portal"]
default-features = false

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

[dependencies.serde_bytes]
version = "0.11.19"

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

[dependencies.slotmap]
version = "1.1.1"

[dependencies.syn]
version = "2"
features = [
    "full",
    "parsing",
]

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.tokio-tungstenite]
version = "0.24"
features = ["native-tls"]

[dependencies.tracing]
version = "0.1.44"

[dependencies.tracing-subscriber]
version = "0.3.22"
features = ["env-filter"]

[dependencies.ureq]
version = "3.2.0"
features = ["json"]

[dependencies.zip]
version = "2"
features = ["deflate"]
default-features = false

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

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

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