-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCargo.toml
50 lines (47 loc) · 1.58 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
50
[package]
name = "storiny_og"
version = "0.1.0"
edition = "2021"
license = "MIT"
authors = ["zignis <[email protected]>"]
repository = "https://github.com/storiny/og.git"
[lib]
doctest = false
[dependencies]
abbrev-num = "0.1.0"
actix-cors = "0.7.0"
actix-extensible-rate-limit = { version = "0.2.1", features = ["redis"] }
actix-http = "3.4.0"
actix-web = { version = "4.4.0", features = ["__compress"] }
dotenv = "0.15.0"
envy = "0.4.2"
lazy_static = "1.4.0"
mime = "0.3.17"
png = "0.17.13"
prost = "0.12.4"
redis = { version = "0.25.3", features = ["tokio-comp", "aio", "connection-manager"] }
reqwest = { version = "0.12.3", features = ["blocking"] }
resvg = "0.41.0"
rust_decimal = "1.35.0"
rusttype = "0.9.3"
sailfish = "0.8.3"
sentry = { version = "0.32.0", features = ["tracing"] }
serde = { version = "1.0.188", features = ["derive"] }
strum = { version = "0.26.2", features = ["derive"] }
tonic = { version = "0.11.0", features = ["gzip", "tls", "transport"] }
textwrap = { version = "0.16.1", features = ["smawk"] }
thiserror = "1.0.48"
tiny-skia = { version = "0.11.4", features = ["png-format"] }
tokio = { version = "1.32.0", features = ["macros"] }
tracing = { version = "0.1.40", features = ["attributes"] }
tracing-actix-web = "0.7.9"
tracing-bunyan-formatter = "0.3.9"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
unicode-segmentation = "1.11.0"
unidecode = "0.3.0"
usvg = "0.41.0"
pbjson = "0.6.0"
async-trait = "0.1.79"
[dev-dependencies]
image = { version = "0.25.1", default-features = false, features = ["jpeg", "png", "rayon"] }
image-compare = "0.4.1"