-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
60 lines (59 loc) · 1.27 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
51
52
53
54
55
56
57
58
59
60
[workspace]
members = ["lambdas"]
resolver = "2"
[workspace.dependencies]
async-std = "1.13.0"
aws_lambda_events = "0.15.0"
aws-config = "1.5.13"
aws-sdk-ecs = "1.61.0"
aws-sdk-s3 = "1.68.0"
aws-sdk-sqs = "1.53.0"
aws-smithy-types-convert = "0.60.8"
axum = "0.7.7"
bnaclient = { git = "https://github.com/PeopleForBikes/bna-api", rev = "85af6e2" }
bnacore = { git = "https://github.com/PeopleForBikes/brokenspoke", rev = "c20ec31" }
chrono = "0.4.39"
clap = "4.5.20"
color-eyre = "0.6.2"
csv = "1.3.1"
dotenv = "0.15.0"
fontdb = "0.23.0"
heck = "0.5.0"
http = "1.2.0"
image = "0.25.5"
lambda_http = "0.13.0"
lambda_runtime = "0.13.0"
libflate = "2.0.0"
lopdf = "0.34.0"
minijinja = "2.6.0"
nats = "0.25.0"
once_cell = "1.20.2"
pyo3 = "0.23.3"
regex = "1.11.1"
reqwest = "0.12.12"
rstest = "0.23.0"
rust_decimal = "1.36.0"
rust_decimal_macros = "1.36.0"
sea-orm = "1.1.0"
sea-orm-migration = "1.1.0"
serde = "1.0.217"
serde_json = "1.0.134"
serde_plain = "1.0.2"
serde_with = "3.12.0"
simple-error = "0.3.0"
slug = "0.1.6"
svg2pdf = "0.12.0"
test-log = "0.2.16"
thiserror = "2.0.6"
tokio = "1.43.0"
tower = "0.5.1"
tower-cookies = "0.10.0"
tower-http = "0.6.1"
tracing = "0.1.41"
tracing-subscriber = "0.3.19"
trauma = "2.1.0"
url = "2.5.4"
usvg = "0.44.0"
uuid = "1.11.1"
walkdir = "2.4.0"
zip = "2.2.2"