fluor 0.0.2

First-principles GUI compositor library: center-origin RU coordinates, harmonic-mean span scaling, CPU softbuffer rendering, ARM-first.
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 = "fluor"
version = "0.0.2"
authors = ["Nick Spiker <fractaldecoder@proton.me>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "First-principles GUI compositor library: center-origin RU coordinates, harmonic-mean span scaling, CPU softbuffer rendering, ARM-first."
homepage = "https://github.com/nickspiker/fluor"
documentation = "https://docs.rs/fluor"
readme = "README.md"
keywords = [
    "gui",
    "compositor",
    "windowing",
    "graphics",
    "ui",
]
categories = [
    "gui",
    "graphics",
    "rendering",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/nickspiker/fluor"

[features]
default = [
    "std",
    "host-winit",
    "simd",
    "rayon",
]
host-bare = []
host-softbuffer = [
    "std",
    "dep:softbuffer",
]
host-winit = [
    "std",
    "text",
    "dep:winit",
    "dep:softbuffer",
    "dep:wgpu",
    "dep:pollster",
    "dep:arboard",
]
rayon = [
    "std",
    "dep:rayon",
]
simd = ["dep:wide"]
std = []
text = [
    "std",
    "dep:cosmic-text",
    "dep:swash",
]

[lib]
name = "fluor"
crate-type = ["rlib"]
path = "src/lib.rs"

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

[dependencies.arboard]
version = "3"
optional = true

[dependencies.cosmic-text]
version = "0.14"
optional = true

[dependencies.libm]
version = "0.2"

[dependencies.pollster]
version = "0.4"
optional = true

[dependencies.rav1d]
version = "1.1"
features = ["bitdepth_8"]
default-features = false

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

[dependencies.softbuffer]
version = "0.4"
optional = true

[dependencies.spirix]
version = "0.0.12"
features = ["alloc"]
default-features = false

[dependencies.swash]
version = "0.2"
optional = true

[dependencies.vsf]
version = "0.3"

[dependencies.wgpu]
version = "28"
features = ["metal"]
optional = true
default-features = false

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

[dependencies.winit]
version = "0.30"
optional = true

[dev-dependencies.proptest]
version = "1.5"

[target.'cfg(target_os = "linux")'.dependencies.x11rb]
version = "0.13"
features = ["shape"]

[profile.debuggable]
debug = "line-tables-only"
inherits = "dev"

[profile.dev]
opt-level = 2
lto = false
codegen-units = 16
debug = 0
debug-assertions = false
overflow-checks = false
incremental = true

[profile.release]
opt-level = 3
lto = true
codegen-units = 1
panic = "abort"
overflow-checks = false
strip = true