skilllite-executor 0.1.15

SkillLite Executor: session, transcript, memory storage
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 = "skilllite-executor"
version = "0.1.15"
authors = ["EX <boyex345@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SkillLite Executor: session, transcript, memory storage"
readme = false
license = "MIT"
repository = "https://github.com/EXboys/skilllite"

[features]
default = []
memory_vector = [
    "dep:sqlite-vec",
    "dep:zerocopy",
]

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

[dependencies.anyhow]
version = "1.0"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.dirs]
version = "5.0"

[dependencies.rusqlite]
version = "0.31"
features = ["bundled"]

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.skilllite-core]
version = "0.1.15"

[dependencies.skilllite-fs]
version = "0.1.15"

[dependencies.sqlite-vec]
version = "0.1"
optional = true

[dependencies.thiserror]
version = "1.0"

[dependencies.tracing]
version = "0.1"

[dependencies.uuid]
version = "1"
features = ["v4"]

[dependencies.zerocopy]
version = "0.7"
optional = true