-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCargo.toml
27 lines (26 loc) · 827 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
[package]
name = "rustant-film"
version = "0.1.1"
authors = ["BlankZhu"]
edition = "2021"
description = "Add a instant film style layout to your photo by EXIF."
license = "Apache-2.0"
keywords = ["exif", "camera", "image", "film"]
homepage = "https://github.com/BlankZhu/rustant-film"
repository = "https://github.com/BlankZhu/rustant-film"
documentation = "https://docs.rs/rustant-film"
readme = "README.md"
[dependencies]
kamadak-exif = "0.6"
image = "0.25"
imageproc = "0.25.0"
ab_glyph = "0.2.29"
clap = { version = "4.5.23", features = ["derive"] }
pretty_env_logger = "0.5"
log = "0.4.22"
# tracing = "0.1"
# tracing-subscriber = "0.3"
tokio = { version = "1.43", features = ["full"] }
axum = { version = "0.8", features = ["multipart", "macros"] }
serde = { version = "1.0.217", features = ["derive"] }
bytes = "1.9.0"