rusty-genius 0.1.2

Public facade 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"
version = "0.1.2"
authors = ["Timothy Meade"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Public facade for rusty-genius"
readme = "README.md"
keywords = [
    "ai",
    "llm",
    "local-first",
    "inference",
    "async-std",
]
categories = [
    "science",
    "algorithms",
    "asynchronous",
]
license = "MIT"
repository = "https://github.com/tmzt/rusty-genius"

[features]
cuda = [
    "rusty-genius-cortex/cuda",
    "real-engine",
]
default = []
metal = [
    "rusty-genius-cortex/metal",
    "real-engine",
]
real-engine = ["rusty-genius-cortex/real-engine"]
vulkan = [
    "rusty-genius-cortex/vulkan",
    "real-engine",
]

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

[[example]]
name = "basic_chat"
path = "examples/basic_chat.rs"

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

[dependencies.facecrab]
version = "0.1.2"

[dependencies.futures]
version = "0.3"

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

[dependencies.rusty-genius-cortex]
version = "0.1.2"

[dependencies.rusty-genius-stem]
version = "0.1.2"