vid_dup_finder_lib 0.1.1

a library to find near-duplicate video files
Documentation
[[example]]
name = "example"
test = true

[[test]]
name = "test_find_all"
[dependencies.ffmpeg_cmdline_utils]
version = "0.1.2"

[dependencies.image]
version = "0.24"

[dependencies.rand]
version = "0.8"

[dependencies.rayon]
version = "1.5"

[dependencies.rustdct]
version = "0.6"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "1.0"

[dependencies.transpose]
version = "0.2"
[dev-dependencies.itertools]
version = "0.10"

[features]
app_only_fns = []

[lib]
crate-type = ["lib"]
name = "vid_dup_finder_lib"
path = "src/lib.rs"

[package]
categories = ["multimedia::video"]
description = "a library to find near-duplicate video files"
edition = "2018"
keywords = ["video", "duplicate", "phash", "perceptual", "hash"]
license = "MIT OR Apache-2.0"
name = "vid_dup_finder_lib"
readme = "README.md"
repository = "https://github.com/Farmadupe/vid_dup_finder_app"
version = "0.1.1"