# 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.64" name = "libopenraw" version = "0.4.0-alpha.8" build = false autobins = false autoexamples = false autotests = false autobenches = false default-run = "ordiag" description = "Digital camera RAW file processing" homepage = "https://libopenraw.freedesktop.org/libopenraw/" documentation = "https://docs.rs/crate/libopenraw/" readme = "README" keywords = [ "image", "photography", "file_format", "graphics", ] categories = ["multimedia::images"] license = "LGPL-3.0-or-later" repository = "https://gitlab.freedesktop.org/libopenraw/libopenraw" [profile.release] debug = 2 [lib] name = "libopenraw" crate-type = [ "staticlib", "rlib", ] path = "src/lib.rs" bench = false [[bin]] name = "canon_models" path = "src/bin/canon_models.rs" bench = false required-features = ["book"] [[bin]] name = "fuzz-ljpeg" path = "src/bin/fuzz-ljpeg.rs" bench = false required-features = ["fuzzing"] [[bin]] name = "fuzz-olymdecompress" path = "src/bin/fuzz-olymdecompress.rs" bench = false required-features = ["fuzzing"] [[bin]] name = "fuzz-rawfile" path = "src/bin/fuzz-rawfile.rs" bench = false required-features = ["fuzzing"] [[bin]] name = "identify" path = "src/bin/identify.rs" [[bin]] name = "metadata" path = "src/bin/metadata.rs" [[bin]] name = "ordiag" path = "src/bin/ordiag.rs" test = false bench = false [[bin]] name = "ordump" path = "src/bin/ordump.rs" bench = false required-features = ["dump"] [[bin]] name = "probe" path = "src/bin/probe.rs" bench = false required-features = ["probe"] [[bin]] name = "rawdata" path = "src/bin/rawdata.rs" [[bin]] name = "test-ljpeg" path = "src/bin/test-ljpeg.rs" bench = false required-features = ["fuzzing"] [[bin]] name = "test-rawfile" path = "src/bin/test-rawfile.rs" [[example]] name = "extensions" path = "examples/extensions.rs" [[example]] name = "orrender" path = "examples/orrender.rs" [[test]] name = "testsuite" path = "tests/testsuite.rs" [[bench]] name = "the_benchmark" path = "benches/the_benchmark.rs" harness = false required-features = ["bench"] [dependencies.afl] version = "0.12.4" optional = true [dependencies.bitreader] version = "0.3.7" [dependencies.byteorder] version = "1.4.3" [dependencies.chrono] version = "0.4.38" features = ["clock"] default-features = false [dependencies.fallible_collections] version = "0.4" features = ["std_io"] [dependencies.getopts] version = "0.2.21" [dependencies.jpeg-decoder] version = "0.3.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.libc] version = "0.2.151" optional = true [dependencies.log] version = "0.4.19" [dependencies.multimap] version = "0.10.0" optional = true [dependencies.multiversion] version = "0.7.4" [dependencies.nalgebra] version = "0.32" [dependencies.num-traits] version = "0.2.14" [dependencies.num_enum] version = "0.6.1" [dependencies.once_cell] version = "1.18.0" [dependencies.rayon] version = "1.8.0" [dependencies.simple_logger] version = "5.0.0" default-features = false [dependencies.static_assertions] version = "1.1.0" [dependencies.thiserror] version = "1.0.44" [dev-dependencies.crc] version = "2.1.0" [dev-dependencies.criterion] version = "0.5.1" features = ["html_reports"] [dev-dependencies.image] version = "0.25.1" features = [ "png", "jpeg", ] default-features = false [dev-dependencies.serde] version = "^1, <=1.0.171" features = ["derive"] [dev-dependencies.serde-xml-rs] version = "^0.6" [dev-dependencies.test-assembler] version = "0.1.2" [features] 3gpp = [] bench = [] book = ["multimap"] capi = ["libc"] default = [ "dump", "bench", "capi", "probe", ] dump = [] fuzzing = ["afl"] meta-xml = [] missing-pixi-permitted = [] mp4v = [] probe = [] unstable-api = []