rasterrocket-encode 1.0.0

PPM/PGM/PBM/PNG output for the rasterrocket PDF renderer
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 = "2024"
name = "rasterrocket-encode"
version = "1.0.0"
authors = ["Tom"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "PPM/PGM/PBM/PNG output for the rasterrocket PDF renderer"
homepage = "https://crates.io/crates/rasterrocket"
readme = "README.md"
keywords = [
    "pdf",
    "ppm",
    "png",
    "encode",
    "image",
]
categories = [
    "multimedia::images",
    "encoding",
]
license = "MIT"
repository = "https://github.com/pthomasfournet/rasterrocket"
resolver = "2"

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

[dependencies.color]
version = "1.0"
package = "rasterrocket-color"

[dependencies.png]
version = "0.17"

[dependencies.raster]
version = "1.0"
package = "rasterrocket-render"

[lints.clippy.all]
level = "warn"
priority = -1

[lints.clippy.nursery]
level = "warn"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust]
missing_docs = "warn"
unsafe_code = "deny"
unused_results = "warn"