# 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 = "needle-rs" version = "0.1.5" authors = ["Assil Ksiksi "] exclude = ["resources/*"] description = "Find openings and endings across video files" homepage = "https://github.com/aksiksi/needle" readme = "README.md" keywords = [ "multimedia", "ffmpeg", ] categories = [ "command-line-utilities", "multimedia", "multimedia::audio", ] license = "MIT OR LGPL-2.1-or-later" repository = "https://github.com/aksiksi/needle" resolver = "2" [package.metadata.vcpkg] git = "https://github.com/microsoft/vcpkg" rev = "cef0b3ec767df6e83806899fe9525f6cf8d7bc91" [package.metadata.vcpkg.target.x86_64-pc-windows-msvc] triplet = "x64-windows-static-md" dependencies = ["ffmpeg"] [profile.release] lto = "thin" strip = true [lib] name = "needle" path = "src/lib.rs" doctest = false [[bin]] name = "needle" path = "src/main.rs" [dependencies.bincode] version = "1.3" [dependencies.blockhash] version = "0.4.0" optional = true [dependencies.chromaprint-rust] version = "0.1" [dependencies.clap] version = "3" features = ["derive"] [dependencies.ffmpeg-next] version = "5" features = [ "codec", "format", "software-resampling", ] default-features = false [dependencies.image] version = "0.24" optional = true [dependencies.infer] version = "0.8" default-features = false [dependencies.md5] version = "0.7" [dependencies.rayon] version = "1.5" optional = true [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.thiserror] version = "1" [dependencies.tracing] version = "0.1.34" [dependencies.tracing-subscriber] version = "0.2" [dev-dependencies.insta] version = "1" [features] default = [ "rayon", "static-chromaprint", ] static = [ "static-chromaprint", "static-ffmpeg", ] static-chromaprint = ["chromaprint-rust/static"] static-ffmpeg = ["ffmpeg-next/static"] static-ffmpeg-build = ["ffmpeg-next/build"] video = [ "blockhash", "image", ] [target."cfg(windows)".build-dependencies.vcpkg] version = "0.2"