sema-lang 1.9.0

Sema — a Lisp dialect with first-class LLM primitives
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 = "sema-lang"
version = "1.9.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Sema — a Lisp dialect with first-class LLM primitives"
homepage = "https://sema-lang.com"
readme = "README.md"
keywords = [
    "lisp",
    "language",
    "llm",
    "interpreter",
    "repl",
]
categories = [
    "compilers",
    "command-line-utilities",
]
license = "MIT"
repository = "https://github.com/helgesverre/sema"

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

[[bin]]
name = "sema"
path = "src/main.rs"

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

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

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

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

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

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.clap_complete]
version = "4"

[dependencies.rustyline]
version = "17"

[dependencies.sema-core]
version = "=1.9.0"

[dependencies.sema-eval]
version = "=1.9.0"

[dependencies.sema-llm]
version = "=1.9.0"

[dependencies.sema-reader]
version = "=1.9.0"

[dependencies.sema-stdlib]
version = "=1.9.0"

[dependencies.sema-vm]
version = "=1.9.0"

[dependencies.serde_json]
version = "1"