cloudillo-file 0.8.9

File storage subsystem for Cloudillo: upload, download, image processing, and variant generation
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 = "2021"
name = "cloudillo-file"
version = "0.8.9"
authors = ["Szilárd Hajba <szilu@symbion.hu>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "File storage subsystem for Cloudillo: upload, download, image processing, and variant generation"
homepage = "https://cloudillo.org"
readme = "README.md"
keywords = [
    "cloudillo",
    "file-storage",
    "image-processing",
    "upload",
    "variants",
]
categories = [
    "web-programming",
    "filesystem",
]
license = "LGPL-3.0-only"
repository = "https://github.com/cloudillo/cloudillo-rs"

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

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

[dependencies.axum]
version = "0.8"
features = [
    "http2",
    "macros",
]

[dependencies.cloudillo-core]
version = "0.8.9"

[dependencies.cloudillo-types]
version = "0.8.9"
features = ["server"]

[dependencies.futures]
version = "0.3"

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

[dependencies.image]
version = "0.25"

[dependencies.itertools]
version = "0.14"

[dependencies.regex]
version = "1.12"

[dependencies.resvg]
version = "0.47"

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

[dependencies.serde_json]
version = "1"

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

[dependencies.tracing]
version = "0.1"

[dependencies.usvg]
version = "0.47"

[dependencies.webp]
version = "0.3"

[dependencies.yrs]
version = "0.25"