-
Notifications
You must be signed in to change notification settings - Fork 248
/
Cargo.toml
42 lines (34 loc) · 871 Bytes
/
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
# Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
[[bin]]
name = "s3_getting_started"
path = "src/bin/s3-getting-started.rs"
[package]
name = "s3_code_examples"
version = "0.1.0"
authors = ["Russell Cohen <rcoh@amazon.com>", "Doug Schwartz <dougsch@amazon.com>"]
edition = "2018"
publish = false
[lib]
name = "s3_service"
path = "src/s3-service-lib.rs"
[dependencies.aws-config]
path = "../../sdk/aws-config"
version = "0.8.0"
[dependencies.aws-endpoint]
path = "../../sdk/aws-endpoint"
version = "0.8.0"
[dependencies.aws-sdk-s3]
path = "../../sdk/s3"
version = "0.8.0"
[dependencies.tokio]
version = "1"
features = ["full"]
[dependencies.structopt]
version = "0.3"
default-features = false
[dependencies.tracing-subscriber]
version = "0.3.5"
features = ["env-filter"]
[dependencies.uuid]
version = "0.8"
features = ["serde", "v4"]