imagegen-bridge-codex-app-server 0.3.0

Codex app-server provider 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-codex-app-server"
version = "0.3.0"
authors = ["Imagegen Bridge contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Codex app-server provider 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_codex_app_server"
path = "src/lib.rs"

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

[dependencies.base64]
version = "0.22"

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

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

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

[dependencies.parking_lot]
version = "0.12"

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

[dependencies.serde_json]
version = "1"

[dependencies.tokio]
version = "1"
features = [
    "io-util",
    "macros",
    "process",
    "rt",
    "sync",
    "time",
]

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

[dependencies.tracing]
version = "0.1"

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

[dev-dependencies.tokio]
version = "1"
features = [
    "macros",
    "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)"]