-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
50 lines (47 loc) · 1.3 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
42
43
44
45
46
47
48
49
[workspace]
resolver = "2"
members = [
"examples/cosmic_text",
"examples/parley",
"crates/*"
]
[workspace.package]
version = "0.3.0"
authors = ["Laurenz Stampfl <[email protected]>"]
edition = "2021"
repository = "https://github.com/LaurenzV/krilla"
readme = "README.md"
license = "MIT OR Apache-2.0"
[workspace.dependencies]
base64 = "0.22.1"
image = { version = "0.25.1", default-features = false, features = ["png"] }
miniz_oxide = "0.8.0"
once_cell = "1.19.0"
pdf-writer = { git= "https://github.com/LaurenzV/pdf-writer", rev = "f95a19c" }
resvg = "0.44.0"
bumpalo = "3.16.0"
siphasher = "1.0.1"
skrifa = "0.22.0"
krilla = {path = "crates/krilla"}
krilla-macros = {path = "crates/krilla-macros"}
tiny-skia = "0.11.4"
subsetter = "0.2.0"
tiny-skia-path = "0.11.4"
usvg = "0.44.0"
flate2 = "1.0.30"
fontdb = "0.22.0"
yoke = { version = "0.7.4", features = ["derive"] }
float-cmp = "0.10.0"
difference = "2.0.0"
paste = "1.0.15"
rustybuzz = "0.18.0"
sitro = { git = "https://github.com/LaurenzV/sitro", rev = "664be71b" }
quote = "1.0.37"
syn = { version = "2.0.76", features = ["full", "extra-traits"] }
proc-macro2 = "1.0.86"
oxipng = "9.1.2"
xmp-writer = { git = "https://github.com/LaurenzV/xmp-writer", rev = "1c2b8ae9" }
zune-png = "0.4.10"
zune-jpeg = "0.4.13"
gif = "0.13.1"
image-webp = "0.1.3"