# 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 = "models-cv" version = "0.1.0" authors = ["Marc Haubenstock "] description = "Groundtruth Data Generation for SFM Pipelines using CG Models" readme = "README.md" keywords = [ "sfm", "computer-vision", ] categories = ["computer-vision"] license = "BSD-3-Clause" repository = "https://github.com/geoeo/models-cv" [dependencies.gltf] version = "1.2" features = [ "extras", "names", ] [dependencies.nalgebra] version = "0.32.3" [dependencies.obj] version = "0.10.2" [dependencies.ordered-float] version = "3.7.0" [dependencies.serde] version = "1.0.183" features = ["derive"] [dependencies.serde_yaml] version = "0.9.25" [dev-dependencies.kiss3d] version = "0.35.0" [dev-dependencies.png] version = "0.17.10"