# 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 = "2021" name = "cloudflare-soos" version = "2.3.1" authors = ["Kornel LesiƄski "] include = [ "/README.md", "/Cargo.toml", "/LICENSE-MIT", "/src/**/*.rs", "/examples/*.rs", ] description = "Helper tool for Cloudflare's enhanced HTTP/2 and HTTP/3 prioritization, which makes progressive images load faster. Supports JPEG, GIF, and PNG." homepage = "https://blog.cloudflare.com/parallel-streaming-of-progressive-images/" readme = "README.md" keywords = [ "jpeg", "http-2", "cloudflare", "optimization", ] categories = [ "network-programming", "multimedia::images", ] license = "MIT OR Apache-2.0" [profile.release] opt-level = "s" lto = true panic = "abort" [lib] crate-type = [ "cdylib", "rlib", ] [[bin]] name = "soos-cf-priority" path = "src/main.rs" [dependencies.serde] version = "1.0.145" features = ["derive"] optional = true [features] default = ["gif"] gif = [] [target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen] version = "0.2.51" [target."cfg(target_arch = \"wasm32\")".dependencies.wee_alloc] version = "0.4.5"