freya-components 0.4.0

Components for Freya apps
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 = "freya-components"
version = "0.4.0"
authors = ["Marc EspĂ­n <mespinsanz@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Components for Freya apps"
homepage = "https://freyaui.dev/"
readme = "README.md"
keywords = [
    "gui",
    "ui",
    "desktop",
    "skia",
]
categories = [
    "gui",
    "asynchronous",
]
license = "MIT"
repository = "https://github.com/marc2332/freya"

[package.metadata.docs.rs]
features = ["docs"]

[features]
calendar = ["dep:chrono"]
docs = ["dep:embed-doc-image"]
gif = ["dep:gif"]
remote-asset = ["dep:reqwest"]
router = [
    "dep:open",
    "dep:freya-router",
]
titlebar = ["dep:freya-icons"]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[dependencies.accesskit]
version = "0.24.0"

[dependencies.anyhow]
version = "1.0.100"

[dependencies.async-io]
version = "2.5.0"

[dependencies.async-lock]
version = "3"

[dependencies.blocking]
version = "1.6.2"

[dependencies.bytes]
version = "1.10.1"

[dependencies.cfg-if]
version = "1.0"

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

[dependencies.embed-doc-image]
version = "0.1.4"
optional = true

[dependencies.euclid]
version = "0.22.9"

[dependencies.freya-animation]
version = "0.4.0"

[dependencies.freya-core]
version = "0.4.0"

[dependencies.freya-edit]
version = "0.4.0"

[dependencies.freya-engine]
version = "0.4.0"

[dependencies.freya-icons]
version = "0.4.0"
features = ["all"]
optional = true

[dependencies.freya-router]
version = "0.4.0"
optional = true

[dependencies.freya-sdk]
version = "0.4.0"
features = ["all"]

[dependencies.gif]
version = "0.13.3"
optional = true

[dependencies.open]
version = "5.1"
optional = true

[dependencies.paste]
version = "1.0.15"

[dependencies.reqwest]
version = "0.12"
features = [
    "blocking",
    "http2",
    "rustls-tls",
]
optional = true
default-features = false

[dependencies.rustc-hash]
version = "2.1.1"

[dependencies.thiserror]
version = "2.0.17"

[dependencies.torin]
version = "0.4.0"

[dependencies.tracing]
version = "0.1.41"

[dev-dependencies]

[lints.clippy]
redundant_clone = "warn"