mesh 0.2.1

Rust SDK to build AI-powered apps
Documentation
[dependencies.anthropic-rs]
version = "0.1.6"

[dependencies.replic]
version = "0.1.1"

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

[package]
authors = ["Roushou <hello@roushou.sh>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Rust SDK to build AI-powered apps"
edition = "2021"
homepage = "https://github.com/roushou/mesh"
keywords = ["ai", "anthropic", "replicate", "rust"]
license = "MIT AND Apache-2.0"
name = "mesh"
readme = "README.md"
repository = "https://github.com/roushou/mesh"
version = "0.2.1"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]