aither-core 0.4.1

Core trait abstractions for aither
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 = "aither-core"
version = "0.4.1"
authors = ["Lexo Liu <me@lexo.cool>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core trait abstractions for aither"
readme = "README.md"
keywords = [
    "ai",
    "llm",
    "traits",
    "no-std",
]
categories = [
    "api-bindings",
    "no-std",
]
license = "MIT"
repository = "https://github.com/lexoliu/aither"
resolver = "2"

[features]
default = [
    "derive",
    "serde",
]
derive = ["aither-derive"]
serde = [
    "serde/derive",
    "url/serde",
]

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

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

[dependencies.aither-derive]
version = "0.4.1"
optional = true

[dependencies.anyhow]
version = "1.0"
default-features = false

[dependencies.futures-core]
version = "0.3.34"
default-features = false

[dependencies.futures-lite]
version = "2.6"

[dependencies.mime]
version = "0.3"

[dependencies.schemars]
version = "1.2"
features = ["derive"]
default-features = false

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

[dependencies.serde_json]
version = "1.0"
default-features = false

[dependencies.url]
version = "2.5"
default-features = false

[dev-dependencies.futures-lite]
version = "2.6"

[dev-dependencies.schemars]
version = "1.2"

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

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

[dev-dependencies.tokio-test]
version = "0.4"

[lints.clippy]
disallowed_methods = "deny"

[lints.clippy.all]
level = "warn"
priority = -1

[lints.clippy.cargo]
level = "warn"
priority = -1

[lints.clippy.complexity]
level = "warn"
priority = -1

[lints.clippy.correctness]
level = "warn"
priority = -1

[lints.clippy.multiple_crate_versions]
level = "allow"
priority = 1

[lints.clippy.nursery]
level = "warn"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.clippy.perf]
level = "warn"
priority = -1

[lints.clippy.style]
level = "warn"
priority = -1

[lints.clippy.suspicious]
level = "warn"
priority = -1

[lints.rust]
missing_debug_implementations = "warn"
missing_docs = "warn"