-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
33 lines (29 loc) · 831 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
[package]
name = "annatar"
version = "0.6.11"
edition = "2021"
authors = ["J/A <[email protected]>"]
license = "MIT/Apache-2.0"
keywords = ["image", "image-manipulation", "meme", "pepe", "kek"]
readme = "README.md"
repository = "https://github.com/archer884/annatar"
homepage = "https://github.com/archer884/annatar"
categories = ["multimedia::images"]
description = """
A command line tool for making memes.
Full readme available at: https://github.com/archer884/annatar
"""
[profile.release]
lto = true
codegen-units = 1
panic = "abort"
[profile.dev]
debug = 0
[dependencies]
artano = "0.3.11"
clap = { version = "4.5.9", features = ["derive"] }
dotenv = "0.15.0"
font-kit = "0.14.1"
regex = "1.10.5"
reqwest = { version = "0.12.5", features = ["blocking"] }
textwrap = { version = "0.16.1", features = ["terminal_size"] }