rosin-core 0.3.1

Rosin is a GUI library that aims to be extremely easy to use.
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 = "rosin-core"
version = "0.3.1"
authors = ["TimTom <timtom.business@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rosin is a GUI library that aims to be extremely easy to use."
homepage = "https://github.com/sailbrush/rosin"
documentation = "https://docs.rs/rosin/latest/rosin-core/"
readme = "README.md"
keywords = ["GUI"]
categories = ["gui"]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/sailbrush/rosin"
resolver = "2"

[features]
default = ["system_fonts"]
icu = [
    "dep:icu",
    "dep:fixed_decimal",
    "dep:intl-memoizer",
    "dep:time",
]
serde = [
    "dep:serde",
    "keyboard-types/serde",
    "kurbo/serde",
]
system_fonts = ["parley/system"]

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

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

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

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

[dependencies.accesskit]
version = "0.24.0"

[dependencies.bumpalo]
version = "3.20.2"
features = ["collections"]

[dependencies.cssparser]
version = "0.35.0"

[dependencies.cssparser-color]
version = "0.3.0"

[dependencies.fixed_decimal]
version = "0.7.1"
features = ["ryu"]
optional = true

[dependencies.fluent-bundle]
version = "0.16.0"

[dependencies.icu]
version = "2.1.1"
features = ["compiled_data"]
optional = true

[dependencies.intl-memoizer]
version = "0.5.3"
optional = true

[dependencies.keyboard-types]
version = "0.8.3"

[dependencies.kurbo]
version = "0.13.0"
default-features = false

[dependencies.lazy_static]
version = "1.5.0"

[dependencies.log]
version = "0.4"

[dependencies.parking_lot]
version = "0.12.5"

[dependencies.parley]
version = "0.7"
features = ["std"]
default-features = false

[dependencies.qfilter]
version = "0.2.1"

[dependencies.serde]
version = "1.0"
features = ["derive"]
optional = true

[dependencies.slotmap]
version = "1.1.1"

[dependencies.smallstr]
version = "0.3.1"

[dependencies.smallvec]
version = "1.15.1"

[dependencies.sys-locale]
version = "0.3.1"

[dependencies.time]
version = "0.3.45"
features = ["serde"]
optional = true

[dependencies.unic-langid]
version = "0.9.5"
features = ["macros"]

[dependencies.vello]
version = "0.7.0"

[dependencies.vello_encoding]
version = "0.7.0"

[dev-dependencies.criterion]
version = "0.8.1"

[dev-dependencies.env_logger]
version = "0.11.9"

[dev-dependencies.serde_json]
version = "1.0"

[target."cfg(loom)".dependencies.loom]
version = "0.7.2"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(loom)"]