# 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 = "kitti-viewer" version = "0.1.2" authors = ["Thomaub "] exclude = [".gitignore", "/tests/**"] description = "Cross-platform 3D viewer to display kitti datasets poincloud and annotations" homepage = "https://github.com/ThomAub/kitti-viewer" readme = "README.md" keywords = ["cli", "gui", "cross-platform"] categories = [" Command-line interface ", "Computer vision", "GUI", "Visualization"] license = "MIT" repository = "https://github.com/ThomAub/kitti-viewer" [lib] path = "src/lib.rs" [[bin]] name = "kitti-viewer" path = "src/cli.rs" [dependencies.anyhow] version = "1.0.31" [dependencies.clap] version = "3.0.0-beta.1" features = ["suggestions", "color"] [dependencies.kiss3d] version = "0.24.1" [dependencies.nalgebra] version = "0.21"