# 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 = "image-recovery" version = "0.3.1" authors = [ "Lílian Ferreira de Freitas ", "Emilia L. K. Blåsten ", ] description = "Image recovery algorithms, implemented in Rust." documentation = "https://docs.rs/image-recovery" readme = "README.md" categories = ["mathematics"] license = "AGPL-3.0-or-later" repository = "https://github.com/lily-mosquitoes/image-recovery" [dependencies.image] version = "0.24" [dependencies.log] version = "0.4" [dependencies.ndarray] version = "0.15" features = ["matrixmultiply-threading"] [dev-dependencies.pretty_assertions] version = "1" [dev-dependencies.rand] version = "0.8"