fluix 0.1.25

Rust UI components for GPUI
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 = "fluix"
version = "0.1.25"
authors = ["Fluix Contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust UI components for GPUI"
homepage = "https://github.com/lipish/fluix"
readme = "README.md"
keywords = [
    "ui",
    "gui",
    "gpui",
    "components",
    "widgets",
]
categories = [
    "gui",
    "graphics",
]
license = "MIT"
repository = "https://github.com/lipish/fluix"

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

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

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

[dependencies.anyhow]
version = "1.0"

[dependencies.arboard]
version = "3"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.gpui]
version = "0.2"

[dependencies.llm-link]
version = "0.3.4"

[dependencies.rust-embed]
version = "8"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.uuid]
version = "1.0"
features = [
    "v4",
    "serde",
]

[dev-dependencies.env_logger]
version = "0.11"