# 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 = "metaframer" version = "1.0.0" authors = ["Michal Vanko "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Metaframer is a tool to generate frames for images from their metadata" homepage = "https://github.com/michalvankodev/metaframer" readme = "README.md" keywords = [ "cli", "watermark", "exif", "images", "generator", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/michalvankodev/metaframer" [[bin]] name = "metaframer" path = "src/main.rs" [[test]] name = "files" path = "tests/files.rs" [[test]] name = "framer" path = "tests/framer.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.assert_cmd] version = "2.0.14" [dependencies.clap] version = "4" features = ["derive"] [dependencies.clap-verbosity-flag] version = "2.2.0" [dependencies.clap_derive] version = "4.5.5" [dependencies.dirs] version = "5.0.1" [dependencies.env_logger] version = "0.11.3" [dependencies.handlebars] version = "5.1.2" [dependencies.image] version = "0.25.1" [dependencies.kamadak-exif] version = "0.5.5" [dependencies.log] version = "0.4.21" [dependencies.predicates] version = "3.1.0" [dependencies.regex] version = "1.10.5" [dependencies.serde] version = "1.0.203" features = ["derive"]