# 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 = "cold-stat" version = "0.1.3" authors = ["TATSUNO Yasuhiro "] description = "CLI to statically analyze cold start of AWS Lambda functions." homepage = "https://github.com/exoego/cold-stat" readme = "README.md" keywords = [ "cli", "aws", "lambda", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/exoego/cold-stat" [dependencies.anyhow] version = "1.0.81" [dependencies.async-recursion] version = "1.1.0" [dependencies.aws-config] version = "1.1.8" [dependencies.aws-sdk-cloudwatchlogs] version = "1.20.0" [dependencies.aws-sdk-lambda] version = "1.17.0" [dependencies.chrono] version = "0.4.35" [dependencies.clap] version = "4.5.3" features = ["derive"] [dependencies.log] version = "0.4.21" [dependencies.simple_logger] version = "4.3.3" [dependencies.tabled] version = "0.15.0" [dependencies.tokio] version = "1" features = ["full"] [dependencies.uuid] version = "1.8.0" features = ["v4"]