File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "iptc"
3
3
version = " 0.0.1"
4
4
edition = " 2024"
5
5
license = " MIT"
6
- description = " Read IPTC tags from JPEG files, in pure Rust."
6
+ description = " Read IPTC tags from JPEG files in pure Rust, with partial support for Tiff files ."
7
7
homepage = " https://github.com/alvinometric/iptc"
8
8
repository = " https://github.com/alvinometric/iptc"
9
9
readme = " README.md"
Original file line number Diff line number Diff line change 3
3
[ ![ Crates.io] ( https://img.shields.io/crates/v/iptc )] ( https://crates.io/crates/iptc )
4
4
[ ![ CI Build] ( https://github.com/alvinometric/iptc/actions/workflows/rust.yml/badge.svg )] ( https://github.com/alvinometric/iptc/actions/workflows/rust.yml )
5
5
6
- Read IPTC tags from JPEG files, in pure Rust.
6
+ Read IPTC tags from JPEG files in pure Rust, with partial support for Tiff files .
7
7
8
8
## Example
9
9
You can’t perform that action at this time.
0 commit comments