auto-thumbnail 0.3.0

Deprecated compatibility shim; use media-decode.
Documentation
1
2
3
4
5
6
7
8
9
10
# auto-thumbnail (deprecated)


This crate has been **renamed to [media-decode](https://crates.io/crates/media-decode)**.

Version 0.3.0 is a compatibility shim that re-exports `media_decode`. New projects should depend on:

```toml
[dependencies]
media-decode = { version = "0.3", features = ["full"] }
```