# 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 = "vviz" version = "0.3.0" include = ["**/*.rs", "Cargo.toml"] description = "Rapid prototyping GUI, and visual printf-style debugging for computer vision development" homepage = "https://docs.rs/vviz" documentation = "https://docs.rs/vviz" readme = "README.md" keywords = ["gui", "vision", "image", "2d", "3d"] license = "MIT OR Apache-2.0" repository = "https://github.com/strasdat/vviz/" resolver = "2" [[bin]] name = "remote_client" path = "src/remote_client.rs" [[example]] name = "simple" [[example]] name = "interaction" [[example]] name = "multi_widgets" [[example]] name = "widget2" [dependencies.clap] version = "3.0" features = ["derive"] [dependencies.downcast-rs] version = "1.2" [dependencies.egui] version = "0.16" [dependencies.egui-miniquad] version = "0.8" [dependencies.enum-as-inner] version = "0.3" [dependencies.image] version = "0.24" [dependencies.linked-hash-map] version = "0.5" [dependencies.miniquad] version = "=0.3.0-alpha.43" [dependencies.nalgebra] version = "0.30" features = ["serde-serialize"] [dependencies.nalgebra-glm] version = "0.16" [dependencies.reqwest] version = "0.11" features = ["blocking"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.slice-of-array] version = "0.3" [dependencies.strum] version = "0.23" [dependencies.strum_macros] version = "0.23" [dependencies.tungstenite] version = "0.16"