knolo-core-rust 5.5.0

Rust runtime support for verifiable V5 Knowledge Images and compatible .knolo packs
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 = "2021"
name = "knolo-core-rust"
version = "5.5.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust runtime support for verifiable V5 Knowledge Images and compatible .knolo packs"
readme = "README.md"
keywords = [
    "knolo",
    "knowledge-base",
    "retrieval",
    "rag",
]
categories = [
    "data-structures",
    "text-processing",
]
license = "Apache-2.0"
repository = "https://github.com/HiveForensics-AI/knolo-core"

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

[[test]]
name = "core_rust_test"
path = "tests/core_rust_test.rs"