# 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-pinhole" version = "0.6.0" authors = ["Geordon Worley "] description = "Pinhole camera model for comptuer vision" documentation = "https://docs.rs/cv-pinhole/" readme = "README.md" keywords = ["computer", "vision", "pinhole", "camera", "calibration"] categories = ["algorithms", "computer-vision", "no-std", "science::robotics"] license = "MIT" repository = "https://github.com/rust-cv/cv-pinhole" [package.metadata.docs.rs] all-features = true [dependencies.cv-core] version = "0.15.0" [dependencies.derive_more] version = "0.99.8" [dependencies.float-ord] version = "0.2.0" [dependencies.num-traits] version = "0.2.12" default-features = false [dev-dependencies.cv-geom] version = "0.7.0" [features] alloc = [] default = []