# 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 = "croot-gui" version = "0.1.0" description = "A Rust crate for graphing complex roots and numbers" readme = "README.md" keywords = [ "complex", "graphing", "plotting", "math", "roots", ] license = "BSD-3-Clause" repository = "https://www.github.com/Ross-Morgan/croot-gui" [dependencies.croot] version = "0.3.2" [dependencies.eframe] version = "0.21.3" optional = true [dependencies.egui_extras] version = "0.21.0" features = ["image"] optional = true [dependencies.image] version = "0.24" features = [ "jpeg", "png", ] [dependencies.num-complex] version = "0.4.3" [dependencies.plotters] version = "0.3.4" [features] gui = [ "dep:eframe", "dep:egui_extras", ]