corell 0.1.0

Un kernel d'inférence IA universel, asynchrone, agnostique et local-first (0 réseau) en Rust.
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"
rust-version = "1.85"
name = "corell"
version = "0.1.0"
authors = ["Jorge Andre Castro <georgeandrec@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Un kernel d'inférence IA universel, asynchrone, agnostique et local-first (0 réseau) en Rust."
documentation = "https://docs.rs/corell"
readme = "README.md"
keywords = [
    "ai",
    "kernel",
    "ollama",
    "local-first",
    "privacy",
]
categories = [
    "asynchronous",
    "science",
    "database-implementations",
]
license = "GPL-2.0-or-later"
repository = "https://github.com/jorgeandrecastro/corell"

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

[dependencies.ollama-rs]
version = "0.3"
features = [
    "rustls",
    "stream",
]
default-features = false

[dependencies.sled]
version = "0.34"

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
version = "1.52"
features = ["full"]

[dependencies.tokio-stream]
version = "0.1"

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