dct-io 0.1.1

Read and write quantized DCT coefficients in baseline JPEG files
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 = "2021"
rust-version = "1.56"
name = "dct-io"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Read and write quantized DCT coefficients in baseline JPEG files"
documentation = "https://docs.rs/dct-io"
readme = "README.md"
keywords = [
    "jpeg",
    "dct",
    "image",
    "steganography",
    "codec",
]
categories = [
    "multimedia::images",
    "encoding",
    "parser-implementations",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/elementmerc/dct-io"

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

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

[dev-dependencies.image]
version = "0.25"
features = ["jpeg"]
default-features = false