# 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 = "lcs-png-diff-server" version = "0.1.6" authors = ["Jian Liao "] exclude = [".gitignore"] description = "PNG diff server with LCS algorithm" homepage = "https://github.com/jianliao/lcs-png-diff-server-rs" documentation = "https://github.com/jianliao/lcs-png-diff-server-rs" readme = "README.md" keywords = [ "PNG", "Bitmap", "LCS", ] license = "Apache-2.0" repository = "https://github.com/jianliao/lcs-png-diff-server-rs" resolver = "2" [dependencies.axum] version = "0.5.5" [dependencies.axum-extra] version = "0.3.1" features = ["spa"] [dependencies.clap] version = "3.1.18" features = ["derive"] [dependencies.http] version = "0.2.7" [dependencies.image] version = "0.24.2" default-features = false [dependencies.lcs-png-diff] version = "0.3.1" [dependencies.log] version = "0.4.17" [dependencies.reqwest] version = "0.11.10" [dependencies.serde] version = "1.0.137" [dependencies.serde_json] version = "1.0.81" [dependencies.tokio] version = "1.18.2" features = ["full"] [dependencies.tower] version = "0.4.12" [dependencies.tower-http] version = "0.3.3" features = ["full"] [dependencies.tracing] version = "0.1.34" [dependencies.tracing-subscriber] version = "0.3.11" [dependencies.uuid] version = "1.0.0" [features] all_image_formats = ["image/png"] binary = ["all_image_formats"] default = ["binary"]