[package]
edition = "2024"
name = "gpui-pre-shared-string"
version = "0.3.0"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Zed's `gpui_shared_string` crate (gpui-pre snapshot of zed@b1a7ef0)"
readme = false
license = "Apache-2.0"
repository = "https://github.com/zed-industries/zed"
resolver = "2"
[package.metadata.gpui-pre]
zed-crate = "gpui_shared_string"
zed-version = "0.1.0"
zed-rev = "b1a7ef0cf66dfbf9d7661170c96d97c7df916c68"
[features]
[lib]
name = "gpui_shared_string"
path = "gpui_shared_string.rs"
[dependencies.schemars]
version = "1.0"
features = ["indexmap2"]
[dependencies.serde]
version = "1.0.221"
features = [
"derive",
"rc",
]
[dependencies.smol_str]
version = "0.3.6"
[lints.clippy]
dbg_macro = "deny"
declare_interior_mutable_const = "deny"
disallowed_methods = "deny"
large_enum_variant = "allow"
let_underscore_future = "allow"
nonminimal_bool = "allow"
redundant_clone = "deny"
single_range_in_vec_init = "allow"
todo = "deny"
too_many_arguments = "allow"
type_complexity = "allow"
[lints.clippy.style]
level = "allow"
priority = -1
[lints.rust.unexpected_cfgs]
level = "allow"
priority = 0