mirror of
https://github.com/ruvnet/RuVector.git
synced 2026-05-25 23:24:03 +00:00
- Add missing `active_pos` vec in canonical min-cut Stoer-Wagner impl - Bump cognitum-gate-kernel to 0.1.1 for new canonical_witness module - Fix cognitum-gate-kernel ruvector-mincut dep version (0.1.30 → 2.0) - Add version specs to mincut-wasm and mincut-node path dependencies - Add README and metadata to ruvector-cognitive-container for crates.io - Relax bench thresholds for CI/debug-mode environments Co-Authored-By: claude-flow <ruv@ruv.net>
28 lines
773 B
TOML
28 lines
773 B
TOML
[package]
|
|
name = "ruvector-cognitive-container"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
rust-version.workspace = true
|
|
license.workspace = true
|
|
authors.workspace = true
|
|
repository.workspace = true
|
|
description = "Verifiable WASM cognitive container with canonical witness chains"
|
|
readme = "README.md"
|
|
homepage = "https://ruv.io"
|
|
documentation = "https://docs.rs/ruvector-cognitive-container"
|
|
keywords = ["wasm", "cognitive", "container", "witness-chain", "deterministic"]
|
|
categories = ["algorithms", "wasm", "cryptography"]
|
|
|
|
[dependencies]
|
|
serde = { workspace = true, features = ["derive"] }
|
|
serde_json = { workspace = true }
|
|
thiserror = { workspace = true }
|
|
|
|
[dev-dependencies]
|
|
proptest = { workspace = true }
|
|
|
|
[features]
|
|
default = []
|
|
|
|
[lib]
|
|
crate-type = ["rlib"]
|