gpuikit 0.5.1

A UI toolkit for GPUI 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"
rust-version = "1.75"
name = "gpuikit"
version = "0.5.1"
authors = ["Nate Butler <iamnbutler@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A UI toolkit for GPUI applications"
homepage = "https://github.com/iamnbutler/gpuikit"
readme = "README.md"
keywords = [
    "gpui",
    "ui",
    "components",
    "toolkit",
    "gui",
]
categories = [
    "gui",
    "graphics",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/iamnbutler/gpuikit"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
default = []
editor = [
    "dep:syntect",
    "dep:gpui_util",
]
runtime_shaders = ["gpui_platform/runtime_shaders"]
schema = ["dep:schemars"]

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

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

[[example]]
name = "input_sandbox"
path = "examples/input/sandbox.rs"

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

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

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

[dependencies.anyhow]
version = "1.0.79"

[dependencies.gpui]
version = "1.14.2"
package = "gpui-unofficial"

[dependencies.gpui_platform]
version = "1.14.2"
features = ["font-kit"]
package = "gpui-platform-gpui-unofficial"

[dependencies.gpui_util]
version = "1.14.2"
optional = true
package = "gpui-util-gpui-unofficial"

[dependencies.log]
version = "0.4"

[dependencies.pulldown-cmark]
version = "0.12"
features = ["simd"]
default-features = false

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

[dependencies.schemars]
version = "0.8"
optional = true

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

[dependencies.serde_json]
version = "1.0"

[dependencies.smol]
version = "2.0"

[dependencies.syntect]
version = "5.3.0"
optional = true

[dependencies.unicode-bidi]
version = "0.3"

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

[dev-dependencies.gpui]
version = "1.14.2"
features = ["test-support"]
package = "gpui-unofficial"

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

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

[lints.rust]
elided_lifetimes_in_paths = "allow"
missing_docs = "warn"

[lints.rust.rust_2018_idioms]
level = "warn"
priority = -1

[profile.dev]
opt-level = 0
debug = 2

[profile.release]
opt-level = 3
lto = true
codegen-units = 1