jutella 0.8.1

Chatbot API client library and CLI interface.
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 = "jutella"
version = "0.8.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Chatbot API client library and CLI interface."
readme = "README.md"
license = "MIT"
repository = "https://github.com/dmitry-markin/jutella"

[features]
bin = [
    "dep:anyhow",
    "dep:base64",
    "dep:clap",
    "dep:colored",
    "dep:dirs",
    "dep:toml",
]
default = ["bin"]

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

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

[dependencies.anyhow]
version = "1.0.100"
optional = true

[dependencies.base64]
version = "0.22.1"
optional = true

[dependencies.bytes]
version = "1.10.1"

[dependencies.clap]
version = "4.5.51"
features = [
    "derive",
    "wrap_help",
]
optional = true

[dependencies.colored]
version = "3.0.0"
optional = true

[dependencies.dirs]
version = "6.0.0"
optional = true

[dependencies.eventsource-stream]
version = "0.2.3"

[dependencies.futures]
version = "0.3.31"

[dependencies.iter_accumulate]
version = "1.0.1"

[dependencies.regex]
version = "1.12.2"

[dependencies.reqwest]
version = "0.12.24"
features = [
    "gzip",
    "json",
    "hickory-dns",
    "http2",
    "rustls-tls",
    "stream",
    "zstd",
]
default-features = false

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

[dependencies.serde-query]
version = "0.2.0"

[dependencies.serde_json]
version = "1.0.145"

[dependencies.tempfile]
version = "3.23.0"

[dependencies.thiserror]
version = "2.0.17"

[dependencies.tiktoken-rs]
version = "0.7.0"

[dependencies.tokio]
version = "1.48.0"
features = [
    "rt-multi-thread",
    "macros",
]

[dependencies.toml]
version = "0.9.8"
optional = true

[dependencies.url]
version = "2.5.7"