# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "lenna_cli" version = "0.1.7" authors = ["Christian "] description = "Command line interface to run algorithms on images." homepage = "https://lenna.app" documentation = "https://docs.rs/lenna_cli" readme = "README.md" keywords = ["cli", "image-processing"] categories = ["multimedia::images", "wasm", "graphics"] license = "MIT" repository = "https://github.com/lenna-project/lenna-cli" [lib] name = "lenna_cli" crate-type = ["cdylib", "rlib"] path = "src/lib.rs" [[bin]] name = "lenna-cli" path = "src/bin/bin.rs" required-features = ["libloading"] [dependencies.image] version = "0.23.14" features = ["png", "jpeg", "ico", "gif"] default-features = false [dependencies.lenna_core] version = "0.1" [dependencies.libloading] version = "0.7" optional = true [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_yaml] version = "0.8.17" [dependencies.structopt] version = "0.3" [dependencies.zip] version = "0.5" default-features = false [features] default = [] [target.wasm32-unknown-unknown.dependencies.console_error_panic_hook] version = "0.1" [target.wasm32-unknown-unknown.dependencies.js-sys] version = "0.3.50" [target.wasm32-unknown-unknown.dependencies.wasm-bindgen] version = "0.2" features = ["serde-serialize"] [target.wasm32-unknown-unknown.dependencies.wasm-bindgen-futures] version = "0.4.23"