aoc_leaderbot_aws_lambda_impl 3.0.0

Implementation of an Advent of Code leaderboard-watching bot running in AWS Lambda
# 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 = "2024"
rust-version = "1.91.1"
name = "aoc_leaderbot_aws_lambda_impl"
version = "3.0.0"
authors = ["Charles Lechasseur <shiftingbeard@outlook.com>"]
build = false
include = [
    "src/**/*",
    "tests/**/*",
    "build.rs",
    "LICENSE",
    "README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Implementation of an Advent of Code leaderboard-watching bot running in AWS Lambda"
homepage = "https://github.com/clechasseur/aoc_leaderbot/tree/main/aoc_leaderbot_aws_lambda_impl#readme"
documentation = "https://docs.rs/aoc_leaderbot_aws_lambda_impl/"
readme = "README.md"
keywords = [
    "aoc",
    "advent-of-code",
    "aws",
]
categories = ["asynchronous"]
license = "MIT"
repository = "https://github.com/clechasseur/aoc_leaderbot"

[package.metadata.docs.rs]
all-features = false
targets = ["x86_64-unknown-linux-gnu"]
rustc-args = [
    "--cfg",
    "docsrs",
]

[package.metadata.lambda.deploy]
memory = 512
timeout = 640
tracing = "active"

[features]
__prepare_dynamodb = [
    "dep:aws-config",
    "dep:clap",
    "dep:gratte",
]
__testing = ["dep:aws-config"]

[lib]
name = "aoc_leaderbot_aws_lambda_impl"
path = "src/lib.rs"

[[bin]]
name = "aoc_leaderbot_aws_lambda_impl"
path = "src/main.rs"

[[bin]]
name = "prepare_dynamodb"
path = "src/bin/prepare_dynamodb.rs"
required-features = ["__prepare_dynamodb"]

[[test]]
name = "bins"
path = "tests/bins.rs"

[[test]]
name = "leaderbot"
path = "tests/leaderbot.rs"

[dependencies.anyhow]
version = "1.0.102"

[dependencies.aoc_leaderboard]
version = "3.0.0"

[dependencies.aoc_leaderbot_aws_lib]
version = "3.0.0"

[dependencies.aoc_leaderbot_lib]
version = "3.0.0"
default-features = true

[dependencies.aoc_leaderbot_slack_lib]
version = "3.0.0"

[dependencies.aws-config]
version = "1.8.16"
features = ["behavior-version-latest"]
optional = true

[dependencies.clap]
version = "4.6.1"
features = ["derive"]
optional = true

[dependencies.dotenvy]
version = "0.15.7"

[dependencies.gratte]
version = "2.0.0"
optional = true

[dependencies.lambda_runtime]
version = "1.2.0"

[dependencies.serde]
version = "1.0.228"

[dependencies.tokio]
version = "1.52.3"
features = [
    "macros",
    "rt-multi-thread",
]

[dependencies.tracing]
version = "0.1.44"

[dependencies.veil]
version = "0.3.0"

[dev-dependencies.aoc_leaderboard]
version = "3.0.0"
features = ["__test_helpers"]

[dev-dependencies.aoc_leaderbot_aws_lib]
version = "3.0.0"
features = ["__test_helpers"]

[dev-dependencies.assert_cmd]
version = "2.2.2"

[dev-dependencies.assert_matches]
version = "1.5.0"

[dev-dependencies.aws-config]
version = "1.8.16"
features = ["behavior-version-latest"]

[dev-dependencies.rstest]
version = "0.26.1"

[dev-dependencies.serial_test]
version = "3.4.0"
features = ["file_locks"]

[dev-dependencies.test-log]
version = "0.2.20"
features = ["trace"]
default-features = false

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = [
    "cfg(ci)",
    "cfg(tarpaulin)",
    "cfg(tarpaulin_include)",
    "cfg(coverage)",
    "cfg(coverage_nightly)",
]