# 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 = "viewercloud" version = "0.2.1" authors = ["Thomaub "] exclude = [".gitignore", "tests/**", "target/**"] description = "Cross-platform 3D viewer to display autonomous driving poincloud datasets and annotations" homepage = "https://github.com/ThomAub/viewercloud" readme = "README.md" keywords = ["cli", "gui", "cross-platform", "python", "wasm"] categories = [" Command-line interface ", "Computer vision", "GUI", "Visualization"] license = "MIT" repository = "https://github.com/ThomAub/viewercloud" [lib] path = "src/lib.rs" [[bin]] name = "viewercloud" 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.27.0" [dependencies.nalgebra] version = "0.23"