ccf-gpui-widgets 0.1.0

Reusable GPUI widgets for building desktop applications
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 = "2021"
name = "ccf-gpui-widgets"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Reusable GPUI widgets for building desktop applications"
readme = "README.md"
keywords = [
    "gpui",
    "widgets",
    "ui",
    "gui",
]
categories = ["gui"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/ComposerChrisF/ccf-gpui-widgets"

[package.metadata.docs.rs]
all-features = true

[features]
default = []
file-picker = [
    "dep:rfd",
    "dep:dirs",
]
full = [
    "file-picker",
    "secure-password",
]
secure-password = [
    "dep:secrecy",
    "dep:zeroize",
]

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

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

[dependencies.dirs]
version = "5.0"
optional = true

[dependencies.gpui]
version = "0.2.2"

[dependencies.log]
version = "0.4"

[dependencies.rfd]
version = "0.15"
optional = true

[dependencies.secrecy]
version = "0.10"
optional = true

[dependencies.smol]
version = "2.0"

[dependencies.zeroize]
version = "1.8"
optional = true

[dev-dependencies.proptest]
version = "1.4"

[dev-dependencies.tempfile]
version = "3.10"