gpui_shared_string-gpui-standalone 1.4.4

Standalone mirror of Zed's gpui_shared_string crate.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "gpui_shared_string-gpui-standalone"
version = "1.4.4"
edition = "2024"
license = "Apache-2.0"
description = "Standalone mirror of Zed's gpui_shared_string crate."
repository = "https://github.com/zed-industries/zed"

[lib]
path = "gpui_shared_string.rs"
name = "gpui_shared_string"

[dependencies]
schemars = {version = "^1.0", features = ["indexmap2"]}
serde = {version = "^1.0.221", features = ["derive", "rc"]}
smol_str = "^0.3.6"