bezel-ui 0.1.0

SwiftUI-flavored components for gpui — popovers, menus, buttons, toggles, and loaders
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"
rust-version = "1.85"
name = "bezel-ui"
version = "0.1.0"
authors = ["clearloop <tianyi.gc@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SwiftUI-flavored components for gpui — popovers, menus, buttons, toggles, and loaders"
homepage = "https://github.com/crabtalk/bezel"
readme = "README.md"
keywords = [
    "gpui",
    "gui",
    "ui",
    "components",
]
categories = ["gui"]
license = "MIT"
repository = "https://github.com/crabtalk/bezel"
resolver = "2"

[features]
default = [
    "geist-sans",
    "geist-mono",
    "geist-weights",
]
geist-mono = []
geist-sans = []
geist-weights = ["geist-sans"]

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

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

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

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

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

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

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

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

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

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

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

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

[dependencies.gpui]
version = "0.3.2"
package = "bezel-gpui"

[dependencies.motion]
version = "0.1.0"
package = "bezel-motion"

[dependencies.theme]
version = "0.1.0"
package = "bezel-theme"

[dependencies.unicode-segmentation]
version = "1"

[dependencies.web-time]
version = "1"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ['cfg(feature, values("cargo-clippy"))']