moondream 0.1.0

Client for interacting with the Moondream API
Documentation
[dependencies.derive-new]
version = "^0.7"

[dependencies.derive_setters]
version = "^0.1"

[dependencies.reqwest]
features = ["default", "json"]
version = "^0.12"

[dependencies.serde]
features = ["derive"]
version = "^1.0"

[dependencies.serde_json]
version = "^1.0"

[dependencies.thiserror]
version = "^2.0"

[dependencies.tracing]
version = "^0.1"

[dev-dependencies.base64]
version = "^0"

[dev-dependencies.dotenv]
version = "^0"

[dev-dependencies.image]
version = "^0"

[dev-dependencies.tokio]
features = ["full"]
version = "^1.17"

[dev-dependencies.tracing-subscriber]
version = "^0"

[dev-dependencies.wiremock]
version = "^0.6"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["multimedia", "multimedia::audio", "text-processing"]
description = "Client for interacting with the Moondream API"
edition = "2024"
homepage = "https://github.com/jbernavaprah/moondream-ai-rs"
include = ["Cargo.toml", "readme.md", "LICENSE-APACHE", "LICENSE-MIT", "src/*", "doc/*"]
keywords = ["azure-speech", "sdk", "cognitive", "recognition", "synthesizing"]
license = "MIT"
name = "moondream"
publish = true
readme = "README.md"
repository = "https://github.com/jbernavaprah/moondream-ai-rs"
version = "0.1.0"