[package] name = "cutup" authors = ["Finchie"] description = "A tool for classifying and matching shots across visual media" license-file = "LICENSE.txt" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = { version = "1.0.71", features = ["backtrace"] } opencv = { version = "0.83.0", default-features = false, features = ["optflow", "videoio", "imgproc", "imgcodecs"] }