immich 0.1.0

Client for Immich photo and video management
Documentation
[dependencies.crossbeam-channel]
version = "0.5.14"

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

[dependencies.serde_json]
version = "1.0.134"

[dependencies.sha1_smol]
features = ["std"]
version = "1.0.1"

[dependencies.thiserror]
version = "2"

[dependencies.time]
features = ["formatting", "macros", "std", "serde"]
version = "0.3"

[dependencies.ureq]
features = ["native-certs", "cookies", "json"]
version = "2"

[[example]]
name = "multithread_upload"
path = "examples/multithread_upload.rs"

[[example]]
name = "upload_image"
path = "examples/upload_image.rs"

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

[package]
authors = ["Jonas Marcello <jonas.marcello@esbme.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["web-programming::http-client", "multimedia::images", "multimedia::video"]
description = "Client for Immich photo and video management"
edition = "2021"
homepage = "https://github.com/anergictcell/immich"
keywords = ["immich", "photo", "video", "selfhosted"]
license = "MIT"
name = "immich"
readme = "README.md"
repository = "https://github.com/anergictcell/immich"
version = "0.1.0"