# 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 = "cv-decoder" version = "0.1.0" authors = ["Aurimas Blažulionis <0x60@pm.me>"] description = "Detects frame motion using OpenCV" documentation = "https://docs.rs/cv-decoder" keywords = [ "ofps", "motion", "video", "optical", "opencv", ] categories = [ "computer-vision", "science", "algorithms", ] license = "MIT" repository = "https://github.com/h33p/ofps" resolver = "2" [lib] crate-type = [ "lib", "cdylib", ] [dependencies.c_str_macro] version = "1" [dependencies.libc] version = "0.2" [dependencies.log] version = "0.4" [dependencies.nalgebra] version = "0.30" [dependencies.ofps] version = "0.1" [dependencies.opencv] version = "0.62" features = ["clang-runtime"]