# 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 = "grapl-config" version = "0.0.2" authors = ["Insanitybit "] description = "Config and utility library for Grapl services" license = "Apache-2.0" [dependencies.color-eyre] version = "0.3.4" [dependencies.eyre] version = "0.4.3" [dependencies.log] version = "0.4.*" [dependencies.rusoto_core] version = "0.43.0" features = ["rustls"] default_features = false [dependencies.rusoto_s3] version = "0.43.0" features = ["rustls"] default_features = false [dependencies.rusoto_sqs] version = "0.43.0" features = ["rustls"] default_features = false [dependencies.sqs-lambda] version = "0.20.*" [dependencies.tokio] version = "0.2.4" features = ["sync", "rt-core", "macros", "time", "rt-threaded"] [dependencies.tracing] version = "0.1.15" [dependencies.tracing-futures] version = "0.2.4" [dependencies.tracing-subscriber] version = "0.2.5"