# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "gfwx" version = "0.3.0" authors = ["Vlad Aleksashin "] exclude = [".*", "examples/*", "ci/*", "reference_app/*"] description = "GFWX: Good, Fast Wavelet Codec (Rust)" homepage = "https://github.com/devolutions/gfwx-rs" readme = "README.md" keywords = ["gfwx", "image", "codec"] license = "MIT/Apache-2.0" repository = "https://github.com/devolutions/gfwx-rs" [lib] bench = false [[bench]] name = "lifting_benchmark" harness = false [[bench]] name = "quant_benchmark" harness = false [[bench]] name = "bits_benchmark" harness = false [[bench]] name = "compress_benchmark" harness = false [[bench]] name = "decompress_benchmark" harness = false [dependencies.byteorder] version = "1.2" [dependencies.num-derive] version = "0.2" [dependencies.num-traits] version = "0.2" [dependencies.rayon] version = "1.0" optional = true [dev-dependencies.clap] version = "2.32" [dev-dependencies.criterion] version = "0.2.6" [dev-dependencies.image] version = "0.20" [dev-dependencies.time] version = "0.1" [features] adaptive_multithreading = [] default = ["rayon", "adaptive_multithreading"]