# 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 = "negie" version = "0.1.3" exclude = [ "**.png", "examples/", ] description = "Generate complex scatter plots of eigenvalues from parametrized bohemian matrices" homepage = "https://github.com/FliiFe/negie" readme = "README.md" keywords = [ "mathematics", "eigenvalues", "complex-analysis", "bohemian-matrix", ] categories = [ "command-line-utility", "graphics", "mathematics", "science", "visualization", ] license = "MIT" repository = "https://github.com/FliiFe/negie" [[bin]] name = "negie" test = false bench = false [dependencies.clap] version = "4.0" features = ["derive"] [dependencies.image] version = "0.24" [dependencies.imageproc] version = "0.23" [dependencies.itertools] version = "0.12.0" [dependencies.nalgebra] version = "0.30" [dependencies.rand] version = "0.8" [dependencies.rand_distr] version = "0.4.3"