[package] name = "{{ cookiecutter.project_slug }}" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] aws-config = "0.2" aws-sdk-dynamodb = "0.2" aws-smithy-client = { version = "0.32", features = ["test-util"] } lambda_http = "0.4" tokio = { version = "1", features = ["full"] } [dev-dependencies] aws-smithy-http = "0.32" aws-types = { version = "0.2", features = ["hardcoded-credentials"] } http = "0.2"