fax 0.2.7

Decoder and Encoder for CCITT Group 3 and 4 bi-level image encodings used by fax machines TIFF and PDF.
Documentation
# 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 = "2018"
rust-version = "1.71"
name = "fax"
version = "0.2.7"
authors = ["Sebastian K <s3bk@protonmail.com>"]
build = false
exclude = [
    "T-REC-T.6-198811-I!!PDF-E.pdf",
    ".vscode/*",
    ".gitignore",
    "test-files",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Decoder and Encoder for CCITT Group 3 and 4 bi-level image encodings used by fax machines TIFF and PDF."
readme = "README.md"
keywords = [
    "CCITT",
    "fax",
    "CCITTFaxDecode",
]
license = "MIT"
repository = "https://github.com/pdf-rs/fax"

[features]
debug = []
generate_bitmaps = ["dep:fax_derive"]

[lib]
name = "fax"
path = "src/lib.rs"

[[example]]
name = "bitdiff"
path = "examples/bitdiff.rs"

[[example]]
name = "check"
path = "examples/check.rs"

[[example]]
name = "fax2pbm"
path = "examples/fax2pbm.rs"

[[example]]
name = "fax2tiff"
path = "examples/fax2tiff.rs"

[[example]]
name = "pbm2fax"
path = "examples/pbm2fax.rs"

[[example]]
name = "validate"
path = "examples/validate.rs"

[[test]]
name = "check"
path = "tests/check.rs"

[[test]]
name = "errors"
path = "tests/errors.rs"

[dependencies.fax_derive]
version = "0.2.0"
optional = true

[dev-dependencies.tiff]
version = "0.11.3"