nihility-model 0.2.2

nihility project ai model module
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"
name = "nihility-model"
version = "0.2.2"
authors = ["nihilityer <nihilityer@mail.nihilityer.top>"]
build = false
publish = [
    "gitea",
    "crates-io",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "nihility project ai model module"
homepage = "https://github.com/nihilityer/nihility-model"
documentation = "https://docs.rs/nihility-model"
readme = "README.md"
keywords = [
    "nihility",
    "model",
]
license = "MIT"
repository = "https://github.com/nihilityer/nihility-model"

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

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

[dependencies.async-openai]
version = "0.31"
features = [
    "rustls",
    "completions",
]
default-features = false

[dependencies.backoff]
version = "0.4"

[dependencies.nihility-config]
version = "0.2.1"

[dependencies.reqwest]
version = "0.12"
features = [
    "charset",
    "http2",
    "default-tls",
    "system-proxy",
]
default-features = false

[dependencies.secrecy]
version = "0.10"
features = ["serde"]
default-features = false

[dependencies.serde]
version = "1.0"
features = [
    "derive",
    "alloc",
]
default-features = false

[dependencies.thiserror]
version = "2.0"
default-features = false

[dependencies.tokio]
version = "1.48"
features = [
    "sync",
    "tracing",
]
default-features = false

[dependencies.tokio-stream]
version = "0.1"

[dependencies.tracing]
version = "0.1"
default-features = false

[dev-dependencies.nihility-log]
version = "0.1.2"

[dev-dependencies.tokio]
version = "1.48"
features = [
    "sync",
    "rt",
    "rt-multi-thread",
    "tracing",
]
default-features = false