cognitum-gate-kernel 0.1.0

No-std WASM kernel for 256-tile coherence gate fabric
Documentation
[[bench]]
harness = false
name = "benchmarks"
path = "benches/benchmarks.rs"

[dependencies.libm]
version = "0.2"

[dependencies.ruvector-mincut]
default-features = false
features = ["wasm"]
optional = true
version = "0.1.30"

[dev-dependencies.criterion]
features = ["html_reports"]
version = "0.5"

[dev-dependencies.proptest]
version = "1.4"

[features]
default = ["std"]
std = ["ruvector-mincut"]

[lib]
crate-type = ["cdylib", "rlib"]
name = "cognitum_gate_kernel"
path = "src/lib.rs"

[package]
authors = ["RuVector Contributors"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["algorithms", "no-std", "wasm"]
description = "No-std WASM kernel for 256-tile coherence gate fabric"
edition = "2021"
keywords = ["wasm", "coherence", "mincut", "distributed", "no_std"]
license = "MIT OR Apache-2.0"
name = "cognitum-gate-kernel"
readme = "README.md"
repository = "https://github.com/ruvnet/ruvector"
rust-version = "1.75"
version = "0.1.0"

[profile.release]
codegen-units = 1
lto = true
opt-level = "z"
panic = "abort"
strip = true

[target.'cfg(target_arch = "wasm32")'.dependencies]