-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
33 lines (29 loc) · 833 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.12"
edition = "2021"
authors = ["J/A <archer884@gmail.com>"]
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.12"
clap = { version = "4.5.27", features = ["derive"] }
dotenv = "0.15.0"
font-kit = "0.14.2"
regex = "1.11.1"
reqwest = { version = "0.12.12", features = ["blocking"] }
textwrap = { version = "0.16.1", features = ["terminal_size"] }