cvkg-core 0.1.21

Cyber Viking Kvasir Graph (CVKG) - High-fidelity agentic UI framework
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"
name = "cvkg-core"
version = "0.1.21"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Cyber Viking Kvasir Graph (CVKG) - High-fidelity agentic UI framework"
readme = "README.md"
license = "MPL-2.0"
repository = "https://github.com/sydonayrex/cvkg"
resolver = "2"

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

[dependencies.anyhow]
version = "1.0"

[dependencies.arc-swap]
version = "1.9"

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

[dependencies.glam]
version = "0.29"
features = [
    "serde",
    "bytemuck",
]

[dependencies.log]
version = "0.4"

[dependencies.once_cell]
version = "1.19"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.stl_io]
version = "0.7"

[dependencies.thiserror]
version = "1.0"

[dependencies.tobj]
version = "4.0"

[dependencies.tokio]
version = "1.0"
features = [
    "sync",
    "rt",
    "macros",
]
default-features = false

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.stm]
version = "0.4"

[target.'cfg(target_arch = "wasm32")'.dependencies.getrandom]
version = "0.3"
features = ["wasm_js"]

[target.'cfg(target_arch = "wasm32")'.dependencies.js-sys]
version = "0.3"

[target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen]
version = "0.2"

[target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen-futures]
version = "0.4"