-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCargo.toml
More file actions
28 lines (26 loc) · 786 Bytes
/
Cargo.toml
File metadata and controls
28 lines (26 loc) · 786 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
27
28
[package]
name = "cloudformatious"
version = "0.7.0"
authors = ["Chris Connelly <chris@connec.co.uk>"]
license = "MIT"
edition = "2018"
description = "Extension traits for rusoto_cloudformation"
repository = "https://github.com/connec/cloudformatious"
[dependencies]
async-stream = "0.3.0"
aws-config = { version = "1", features = ["behavior-version-latest"] }
aws-sdk-cloudformation = "1"
aws-sdk-sts = "1"
aws-smithy-types-convert = { version = "0.60.8", features = ["convert-chrono"] }
chrono = "0.4.19"
enumset = "1.0.6"
futures-util = "0.3.14"
lazy_static = "1.4.0"
parse-display = "0.6.0"
regex = "1.5.4"
serde_json = "1.0.85"
tokio = "1.4.0"
[dev-dependencies]
assert_matches = "1.5.0"
fastrand = "1.4.0"
tokio = { version = "1.4.0", features = ["macros", "rt-multi-thread"] }