# 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 = "multiview-estimator" version = "0.1.0" authors = ["Aurimas Blažulionis <0x60@pm.me>"] description = "Estimates camera motion using OpenCV's multiple view geometry estimator" documentation = "https://docs.rs/multiview-estimator" keywords = [ "ofps", "vision", "motion", "video", "opencv", ] categories = [ "computer-vision", "science", "algorithms", ] license = "MIT" repository = "https://github.com/h33p/ofps" resolver = "2" [lib] crate-type = [ "lib", "cdylib", ] [dependencies.nalgebra] version = "0.30" [dependencies.noisy_float] version = "0.2" [dependencies.ofps] version = "0.1" [dependencies.opencv] version = "0.62" features = ["clang-runtime"] [dependencies.rand] version = "0.8"