Skip to content

Commit

Permalink
cargo update libwebp-sys, lcms2-sys, criterion
Browse files Browse the repository at this point in the history
  • Loading branch information
lilith committed Sep 29, 2022
1 parent ea220d0 commit dd6b731
Show file tree
Hide file tree
Showing 4 changed files with 56 additions and 92 deletions.
124 changes: 51 additions & 73 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion c_components/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ libz-sys = { version = "1.0.18", features = ["static"] }
libpng-sys = { version = "1.1.8", features = ["static", "static-libz", "libz-sys"] }

# For build info see https://github.com/kornelski/rust-lcms2-sys/blob/master/src/build.rs
lcms2-sys = { version = "3.1.4", features = ["static", "static-fallback", "parallel"] }
lcms2-sys = { version = "4", features = ["static", "static-fallback", "parallel"] }
2 changes: 1 addition & 1 deletion c_components/tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ path = "src/profile.rs"

[dependencies]
imageflow_c_components = {path = ".."}
lcms2-sys = "3.1.4"
lcms2-sys = "4"
libpng-sys = "1.1.7"
mozjpeg-sys = "1"
libz-sys = "1.0.18"
Expand Down
20 changes: 3 additions & 17 deletions imageflow_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,52 +12,40 @@ bench = false

[dependencies]
libc = "0.2"

num = "0.4"

# time
time = "0.3" #
chrono = "0.4"

# serialization
serde = "1"
serde_json = "1"
serde_derive = "1"

#lazy static
lazy_static = "1"

# fast hashes, crypto hashes
twox-hash = "1"
fnv = "1"
blake2-rfc = "0.2"

## Crate-specific dependencies

threadpool = "1"
petgraph = "0.4" #Upgrade to 0.5
daggy = "0.5" # Upgrade to 0.6

smallvec = "1"

itertools = "0.10"
imgref = "1.4.1"
slotmap = "1"
base64 = "0.13"
hex = "0.4"

gif = "0.11"
rgb = { version = "0.8", features = ["argb"] }
imagequant = "4"
lodepng = "3"
flate2 = { version = "1.0", features = ["zlib"], default-features = false }
libwebp-sys = "0.6"
libwebp-sys = "0.8"
libz-sys = { version="1", features = ["static"] }

jpeg-decoder = "0.2"

lcms2 = "5"
lcms2-sys = "3"
lcms2-sys = "4"
chashmap = "2.2"

getopts ="0.2"
Expand All @@ -81,13 +69,11 @@ evalchroma = "1"
# And https://github.com/kornelski/rust-libpng-sys/blob/master/build.rs
libpng-sys = { version = "1.1.8", features = ["static", "static-libz", "libz-sys"] }



[dev-dependencies]
hyper = "0.14"
imageflow_http_helpers = { path = "../imageflow_http_helpers", version = "*" }
dssim = "3.2.0"
criterion = "0.3"
criterion = "0.4"

[features]
default = []
Expand Down

0 comments on commit dd6b731

Please sign in to comment.