videre-core 0.11.1

Shared SQLite, caching, and search helpers for the videre media library CLI
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-core"
version = "0.11.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared SQLite, caching, and search helpers for the videre media library CLI"
readme = false
keywords = [
    "photos",
    "sqlite",
    "media",
    "videre",
]
categories = ["multimedia::images"]
license = "Apache-2.0"
repository = "https://github.com/erhangundogan/videre"

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

[dependencies.anyhow]
version = "1"

[dependencies.chrono]
version = "0.4"

[dependencies.ctrlc]
version = "3"

[dependencies.fs2]
version = "0.4"

[dependencies.half]
version = "2"

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

[dependencies.indicatif]
version = "0.17"

[dependencies.matrixmultiply]
version = "0.3"

[dependencies.reverse_geocoder]
version = "4"

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

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

[dependencies.toml]
version = "0.8"
features = ["preserve_order"]

[dependencies.ureq]
version = "3"
features = ["json"]

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