imagegen-bridge-runtime 0.1.1

Provider orchestration and durable state for Imagegen Bridge
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-runtime"
version = "0.1.1"
authors = ["Imagegen Bridge contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Provider orchestration and durable state for Imagegen Bridge"
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_runtime"
path = "src/lib.rs"

[dependencies.async-trait]
version = "0.1"

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

[dependencies.base64]
version = "0.22"

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

[dependencies.imagegen-bridge-artifacts]
version = "0.1.1"

[dependencies.imagegen-bridge-codex-app-server]
version = "0.1.1"

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

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.11"

[dependencies.tokio]
version = "1"
features = [
    "sync",
    "time",
]

[dependencies.tokio-rusqlite]
version = "0.7.0"
features = ["bundled"]

[dependencies.tokio-util]
version = "0.7"
features = ["rt"]

[dependencies.url]
version = "2"

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

[dev-dependencies.image]
version = "0.25.10"
features = ["png"]
default-features = false

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

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

[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)"]