fovea 0.2.0

A high-precision, type-safe computer vision library guaranteeing absolute image correctness at compile time
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"
rust-version = "1.85"
name = "fovea"
version = "0.2.0"
authors = ["karhunen-loeve <karhunen.loeve.mail@gmail.com>"]
build = false
include = [
    "src/**/*.rs",
    "src/guide/**/*.md",
    "examples/**/*.rs",
    "benches/**/*.rs",
    "tests/**/*.rs",
    "Cargo.toml",
    "README.md",
    "LICENSE",
    "CHANGELOG.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A high-precision, type-safe computer vision library guaranteeing absolute image correctness at compile time"
homepage = "https://github.com/karhunen-loeve/fovea"
documentation = "https://docs.rs/fovea"
readme = "README.md"
keywords = [
    "image",
    "computer-vision",
    "pixel",
    "color",
    "type-safe",
]
categories = [
    "computer-vision",
    "graphics",
    "multimedia::images",
]
license = "MIT"
repository = "https://github.com/karhunen-loeve/fovea"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[[bench]]
name = "fold"
path = "benches/fold.rs"
harness = false

[[bench]]
name = "geometry"
path = "benches/geometry.rs"
harness = false

[[bench]]
name = "transform"
path = "benches/transform.rs"
harness = false

[dependencies.fovea-derive]
version = "0.2.0"

[dev-dependencies.criterion]
version = "0.7.0"
features = ["html_reports"]