rasterrocket-render 1.0.1

Software rasterizer — path fill, compositing, and AVX-512/AVX2/NEON SIMD 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-render"
version = "1.0.1"
authors = ["Tom"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Software rasterizer — path fill, compositing, and AVX-512/AVX2/NEON SIMD for the rasterrocket PDF renderer"
homepage = "https://crates.io/crates/rasterrocket"
readme = "README.md"
keywords = [
    "pdf",
    "raster",
    "simd",
    "renderer",
    "avx512",
]
categories = [
    "rendering",
    "multimedia::images",
]
license = "MIT"
repository = "https://github.com/pthomasfournet/rasterrocket"
resolver = "2"

[features]
default = ["simd-avx2"]
nightly-sve2 = []
rayon = ["dep:rayon"]
simd-avx2 = []
simd-avx512 = ["simd-avx2"]

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

[dependencies.bitflags]
version = ">=2.0,  <3"

[dependencies.bytemuck]
version = ">=1.21, <2"
features = ["derive"]

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

[dependencies.rayon]
version = "1"
optional = true

[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"