auto-thumbnail 0.3.0

Deprecated compatibility shim; use media-decode.
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 = "auto-thumbnail"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Deprecated compatibility shim; use media-decode."
homepage = "https://github.com/siminx/media-decode"
readme = "README.md"
license = "MIT"
repository = "https://github.com/siminx/media-decode"
resolver = "2"

[features]
audio = ["media-decode/audio"]
default = ["full"]
full = ["media-decode/full"]
image = ["media-decode/image"]
office = ["media-decode/office"]
pdf = ["media-decode/pdf"]
raw = ["media-decode/raw"]
source = ["media-decode/source"]
svg = ["media-decode/svg"]
video = ["media-decode/video"]

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

[dependencies.media-decode]
version = "0.3"
default-features = false