rusty-genius-cortex 0.1.1

Inference engine interaction layer for rusty-genius
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 = "rusty-genius-cortex"
version = "0.1.1"
authors = ["Timothy Meade"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Inference engine interaction layer for rusty-genius"
readme = "README.md"
keywords = [
    "ai",
    "llm",
    "llama-cpp",
    "gguf",
    "inference",
]
categories = [
    "science",
    "algorithms",
    "asynchronous",
]
license = "MIT"
repository = "https://github.com/tmzt/rusty-genius"

[features]
cuda = [
    "llama-cpp-2/cuda",
    "real-engine",
]
default = []
metal = [
    "llama-cpp-2/metal",
    "real-engine",
]
real-engine = ["dep:llama-cpp-2"]
vulkan = [
    "llama-cpp-2/vulkan",
    "real-engine",
]

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

[dependencies.anyhow]
version = "1.0"

[dependencies.async-std]
version = "1.12"

[dependencies.async-trait]
version = "0.1"

[dependencies.futures]
version = "0.3"

[dependencies.llama-cpp-2]
version = "0.1"
optional = true

[dependencies.rusty-genius-core]
version = "0.1.1"