-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathCargo.toml
More file actions
53 lines (52 loc) · 1.51 KB
/
Cargo.toml
File metadata and controls
53 lines (52 loc) · 1.51 KB
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
51
52
53
[package]
name = "freemap-outdoor-map"
version = "1.0.0"
edition = "2024"
publish = false
[dependencies]
image = { version = "0.25.10", default-features = false, features = [
"jpeg",
"png",
] }
librsvg = { version = "2.62.1" }
cairo-rs = { version = "0.22.0", features = ["png", "svg", "pdf"] }
cavalier_contours = { version = "0.7.0" }
colorsys = "0.7.3"
geo-postgis = "0.2.2"
pangocairo = "0.22.0"
pango = { version = "0.22.0", features = ["v1_56"] }
postgis = "0.9.0"
proj = { version = "=0.31.0", features = ["geo-types"] }
gio = "0.22.5"
xmltree = "0.12.0"
gdal = { version = "0.19.0", features = ["bindgen"] }
geo = { version = "0.33.0", features = ["use-proj"] }
earcut = "=0.4.5"
geojson = "1.0.0"
tokio-postgres = { version = "0.7", features = ["with-serde_json-1"] }
deadpool-postgres = "0.14"
futures-util = "0.3"
regex = "1.12.3"
serde_json = "1.0.149"
tracy-client = { version = "0.18.4", default-features = false }
thiserror = "2.0.17"
axum = "0.8.9"
clap = { version = "4.6.1", features = ["derive", "env"] }
dotenvy = "0.15.7"
tokio = { version = "1.52.1", features = [
"fs",
"macros",
"rt-multi-thread",
"signal",
] }
tower = { version = "0.5.1", features = ["limit", "timeout"] }
tower-http = { version = "0.6.1", features = ["cors"] }
rand = "0.10.1"
serde = { version = "1.0.217", features = ["derive"] }
serde-saphyr = "0.0.23"
indexmap = { version = "2.13.1", features = ["serde"] }
notify = "8.2.0"
tokio-util = { version = "0.7.12", features = ["io"] }
sled = "0.34.7"
httpdate = "1.0.3"
enumset = "1.1.10"