[package]
edition = "2024"
name = "liora-components"
version = "0.1.16"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Enterprise-style native GPUI component library for Liora applications."
readme = false
license-file = "LICENSE.md"
repository = "https://github.com/yhyzgn/liora"
resolver = "2"
[lib]
name = "liora_components"
path = "src/lib.rs"
[[test]]
name = "autocomplete"
path = "tests/autocomplete.rs"
[[test]]
name = "cascader"
path = "tests/cascader.rs"
[[test]]
name = "color_picker"
path = "tests/color_picker.rs"
[[test]]
name = "group_layout"
path = "tests/group_layout.rs"
[[test]]
name = "image"
path = "tests/image.rs"
[[test]]
name = "transfer"
path = "tests/transfer.rs"
[[test]]
name = "upload"
path = "tests/upload.rs"
[dependencies.gpui]
version = "0.2.2"
default-features = false
[dependencies.image]
version = "0.25"
[dependencies.liora-core]
version = "0.1.16"
[dependencies.liora-icons]
version = "0.1.16"
[dependencies.liora-icons-lucide]
version = "0.1.16"
[dependencies.liora-theme]
version = "0.1.16"
[dependencies.lyon_tessellation]
version = "1.0"
[dependencies.qrcode]
version = "0.14"
[dependencies.rqrr]
version = "0.8"
[dependencies.syntect]
version = "5.3"
features = ["default-fancy"]
default-features = false
[dependencies.two-face]
version = "0.5.1"
features = ["syntect-default-fancy"]
default-features = false
[dependencies.ureq]
version = "2"