-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
35 lines (33 loc) · 1.19 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
[package]
name = "cch23-codeman99-11a6b43e-33e3-4e59-95d2-62fe1b7711f4"
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = { version = "1.0.76", features = ["backtrace"] }
base64 = "0.21.5"
dms-coordinates = "1.1.0"
google_maps = { version = "3.4.0", default-features = false, features = ["enable-reqwest", "native-tls", "brotli", "tokio", "geocoding"] }
indexmap = "2.1.0"
petgraph = { version = "0.6.4", default-features = false }
png = "0.17.10"
regex = "1.10.2"
rocket = { version = "0.5.0", features = ["json", "uuid"] }
rocket_dyn_templates = { version = "0.1.0", features = ["handlebars"] }
rocket_ws = "0.1.0"
rustemon = "3.2.1"
s2 = "0.0.12"
serde = { version = "1.0.193", features = ["derive"] }
serde_json = { version = "1.0.108", features = ["preserve_order"] }
sha256 = "1.4.0"
shuttle-persist = "0.35.2"
shuttle-rocket = "0.35.2"
shuttle-runtime = "0.35.2"
shuttle-secrets = "0.35.2"
shuttle-shared-db = { version = "0.35.2", features = ["postgres", "sqlx"] }
sqlx = { version = "0.7.3", features = ["runtime-tokio-native-tls", "postgres"] }
tar = "0.4.40"
tempfile = "3.8.1"
tokio = "1.26.0"
ulid = { version = "1.1.0", features = ["std", "serde", "uuid"] }
[dev-dependencies]
rstest = "0.18.2"