# 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 = "videohash" version = "0.1.1" authors = ["Veer Pratap Singh Tomar"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "The videohash crate provides functionality for computing perceptual hashes (pHash) and difference hashes (dHash) from video files. This crate extracts frames from videos and computes these hashes for each frame." homepage = "https://github.com/Veercodeprog/videohash" readme = "README.md" license = "MIT" repository = "https://github.com/Veercodeprog/videohash" [lib] name = "videohash" path = "src/lib.rs" [[bin]] name = "videohash" path = "src/main.rs" [dependencies.actix-web] version = "4.9.0" [dependencies.blake3] version = "1.5.4" [dependencies.ffmpeg-next] version = "7.0.4" [dependencies.image] version = "0.24" [dependencies.imagehash] version = "0.3.0" [dependencies.img_hash] version = "3.2.0" [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_json] version = "1.0.128" [dependencies.tokio] version = "1.40.0" features = ["full"] [dependencies.vid2img] version = "0.1.1"