# 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 = "lenna_core" version = "0.2.0" authors = ["Christian "] description = "Lenna is a library for image processing algorithms and apps." homepage = "https://lenna.app/" documentation = "https://docs.rs/lenna_core" readme = "README.md" keywords = ["library", "image-processing"] categories = ["multimedia::images", "wasm", "graphics"] license = "MIT" repository = "https://github.com/lenna-project/lenna-core" resolver = "2" [package.metadata.maturin] classifiers = ["Programming Language :: Python"] requires-dist = ["numpy"] [lib] crate-type = ["cdylib", "rlib"] [[bench]] name = "lenna_benchmark" harness = false [dependencies.base64] version = "0.13" [dependencies.console_error_panic_hook] version = "0.1.6" [dependencies.dyn-clone] version = "1.0.4" [dependencies.image] version = "0.23.14" features = ["png", "jpeg"] default-features = false [dependencies.img-parts] version = "0.2.3" [dependencies.kamadak-exif] version = "0.5.4" [dependencies.libc] version = "0.2" [dependencies.ndarray] version = "0.15.3" optional = true [dependencies.nshare] version = "0.7.0" features = ["image", "ndarray"] optional = true [dependencies.numpy] version = "0.14.1" optional = true [dependencies.paste] version = "1.0" [dependencies.pyo3] version = "0.14" features = ["extension-module"] optional = true [dependencies.pythonize] version = "0.14.0" optional = true [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_yaml] version = "0.8.17" [dependencies.wasm-bindgen] version = "0.2" features = ["serde-serialize"] [dev-dependencies.criterion] version = "0.3" [dev-dependencies.wasm-bindgen-test] version = "0.3" [build-dependencies.cbindgen] version = "0.19" [build-dependencies.rustc_version] version = "0.4" [features] cpp = [] default = [] python = ["ndarray", "nshare", "numpy", "pyo3", "pythonize"] resize-plugin = []