assetinfo 0.12.0

assetinfo is a tool to watch for versions of assets and their end-of-life date.
Documentation
[[bin]]
name = "assetinfo"
path = "src/main.rs"

[build-dependencies.zstd]
version = "0.13.2"

[dependencies.async-compression]
features = ["tokio", "zstd"]
version = "0.4.12"

[dependencies.bollard]
version = "0.17.0"

[dependencies.chrono]
features = ["now", "serde"]
version = "0.4.38"

[dependencies.clap]
features = ["derive"]
version = "4.5.13"

[dependencies.log]
version = "0.4.22"

[dependencies.regex]
version = "1.10.6"

[dependencies.reqwest]
features = ["json"]
version = "0.12.5"

[dependencies.serde]
features = ["derive"]
version = "1.0.204"

[dependencies.serde_json]
version = "1.0.122"

[dependencies.sha256]
version = "1.5.0"

[dependencies.simple_logger]
version = "5.0.0"

[dependencies.tabled]
version = "0.15.0"

[dependencies.tar]
version = "0.4.41"

[dependencies.thiserror]
version = "1.0.63"

[dependencies.tokio]
features = ["full"]
version = "1.39.2"

[dependencies.tokio-stream]
version = "0.1.15"

[dependencies.toml]
version = "0.8.19"

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

[dev-dependencies.tempfile]
version = "3.11.0"

[dev-dependencies.test-log]
version = "0.2.16"

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

[lints.clippy]
if_then_some_else_none = "warn"
min_ident_chars = "warn"
missing_errors_doc = "allow"
missing_panics_doc = "allow"
mod_module_files = "deny"
module_name_repetitions = "allow"
multiple_crate_versions = "allow"
shadow_unrelated = "warn"
todo = "warn"

[lints.clippy.cargo]
level = "deny"
priority = -1

[lints.clippy.complexity]
level = "warn"
priority = -1

[lints.clippy.pedantic]
level = "deny"
priority = -1

[lints.clippy.perf]
level = "warn"
priority = -1

[lints.clippy.style]
level = "deny"
priority = -1

[lints.rust]
missing_copy_implementations = "warn"
missing_debug_implementations = "allow"
missing_docs = "allow"
non_ascii_idents = "deny"
non_local_definitions = "deny"
unit_bindings = "deny"
unsafe_code = "deny"
unused_import_braces = "deny"
unused_lifetimes = "deny"
unused_qualifications = "deny"

[package]
authors = ["Benedikt Bastin"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = "build.rs"
categories = ["command-line-utilities"]
description = "assetinfo is a tool to watch for versions of assets and their end-of-life date."
edition = "2021"
exclude = [".github", "cliff.toml"]
homepage = "https://assetinfo.de"
keywords = ["cli", "security"]
license = "AGPL-3.0-or-later"
name = "assetinfo"
readme = "README.md"
repository = "https://github.com/bbastin/assetinfo"
version = "0.12.0"

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