# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "cv" version = "0.6.0" authors = ["Geordon Worley "] description = "Batteries-included pure-Rust computer vision crate" documentation = "https://docs.rs/cv/" readme = "README.md" keywords = ["computer", "vision", "photogrammetry", "camera"] categories = ["computer-vision"] license = "MIT" repository = "https://github.com/rust-cv/cv" [package.metadata.docs.rs] all-features = true [dependencies.akaze] version = "0.7.0" optional = true [dependencies.arrsac] version = "0.5.0" optional = true [dependencies.bitarray] version = "0.2.3" features = ["space"] optional = true [dependencies.cv-core] version = "0.15.0" [dependencies.cv-geom] version = "0.7.0" optional = true [dependencies.cv-pinhole] version = "0.6.0" optional = true [dependencies.eight-point] version = "0.8.0" optional = true [dependencies.hnsw] version = "0.6.1" optional = true [dependencies.lambda-twist] version = "0.7.0" optional = true [dependencies.levenberg-marquardt] version = "0.5.2" optional = true [dependencies.space] version = "0.10.3" optional = true [features] alloc = ["cv-pinhole/alloc"] default = ["alloc", "cv-pinhole", "cv-geom", "eight-point", "lambda-twist", "akaze", "space", "hnsw", "levenberg-marquardt", "arrsac", "bitarray"]