funera-core 0.3.0

Core LLM agent engine — ReAct loop, providers, tools, skills, middleware, security
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.88"
name = "funera-core"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core LLM agent engine — ReAct loop, providers, tools, skills, middleware, security"
homepage = "https://github.com/dynamder/funera"
documentation = "https://docs.rs/funera-core"
readme = "README.md"
license = "MIT"
repository = "https://github.com/dynamder/funera"

[features]
deepseek = []
default = [
    "deepseek",
    "tool",
]
middleware = []
openai = []
regex = [
    "dep:regex",
    "security",
]
sandbox = [
    "security",
    "dep:windows",
    "dep:nono",
]
security = ["tool"]
skill = []
test-utils = []
tool = []

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

[dependencies.anyhow]
version = "1.0.103"

[dependencies.async-openai]
version = "0.41.1"
features = [
    "_api",
    "chat-completion",
    "responses",
    "skill",
    "byot",
]

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

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

[dependencies.futures]
version = "0.3.32"

[dependencies.parking_lot]
version = "0.12.5"
features = ["serde"]

[dependencies.regex]
version = "1"
optional = true

[dependencies.secrecy]
version = "0.10.3"
features = ["serde"]

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

[dependencies.serde_json]
version = "1.0.150"

[dependencies.serde_yaml]
version = "0.9.34"

[dependencies.thiserror]
version = "2.0.18"

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

[dependencies.tokio-util]
version = "0.7.18"

[dependencies.tracing]
version = "0.1"

[dependencies.uuid]
version = "1.23.4"
features = [
    "serde",
    "v4",
]

[dependencies.zeroize]
version = "1.9"
features = ["derive"]

[target."cfg(not(windows))".dependencies.nono]
version = "0.67"
optional = true

[target."cfg(windows)".dependencies.windows]
version = "0.58"
features = [
    "Win32_Foundation",
    "Win32_Security",
    "Win32_Security_Authorization",
    "Win32_Storage_FileSystem",
    "Win32_System_Console",
    "Win32_System_IO",
    "Win32_System_Pipes",
    "Win32_System_Threading",
]
optional = true