oxiui-render-soft 0.2.1

Software CPU framebuffer backend for OxiUI (headless / ffi-audit)
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.89"
name = "oxiui-render-soft"
version = "0.2.1"
authors = ["COOLJAPAN OU (Team Kitasan)"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Software CPU framebuffer backend for OxiUI (headless / ffi-audit)"
readme = "README.md"
keywords = [
    "softbuffer",
    "headless",
    "oxiui",
    "cooljapan",
    "pure-rust",
]
categories = [
    "rendering",
    "gui",
]
license = "Apache-2.0"
repository = "https://github.com/cool-japan/oxiui"

[features]
canvas-2d = []
default = ["text"]
fft-blur = ["dep:oxifft"]
parallel = ["dep:rayon"]
simd = ["dep:wide"]
text = ["dep:oxiui-text"]
theme = ["dep:oxiui-theme"]
wgpu-compat = ["dep:oxiui-render-wgpu"]

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

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

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

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

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

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

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

[dependencies.oxifft]
version = "0.4.1"
features = ["std"]
optional = true
default-features = false

[dependencies.oxiui-core]
version = "0.2"

[dependencies.oxiui-render-wgpu]
version = "0.2"
optional = true

[dependencies.oxiui-text]
version = "0.2"
optional = true

[dependencies.oxiui-theme]
version = "0.2"
optional = true

[dependencies.png]
version = "0.18.1"

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

[dependencies.wide]
version = "1.5.0"
optional = true

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