artificial-core 0.3.0

Provider-agnostic core traits, generic client and error types for the Artificial prompt-engineering SDK
Documentation
[dependencies.futures-core]
version = "0.3"

[dependencies.schemars]
features = ["chrono", "url", "uuid", "derive_json_schema", "raw_value"]
version = "0.8.22"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0.12"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings", "development-tools", "text-processing"]
description = "Provider-agnostic core traits, generic client and error types for the Artificial prompt-engineering SDK"
edition = "2021"
keywords = ["ai", "prompt-engineering", "sdk", "json-schema"]
license = "MIT"
name = "artificial-core"
readme = false
repository = "https://github.com/mrcrgl/artificial-rs"
resolver = "3"
version = "0.3.0"