generated from amazon-archives/__template_Custom
-
Notifications
You must be signed in to change notification settings - Fork 417
Expand file tree
/
Copy pathCargo.toml
More file actions
78 lines (60 loc) · 1.87 KB
/
Cargo.toml
File metadata and controls
78 lines (60 loc) · 1.87 KB
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.
[package]
edition = "2021"
name = "amzn-toolkit-telemetry-client"
version = "1.0.0"
authors = ["Grant Gurvis <grangurv@amazon.com>"]
exclude = ["/build", "/Config", "/build-tools/"]
publish = ["brazil"]
description = "Rust client bindings for the toolkit-telemetry service"
[package.metadata.docs.rs]
all-features = true
targets = ["x86_64-unknown-linux-gnu"]
[package.metadata.smithy]
codegen-version = "unknown"
[dependencies.aws-credential-types]
version = "1.1.3"
[dependencies.aws-http]
version = "0.60.3"
[dependencies.aws-runtime]
version = "1.1.3"
[dependencies.aws-smithy-async]
version = "1.1.3"
[dependencies.aws-smithy-http]
version = "0.60.3"
[dependencies.aws-smithy-json]
version = "0.60.3"
[dependencies.aws-smithy-runtime]
version = "1.1.3"
features = ["client"]
[dependencies.aws-smithy-runtime-api]
version = "1.1.3"
features = ["client", "http-02x"]
[dependencies.aws-smithy-types]
version = "1.1.3"
[dependencies.aws-types]
version = "1.1.3"
[dependencies.bytes]
version = "1.0.0"
[dependencies.http]
version = "0.2.9"
[dependencies.tracing]
version = "0.1"
[dev-dependencies.aws-credential-types]
version = "1.1.3"
features = ["test-util"]
[features]
behavior-version-latest = []
default = ["rustls", "rt-tokio"]
rt-tokio = ["aws-smithy-async/rt-tokio", "aws-smithy-types/rt-tokio"]
rustls = ["aws-smithy-runtime/tls-rustls"]
test-util = ["aws-credential-types/test-util", "aws-smithy-runtime/test-util"]