# 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" rust-version = "1.70" name = "lepton_jpeg" version = "0.4.0" authors = ["Kristof Roomp "] build = false exclude = [ "images/*", "tests/*", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Rust port of the Lepton JPEG compression library" readme = "README.md" categories = [ "multimedia::images", "multimedia::encoding", ] license = "Apache-2.0" repository = "https://github.com/microsoft/lepton_jpeg_rust" [profile.release] debug = 2 [lib] name = "lepton_jpeg" crate-type = [ "cdylib", "lib", ] path = "src/lib.rs" [[bin]] name = "lepton_jpeg_util" path = "src/main.rs" [dependencies.anyhow] version = "1.0" features = ["backtrace"] [dependencies.bytemuck] version = "1" [dependencies.byteorder] version = "1.4" [dependencies.default-boxed] version = "0.2" [dependencies.flate2] version = "1.0" [dependencies.git-version] version = "0.3" [dependencies.log] version = "0.4" [dependencies.rayon-core] version = "1" optional = true [dependencies.simple_logger] version = "5.0" [dependencies.unroll] version = "0.1" [dependencies.wide] version = "0.7" [dev-dependencies.rand] version = "0.8" [dev-dependencies.rand_chacha] version = "0.3" [dev-dependencies.rstest] version = "0.22" [dev-dependencies.siphasher] version = "1" [features] compression_stats = [] default = [] detailed_tracing = [] use_rayon = ["dep:rayon-core"] [target."cfg(windows)".dependencies.cpu-time] version = "1.0" [target."cfg(windows)".dependencies.thread-priority] version = "1.0.0"