# 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 = "banner-builder" version = "0.2.6" build = false exclude = ["/site"] autobins = false autoexamples = false autotests = false autobenches = false description = "Simple image and banner generator for YouTube thumbnails, Meetups, social networks" homepage = "https://banner-builder.code-maven.com/" readme = "README.md" keywords = [ "cli", "image", "images", "thumbnail", ] categories = ["multimedia::images"] license = "MIT OR Apache-2.0" repository = "https://github.com/szabgab/banner-builder.rs" [lib] name = "banner_builder" path = "src/lib.rs" [[bin]] name = "banbu" path = "src/main.rs" [[test]] name = "test_banbu" path = "tests/test_banbu.rs" [dependencies.ab_glyph] version = "0.2.26" [dependencies.clap] version = "4.3" features = ["derive"] [dependencies.image] version = "0.25" [dependencies.imageproc] version = "0.24" [dependencies.log] version = "0.4" [dependencies.rusttype] version = "0.9" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_yaml] version = "0.9" [dependencies.simple_logger] version = "4.3" [dependencies.tempfile] version = "3.9.0" [dependencies.textwrap] version = "0.16"