# 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 = "GuiNistRs" version = "0.1.0" authors = ["Sergey Negodyaev "] description = "This crate implements GUI wrapper for NISTRS" readme = "README.md" license = "MIT" repository = "https://github.com/Omnissi/GUINISTRS" [dependencies.eframe] version = "0.19.0" [dependencies.egui] version = "0.19.0" [dependencies.egui_extras] version = "0.19.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.native-dialog] version = "0.6.3" [dependencies.nistrs] version = "0.1.1" [dependencies.rayon] version = "1.6.0" [dependencies.statrs] version = "0.16.0" [dependencies.wgpu] version = "0.14.0" [features] wgpu = ["eframe/wgpu"] [target."cfg(windows)".build-dependencies.winres] version = "0.1.12"