# 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 = "cfn-exports-fetcher" version = "0.5.0" description = "Fetch Outputs from CFN stacks" license = "MIT" [dependencies.aws-config] version = "0.51.0" [dependencies.aws-sdk-cloudformation] version = "0.21.0" [dependencies.aws-types] version = "0.51.0" [dependencies.futures] version = "0.3.25" [dependencies.serde] version = "1.0.147" features = ["derive"] [dependencies.serde_json] version = "1.0.89" [dependencies.serde_yaml] version = "0.9.14" [dependencies.tempfile] version = "3.3.0" [dependencies.thiserror] version = "1.0.37" [dependencies.tokio] version = "1.22.0" features = ["full"] [dependencies.validator] version = "0.16.0" features = ["derive"]