# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "germinate" version = "0.7.0" authors = ["Iain Earl "] description = "A templating library for injecting variables from multiple external sources" documentation = "https://docs.rs/germinate" readme = "README.md" keywords = ["template"] categories = ["template-engine"] license = "GPL-3.0" repository = "https://github.com/itmecho/germinate" [dependencies.anyhow] version = "1.0.30" [dependencies.async-trait] version = "0.1.36" [dependencies.clap] version = "2.33.1" [dependencies.native-tls] version = "0.2" optional = true [dependencies.regex] version = "1.3.7" [dependencies.rusoto_core] version = "0.47.0" optional = true [dependencies.rusoto_ec2] version = "0.47.0" optional = true [dependencies.rusoto_ssm] version = "0.47.0" optional = true [dependencies.surf] version = "2.2.0" [dependencies.tokio] version = ">= 1" features = ["full"] [dev-dependencies.mockito] version = "0.30.0" [dev-dependencies.rusoto_mock] version = "0.47.0" [features] aws = ["rusoto_core", "rusoto_ec2", "rusoto_ssm"] default = ["aws"] tls-vendored = ["native-tls/vendored"]