-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathCargo.toml
41 lines (38 loc) · 1.05 KB
/
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
34
35
36
37
38
39
40
41
[package]
name = "machin"
version = "0.6.2"
authors = ["Ferry Jérémie <[email protected]>"]
description = "Machin is a cli program that simplifies file conversions and batch processing. It's inspired from filter/map/reduce"
keywords = ["app", "cli", "files", "conversion", "batch"]
categories = ["command-line-utilities"]
license-file = "LICENSE"
readme = "README.md"
repository = "https://github.com/mothsart/machin"
homepage = "https://github.com/mothsart/machin"
edition = "2021"
[dependencies]
clap = { version="4.5", features=['cargo'] }
lopdf = { version="0.33", features=["embed_image"] }
exitcode="1.1.2"
mime="0.3"
mime_guess="2.0"
resvg="0.43"
usvg="0.43"
tiny-skia="0.11"
image = { version="0.25" }
markdown = "0.3"
colored = "2"
zip = "2"
tempfile = "3.3"
svg-hush = "0.9"
serde = "1"
serde_json = { version = "1.0", features = ["preserve_order"] }
serde_yaml = "0.9"
tera = "1.17"
svg2pdf = "0.11"
[dev-dependencies]
sha1 = "0.10.6"
map-macro = "0.2.4"
[build-dependencies]
clap = { version="4.5", features=['cargo'] }
clap_complete = { version="4.5" }