videre-api 0.10.0

Transport-agnostic facade over videre's face-labeling and image-serving operations
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 = "videre-api"
version = "0.10.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Transport-agnostic facade over videre's face-labeling and image-serving operations"
readme = false
keywords = [
    "faces",
    "labeling",
    "videre",
]
categories = ["multimedia::images"]
license = "Apache-2.0"
repository = "https://github.com/erhangundogan/videre"

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

[dependencies.anyhow]
version = "1"

[dependencies.image]
version = "0.25"
features = [
    "jpeg",
    "png",
    "gif",
    "webp",
    "bmp",
    "tiff",
]
default-features = false

[dependencies.kamadak-exif]
version = "0.5"

[dependencies.rusqlite]
version = "0.40"
features = ["bundled"]

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

[dependencies.videre-core]
version = "0.10.0"

[dev-dependencies.tempfile]
version = "3"