oximg 0.1.0

High-performance image compression: library, CLI, and self-hostable server (PoC).
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"
name = "oximg"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "High-performance image compression: library, CLI, and self-hostable server (PoC)."
readme = "README.md"
keywords = [
    "image",
    "jpeg",
    "resize",
    "compression",
    "server",
]
categories = [
    "multimedia::images",
    "web-programming::http-server",
]
license = "Apache-2.0"
repository = "https://github.com/oximg/oximg"

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

[[bin]]
name = "oximg"
path = "src/main.rs"

[[example]]
name = "qcli"
path = "examples/qcli.rs"

[dependencies.anyhow]
version = "1"

[dependencies.axum]
version = "0.8"

[dependencies.fast_image_resize]
version = "5"

[dependencies.mimalloc]
version = "0.1.52"

[dependencies.mozjpeg]
version = "0.10"

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "net",
    "macros",
    "signal",
    "fs",
]

[profile.release]
lto = true
codegen-units = 1