# 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 = "stitchy-core" version = "0.1.2" authors = ["Thomas Reichert"] description = "Library to combine multiple image files into a single image" readme = "README.md" keywords = [ "image", "join", ] categories = ["multimedia::images"] license = "MIT" repository = "https://github.com/grimace87/Stitchy" [dependencies.clap] version = "4.1.11" features = [ "std", "derive", ] optional = true default-features = false [dependencies.image] version = "0.24.9" features = [ "jpeg", "png", "gif", "bmp", ] default-features = false [dependencies.serde] version = "1.0.155" features = ["derive"] optional = true [dependencies.serde_json] version = "1.0.94" optional = true [features] parser = [ "dep:clap", "dep:serde", "dep:serde_json", ]