# 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 = "2018" name = "zernike" version = "0.2.1" authors = ["Rod Conan "] description = "Routines to compute the Zernike polynomials" documentation = "http://docs.rs/zernike" keywords = ["Zernike", "polynomials"] license = "MIT/Apache-2.0" repository = "https://github.com/rconan/zernike" [dependencies.rayon] version = "1.5.0" [dev-dependencies.ndarray] version = "0.14.0" [dev-dependencies.ndarray-npy] version = "0.7.1" [dev-dependencies.plotters] version = "0.3.0" [dev-dependencies.rand] version = "0.8.3"