bilberrydb 0.1.1

Developer SDK for creating image search engines, image classification models, image duplication recognition, and Visual recommender systems with BilberryDB.
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 = "2021"
name = "bilberrydb"
version = "0.1.1"
authors = ["BilberryDB"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Developer SDK for creating image search engines, image classification models, image duplication recognition, and Visual recommender systems with BilberryDB."
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://bilberrydb.com"

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

[dependencies.bytes]
version = "1.10.1"

[dependencies.reqwest]
version = "0.12.23"
features = [
    "json",
    "multipart",
    "stream",
]

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

[dependencies.serde_json]
version = "1.0.143"

[dependencies.thiserror]
version = "2.0.16"

[dependencies.tokio]
version = "1.47.1"
features = ["full"]