# 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 = "assetinfo" version = "0.12.0" authors = ["Benedikt Bastin"] build = "build.rs" exclude = [ ".github", "cliff.toml", ] autobins = false autoexamples = false autotests = false autobenches = false description = "assetinfo is a tool to watch for versions of assets and their end-of-life date." homepage = "https://assetinfo.de" readme = "README.md" keywords = [ "cli", "security", ] categories = ["command-line-utilities"] license = "AGPL-3.0-or-later" repository = "https://github.com/bbastin/assetinfo" [lib] name = "assetinfo" path = "src/lib.rs" [[bin]] name = "assetinfo" path = "src/main.rs" [[test]] name = "test_update_database" path = "tests/test_update_database.rs" [dependencies.async-compression] version = "0.4.12" features = [ "tokio", "zstd", ] [dependencies.bollard] version = "0.17.0" [dependencies.chrono] version = "0.4.38" features = [ "now", "serde", ] [dependencies.clap] version = "4.5.13" features = ["derive"] [dependencies.log] version = "0.4.22" [dependencies.regex] version = "1.10.6" [dependencies.reqwest] version = "0.12.5" features = ["json"] [dependencies.serde] version = "1.0.204" features = ["derive"] [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] version = "1.39.2" features = ["full"] [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" [build-dependencies.zstd] version = "0.13.2" [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"