[package]
edition = "2024"
rust-version = "1.85.0"
name = "akribes-types"
version = "0.22.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Wire-level types shared by the Akribes SDK and core (events, values, AST shapes, errors)."
homepage = "https://akribes.ai"
documentation = "https://akribes.ai/sdks/rust/"
readme = "README.md"
keywords = [
"akribes",
"ai",
"llm",
"agent",
]
categories = [
"api-bindings",
"data-structures",
]
license = "MIT"
repository = "https://github.com/PodestaAI/akribes-sdks"
resolver = "2"
[lib]
name = "akribes_types"
path = "src/lib.rs"
[dependencies.httpdate]
version = "1"
[dependencies.serde]
version = "1.0.228"
features = ["derive"]
[dependencies.serde_json]
version = "1.0.149"
[dependencies.thiserror]
version = "2.0.18"
[dependencies.tracing]
version = "0.1"
[lints.clippy]
collapsible_match = "allow"
doc_lazy_continuation = "allow"
doc_overindented_list_items = "allow"
large_enum_variant = "allow"
too_many_arguments = "allow"
type_complexity = "allow"