-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
58 lines (57 loc) · 1.25 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
[workspace]
members = ["lambdas"]
resolver = "2"
[workspace.dependencies]
async-std = "1.13.0"
aws_lambda_events = "0.16.0"
aws-config = "1.5.15"
aws-sdk-ecs = "1.66.0"
aws-sdk-s3 = "1.72.0"
aws-sdk-sqs = "1.54.0"
aws-smithy-types-convert = "0.60.8"
bnaclient = { git = "https://github.com/PeopleForBikes/bna-api", rev = "a780893" }
bnacore = { git = "https://github.com/PeopleForBikes/brokenspoke", rev = "87a367b" }
chrono = "0.4.39"
clap = "4.5.27"
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.14.0"
lambda_runtime = "0.13.0"
libflate = "2.0.0"
lopdf = "0.35.0"
minijinja = "2.7.0"
nats = "0.25.0"
once_cell = "1.20.3"
regex = "1.11.1"
reqwest = "0.12.12"
rstest = "0.24.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.138"
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.17"
thiserror = "2.0.11"
tokio = "1.43.0"
tower = "0.5.2"
tower-cookies = "0.11.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.13.1"
walkdir = "2.4.0"
zip = "2.2.2"