-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathCargo.toml
More file actions
26 lines (25 loc) · 860 Bytes
/
Cargo.toml
File metadata and controls
26 lines (25 loc) · 860 Bytes
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
[package]
name = "lambda-s3-restructure"
version = "0.5.1"
edition = "2021"
homepage = "https://github.com/buoyant-data/lambda-s3-restructure"
authors = [
"R Tyler Croy <rtyler@buoyantdata.com>",
]
[dependencies]
anyhow = "=1"
aws-config = { version = "1.5", features = ["behavior-version-latest"]}
aws-sdk-s3 = "=1"
aws_lambda_events = { version = "0.16", default-features = false, features = ["sns", "sqs", "s3"] }
chrono = "0.4"
liquid = "0.26"
serde = { version = "=1", features = ["rc"] }
lambda_runtime = "0.13"
regex = "=1"
routefinder = "0.5"
serde_json = "=1"
tokio = { version = "1.40", features = ["macros"] }
tracing = { version = "0.1", features = ["log"] }
tracing-subscriber = { version = "0.3", default-features = false, features = ["fmt", "env-filter", "tracing-log"] }
urlencoding = "2.1"
url = { version = "2.3", features = ["serde"] }