moondream 0.1.1

Client for interacting with the Moondream API
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"
name = "moondream"
version = "0.1.1"
build = false
include = [
    "Cargo.toml",
    "readme.md",
    "LICENSE-APACHE",
    "LICENSE-MIT",
    "src/*",
    "doc/*",
]
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Client for interacting with the Moondream API"
homepage = "https://github.com/jbernavaprah/moondream-ai-rs"
readme = "README.md"
keywords = [
    "moondream",
    "moondream-ai",
    "vision",
    "spatial",
]
categories = ["computer-vision"]
license = "MIT"
repository = "https://github.com/jbernavaprah/moondream-ai-rs"

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

[dependencies.derive-new]
version = "^0.7"

[dependencies.derive_setters]
version = "^0.1"

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

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

[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]
version = "^1.17"
features = ["full"]

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

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