# 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 = "sophus_viewer" version = "0.9.0" build = false include = [ "**/*.rs", "**/*.wgsl", "**/*.md", "**/Cargo.toml", ] autobins = false autoexamples = false autotests = false autobenches = false description = "sophus - geometry for robotics and computer vision" readme = "README.md" keywords = [ "robotics", "optimization", ] license = "MIT OR Apache-2.0" repository = "https://github.com/sophus-vision/sophus-rs/" [lib] name = "sophus_viewer" path = "src/lib.rs" [dependencies.approx] version = "0.5" [dependencies.assertables] version = "8.3" [dependencies.bytemuck] version = "1.14" features = ["derive"] [dependencies.eframe] version = "0.28.1" features = ["wgpu"] [dependencies.egui_extras] version = "0.28.1" [dependencies.env_logger] version = "0.11" [dependencies.linked-hash-map] version = "0.5" [dependencies.nalgebra] version = "0.33" features = [ "rand", "bytemuck", ] [dependencies.ndarray] version = "0.15" features = ["approx-0_5"] [dependencies.num-traits] version = "0.2" [dependencies.sophus_core] version = "0.9.0" [dependencies.sophus_image] version = "0.9.0" [dependencies.sophus_lie] version = "0.9.0" [dependencies.sophus_sensor] version = "0.9.0" [dependencies.wgpu] version = "0.20.1" [features] simd = [ "sophus_core/simd", "sophus_lie/simd", "sophus_sensor/simd", "sophus_image/simd", ]