# 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 = "imageproc-patched" version = "0.22.0-unofficial.1-foresterre" authors = ["theotherphil"] exclude = ["examples/*.ttf"] description = "Image processing operations (unofficial release)" readme = "README.md" license = "MIT" repository = "https://github.com/foresterre/imageproc-patched.git" [package.metadata.docs.rs] features = ["property-testing"] [profile.bench] opt-level = 3 lto = false codegen-units = 1 debug = true debug-assertions = false rpath = false [profile.release] opt-level = 3 debug = true [dependencies.approx] version = "0.5" [dependencies.conv] version = "0.3.3" [dependencies.image] version = "0.24.1" default-features = false [dependencies.itertools] version = "0.10" [dependencies.nalgebra] version = "0.30" features = ["std"] default-features = false [dependencies.num] version = "0.4" [dependencies.quickcheck] version = "0.9.2" optional = true [dependencies.rand] version = "0.7.3" [dependencies.rand_distr] version = "0.2.2" [dependencies.rayon] version = "1.5.1" optional = true [dependencies.rusttype] version = "0.9.2" [dependencies.sdl2] version = "0.35" features = ["bundled"] optional = true default-features = false [dev-dependencies.assert_approx_eq] version = "1.1.0" [dev-dependencies.image] version = "0.24.1" [dev-dependencies.quickcheck] version = "0.9.2" [dev-dependencies.wasm-bindgen-test] version = "0.3.14" [features] default = ["rayon"] display-window = ["sdl2"] property-testing = ["quickcheck"]