[dependencies.lopdf]
default-features = true
version = "0.34.0"
[dependencies.pyo3]
features = ["extension-module"]
version = "0.15"
[dependencies.rayon]
version = "1.6"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[lib]
name = "molina"
path = "src/lib.rs"
[package]
authors = ["IteraLabs.ai <contact@iteralabs.ai>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["development-tools", "simulation"]
description = "Rust/Python Synthetic Integration for an agentic-LLM approach to build a research agents for local knowledge representation"
documentation = "https://docs.rs/molina/"
edition = "2021"
keywords = ["machine-learning", "framework", "nlp", "llm", "rag"]
license = "Apache-2.0"
name = "molina"
readme = false
repository = "https://github.com/iteralabs/molina"
version = "0.0.1"
[[test]]
name = "pyo3_integration"
path = "tests/pyo3_integration.rs"