vifu-runtime 0.1.3

Small, stateful, embeddable Agent Runtime primitives for Vifu.
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"
rust-version = "1.95"
name = "vifu-runtime"
version = "0.1.3"
authors = ["Vifu Contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Small, stateful, embeddable Agent Runtime primitives for Vifu."
homepage = "https://vifu.dev"
documentation = "https://docs.rs/vifu-runtime"
readme = "README.md"
keywords = [
    "agents",
    "runtime",
    "bevy",
    "embedded",
    "stateful",
]
categories = [
    "game-development",
    "development-tools",
]
license = "Apache-2.0"
repository = "https://github.com/vifudotdev/vifu"

[features]
default = []
local-whisper = [
    "dep:hound",
    "dep:whisper-rs",
]
sqlite = ["dep:rusqlite"]

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

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

[dependencies.bevy_app]
version = "0.19"
default-features = false

[dependencies.bevy_ecs]
version = "0.19"
features = ["std"]
default-features = false

[dependencies.hound]
version = "3.5"
optional = true

[dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "multipart",
    "rustls-tls",
]
default-features = false

[dependencies.rusqlite]
version = "0.32"
features = ["bundled"]
optional = true

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.11"

[dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt",
    "sync",
    "time",
]

[dependencies.whisper-rs]
version = "0.16"
optional = true