# 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 = "sciviz" version = "0.1.0" authors = ["Jonathan Kelley "] description = "High-performance plotting" keywords = ["plot", "chart", "science", "wgpu"] license = "MIT OR Apache-2.0" [dependencies.anyhow] version = "1.0.40" [dependencies.arrow] version = "3.0.0" [dependencies.async-executor] version = "1.0" [dependencies.bevy] version = "0.5.0" [dependencies.bytemuck] version = "1.5.1" features = ["derive"] [dependencies.cgmath] version = "0.18" [dependencies.env_logger] version = "0.8.3" [dependencies.futures] version = "0.3" [dependencies.image] version = "0.23" [dependencies.log] version = "0.4" [dependencies.ndarray] version = "0.15.1" [dependencies.pollster] version = "0.2.3" [dependencies.shaderc] version = "0.7" [dependencies.stretch] version = "0.3.2" [dependencies.thiserror] version = "1.0.24" [dependencies.winit] version = "0.24.0"