[package]
edition = "2024"
rust-version = "1.97"
name = "gpui-box-kit"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "GPUI Box Kit design-system components and interaction primitives"
readme = false
license = "MIT"
repository = "https://github.com/fran0220/gpui-box"
[features]
fixtures = []
[lib]
name = "gpui_kit"
path = "src/lib.rs"
[[test]]
name = "actions"
path = "tests/actions.rs"
[[test]]
name = "agent_approval"
path = "tests/agent_approval.rs"
[[test]]
name = "agent_permission_cost"
path = "tests/agent_permission_cost.rs"
[[test]]
name = "anchor_list"
path = "tests/anchor_list.rs"
[[test]]
name = "auth"
path = "tests/auth.rs"
[[test]]
name = "canvas"
path = "tests/canvas.rs"
[[test]]
name = "cascader"
path = "tests/cascader.rs"
[[test]]
name = "choice"
path = "tests/choice.rs"
[[test]]
name = "command_palette"
path = "tests/command_palette.rs"
[[test]]
name = "components"
path = "tests/components.rs"
[[test]]
name = "content"
path = "tests/content.rs"
[[test]]
name = "data"
path = "tests/data.rs"
[[test]]
name = "datetime"
path = "tests/datetime.rs"
[[test]]
name = "detail"
path = "tests/detail.rs"
[[test]]
name = "diagnostics_list"
path = "tests/diagnostics_list.rs"
[[test]]
name = "dialog"
path = "tests/dialog.rs"
[[test]]
name = "direction"
path = "tests/direction.rs"
[[test]]
name = "dnd"
path = "tests/dnd.rs"
[[test]]
name = "documents"
path = "tests/documents.rs"
[[test]]
name = "flow"
path = "tests/flow.rs"
[[test]]
name = "form"
path = "tests/form.rs"
[[test]]
name = "gesture"
path = "tests/gesture.rs"
[[test]]
name = "grid"
path = "tests/grid.rs"
[[test]]
name = "input"
path = "tests/input.rs"
[[test]]
name = "layout"
path = "tests/layout.rs"
[[test]]
name = "markdown"
path = "tests/markdown.rs"
[[test]]
name = "media"
path = "tests/media.rs"
[[test]]
name = "menu"
path = "tests/menu.rs"
[[test]]
name = "messages"
path = "tests/messages.rs"
[[test]]
name = "motion"
path = "tests/motion.rs"
[[test]]
name = "navigation"
path = "tests/navigation.rs"
[[test]]
name = "navigation_extra"
path = "tests/navigation_extra.rs"
[[test]]
name = "offering_catalog"
path = "tests/offering_catalog.rs"
[[test]]
name = "ordinary"
path = "tests/ordinary.rs"
[[test]]
name = "overlay"
path = "tests/overlay.rs"
[[test]]
name = "players"
path = "tests/players.rs"
[[test]]
name = "run"
path = "tests/run.rs"
[[test]]
name = "scenes"
path = "tests/scenes.rs"
[[test]]
name = "select"
path = "tests/select.rs"
[[test]]
name = "servers"
path = "tests/servers.rs"
[[test]]
name = "shell"
path = "tests/shell.rs"
[[test]]
name = "strings"
path = "tests/strings.rs"
[[test]]
name = "structured"
path = "tests/structured.rs"
[[test]]
name = "textarea"
path = "tests/textarea.rs"
[[test]]
name = "toast"
path = "tests/toast.rs"
[[test]]
name = "tooltip"
path = "tests/tooltip.rs"
[[test]]
name = "tree_grid"
path = "tests/tree_grid.rs"
[[test]]
name = "virtualization"
path = "tests/virtualization.rs"
[dependencies.gpui]
version = "0.1.1"
package = "gpui-box"
[dependencies.gpui-kit-assets]
version = "0.1.1"
package = "gpui-box-kit-assets"
[dependencies.gpui-kit-semantics]
version = "0.1.1"
package = "gpui-box-kit-semantics"
[dependencies.gpui-kit-theme]
version = "0.1.1"
package = "gpui-box-kit-theme"
[dependencies.gpui-kit-tokens]
version = "0.1.1"
package = "gpui-box-kit-tokens"
[dependencies.pulldown-cmark]
version = "0.13"
default-features = false
[dependencies.serde]
version = "1.0.221"
features = [
"derive",
"rc",
]
[dependencies.serde_json]
version = "1.0.144"
features = [
"preserve_order",
"raw_value",
]
[dependencies.unicode-bidi]
version = "0.3.18"
features = ["hardcoded-data"]
default-features = false
[dependencies.unicode-segmentation]
version = "1.10"
[dependencies.web-time]
version = "1.1.0"
[dev-dependencies]
[lints.clippy]
dbg_macro = "deny"
todo = "warn"
unwrap_used = "warn"
[lints.rust]
unsafe_op_in_unsafe_fn = "deny"
[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = [
"cfg(perf_enabled)",
"cfg(rust_analyzer)",
'cfg(feature, values("cargo-clippy", "nightly_coverage"))',
]