# 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 = "2018" name = "vid_dup_finder_lib" version = "0.1.1" description = "a library to find near-duplicate video files" readme = "README.md" keywords = [ "video", "duplicate", "phash", "perceptual", "hash", ] categories = ["multimedia::video"] license = "MIT OR Apache-2.0" repository = "https://github.com/Farmadupe/vid_dup_finder_app" [lib] name = "vid_dup_finder_lib" crate-type = ["lib"] path = "src/lib.rs" [[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] version = "1.0" features = ["derive"] [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 = []