# 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 = "cb-project-metadata-updater" version = "0.1.2" description = "Tracks relationships between source code and their AWS Code Build projects to coordinate rebuilds of consumers when changes are made." homepage = "https://github.com/alexanderpolson/cb-project-metadata-updater" documentation = "https://github.com/alexanderpolson/cb-project-metadata-updater" readme = "README.md" license = "MIT" repository = "https://github.com/alexanderpolson/cb-project-metadata-updater" resolver = "2" [dependencies.aws-config] version = "0.6.0" [dependencies.aws-sdk-codebuild] version = "0.6.0" [dependencies.aws-sdk-dynamodb] version = "0.6.0" [dependencies.cargo_toml] version = "0.10.3" [dependencies.env_logger] version = "0.9.0" [dependencies.futures] version = "0.3.19" [dependencies.log] version = "^0.4" [dependencies.once_cell] version = "1.9.0" [dependencies.regex] version = "1.5.4" [dependencies.tokio] version = "1" features = ["full"]