weave-image 0.2.26

Thumbnail download, resize, and WebP conversion for OSINT knowledge graphs
Documentation
# 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.88"
name = "weave-image"
version = "0.2.26"
authors = ["kakilangit <rust@kakilangit.dev>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Thumbnail download, resize, and WebP conversion for OSINT knowledge graphs"
readme = "README.md"
license = "MIT"
repository = "https://github.com/redberrythread/weave"

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

[dependencies.image]
version = "0.25"
features = [
    "webp",
    "jpeg",
    "png",
    "gif",
]
default-features = false

[dependencies.libwebp-sys]
version = "0.14"

[dependencies.reqwest]
version = "0.13"
features = ["rustls"]
default-features = false

[dependencies.sha2]
version = "0.11"

[dependencies.tokio]
version = "1"
features = ["rt"]

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

[dev-dependencies.tokio]
version = "1"
features = [
    "rt",
    "macros",
]

[lints.clippy]
expect_used = "deny"
module_name_repetitions = "allow"
must_use_candidate = "allow"
unwrap_used = "deny"

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

[lints.rust]
unsafe_code = "deny"