imagegen-bridge-artifacts 0.3.0

Bounded image input loading and atomic artifact storage
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.94"
name = "imagegen-bridge-artifacts"
version = "0.3.0"
authors = ["Imagegen Bridge contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Bounded image input loading and atomic artifact storage"
homepage = "https://github.com/Crimsab/imagegen-bridge"
readme = "README.md"
keywords = [
    "image-generation",
    "codex",
    "openai",
    "bridge",
]
categories = [
    "api-bindings",
    "command-line-utilities",
    "multimedia::images",
]
license = "MIT"
repository = "https://github.com/Crimsab/imagegen-bridge"

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

[dependencies.base16ct]
version = "1"
features = ["alloc"]

[dependencies.base64]
version = "0.22"

[dependencies.cap-std]
version = "4.0.2"

[dependencies.futures-util]
version = "0.3"

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

[dependencies.imagegen-bridge-core]
version = "0.3.0"

[dependencies.imagesize]
version = "0.15.0"
features = [
    "jpeg",
    "png",
    "webp",
]
default-features = false

[dependencies.reqwest]
version = "0.13.4"
features = [
    "rustls",
    "stream",
]
default-features = false

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.11"

[dependencies.tempfile]
version = "3.27.0"

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

[dependencies.uuid]
version = "1"
features = ["v7"]

[dev-dependencies.tokio]
version = "1"
features = [
    "io-util",
    "macros",
    "net",
    "rt-multi-thread",
]

[lints.clippy]
derivable_impls = "allow"
expect_used = "warn"
missing_errors_doc = "allow"
panic = "warn"
struct_excessive_bools = "allow"
too_many_lines = "allow"
unwrap_used = "warn"

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

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

[lints.rust]
missing_docs = "warn"
unsafe_code = "forbid"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(coverage_nightly)"]