gpui_collections 0.2.2

Standard collection type re-exports used by Zed and GPUI
Documentation
[dependencies.indexmap]
features = ["serde"]
version = "2.7.0"

[dependencies.rustc-hash]
version = "2.1.0"

[features]
test-support = []

[lib]
doctest = false
name = "gpui_collections"
path = "src/collections.rs"

[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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Standard collection type re-exports used by Zed and GPUI"
edition = "2024"
license = "Apache-2.0"
name = "gpui_collections"
publish = true
readme = false
resolver = "2"
version = "0.2.2"