[package] name = "collections" version = "0.1.0" edition.workspace = true publish = false license = "Apache-2.0" description = "Standard collection type re-exports used by Zed and GPUI" [lints] workspace = true [lib] path = "src/collections.rs" doctest = false [features] test-support = [] [dependencies] indexmap.workspace = true rustc-hash.workspace = true