1
1
[package ]
2
2
name = " cavif"
3
3
description = " Encodes images in AVIF format (image2avif converter) using a pure-Rust encoder."
4
- version = " 1.5.5 "
4
+ version = " 1.5.6 "
5
5
authors = [" Kornel Lesiński <kornel@geekhood.net>" ]
6
6
edition = " 2021"
7
7
license = " BSD-3-Clause"
@@ -10,16 +10,16 @@ keywords = ["avif", "png2avif", "jpeg2avif", "convert", "av1"]
10
10
categories = [" command-line-utilities" , " multimedia::images" , " multimedia::encoding" ]
11
11
homepage = " https://lib.rs/cavif"
12
12
repository = " https://github.com/kornelski/cavif-rs"
13
- include = [" README.md" , " LICENSE" , " Cargo.toml " , " /src/*.rs" ]
14
- rust-version = " 1.65 "
13
+ include = [" README.md" , " LICENSE" , " /src/*.rs" ]
14
+ rust-version = " 1.70 "
15
15
16
16
[dependencies ]
17
- ravif = { version = " 0.11.9 " , path = " ./ravif" , default-features = false , features = [" threading" ] }
17
+ ravif = { version = " 0.11.11 " , path = " ./ravif" , default-features = false , features = [" threading" ] }
18
18
rayon = " 1.10.0"
19
- rgb = { version = " 0.8.48 " , default-features = false }
19
+ rgb = { version = " 0.8.50 " , default-features = false }
20
20
cocoa_image = { version = " 1.0.7" , optional = true }
21
- imgref = " 1.10.1 "
22
- clap = { version = " 4.3.24 " , default-features = false , features = [" color" , " suggestions" , " wrap_help" , " std" , " cargo" ] }
21
+ imgref = " 1.11.0 "
22
+ clap = { version = " 4.4.18 " , default-features = false , features = [" color" , " suggestions" , " wrap_help" , " std" , " cargo" ] }
23
23
load_image = " 3.0.3"
24
24
25
25
[features ]
@@ -42,7 +42,7 @@ strip = true
42
42
opt-level = 2
43
43
44
44
[dev-dependencies ]
45
- avif-parse = " 1.0.0 "
45
+ avif-parse = " 1.3.2 "
46
46
47
47
[badges ]
48
48
maintenance = { status = " actively-developed" }
0 commit comments