# 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 = "city2ba" version = "1.1.0" authors = ["Tristan Konolige "] build = "build.rs" exclude = ["paper.md", ".github", "paper.bib"] description = "A tool for generating synthetic bundle adjustment problems" homepage = "https://github.com/tkonolige/city2ba" readme = "Readme.md" license = "BSD-2-Clause" repository = "https://github.com/tkonolige/city2ba" [dependencies.byteorder] version = "1" [dependencies.cgmath] version = "0.17" [dependencies.disjoint-sets] version = "0.4" [dependencies.embree-rs] version = "0.3" [dependencies.geo] version = "0.4" [dependencies.indicatif] version = "0.14" features = ["with_rayon"] [dependencies.itertools] version = "0.8" [dependencies.line_intersection] version = "0.4" [dependencies.nalgebra] version = "0.17" [dependencies.nom] version = "5" [dependencies.ply-rs] version = "0.1" [dependencies.poisson] version = "0.10" [dependencies.rand] version = "0.6" [dependencies.rayon] version = "1" [dependencies.rstar] version = "0.7" [dependencies.structopt] version = "0.3" [dependencies.tobj] version = "0.1.12" [dev-dependencies.assert_cmd] version = "0.12" [dev-dependencies.predicates] version = "1" [dev-dependencies.tempfile] version = "3"