37 lines
958 B
TOML
37 lines
958 B
TOML
[package]
|
|
name = "post_maker"
|
|
version = "0.4.0-alpha.4"
|
|
edition = "2021"
|
|
description = "Post Maker helps you to make post for Instagram and other Social Media apps easily."
|
|
authors = ["PiyushXCoder <https://piyushxcoder.in>"]
|
|
license = "GPL-3.0-only"
|
|
readme = "README.md"
|
|
repository = "https://github.com/PiyushXCoder/post_maker"
|
|
keywords = ["posts", "instagram", "facebook", "twitter"]
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[profile.dev]
|
|
opt-level = 1
|
|
|
|
[profile.release]
|
|
opt-level = 3
|
|
|
|
[dependencies]
|
|
clap = { version = "3.0", features = ["derive"] }
|
|
log = "0.4"
|
|
simplelog = "0.11"
|
|
fltk = "1.2"
|
|
fltk-theme = "0.4"
|
|
image = "0.24.1"
|
|
imageproc = { git = "https://github.com/image-rs/imageproc" }
|
|
webp = "0.2"
|
|
rusttype = "0.9"
|
|
serde_json = "1.0"
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
lazy_static = "1.4"
|
|
dirs = "4.0"
|
|
infer = "0.7.0"
|
|
textwrap = "0.14"
|
|
webbrowser = "0.5"
|
|
mozjpeg = "0.9.2"
|