rust-ppm 0.1.0

Small RGB image and plotting library for generating PPM graphics
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 = "rust-ppm"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Small RGB image and plotting library for generating PPM graphics"
homepage = "https://github.com/example/rust-ppm"
documentation = "https://docs.rs/rust-ppm"
readme = "README.md"
keywords = [
    "ppm",
    "image",
    "plot",
    "graphics",
    "visualization",
]
categories = [
    "graphics",
    "rendering",
    "visualization",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/example/rust-ppm"

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

[[bin]]
name = "rust-ppm"
path = "src/main.rs"

[dependencies.font8x8]
version = "0.3.1"