[package]
edition = "2024"
name = "starlark_map"
version = "0.14.2"
authors = ["Facebook"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Map implementation with starlark-rust specific optimizations"
documentation = "https://docs.rs/starlark_map"
readme = false
license = "Apache-2.0"
repository = "https://github.com/facebook/starlark-rust"
resolver = "2"
[features]
default = []
pagable_dep = ["dep:pagable"]
[lib]
name = "starlark_map"
path = "src/lib.rs"
[dependencies.allocative]
version = "0.3.6"
features = ["hashbrown"]
[dependencies.dupe]
version = "0.9.1"
[dependencies.equivalent]
version = "1.0.2"
[dependencies.fxhash]
version = "0.2.1"
[dependencies.hashbrown]
version = "0.16.1"
[dependencies.pagable]
version = "0.4.1"
optional = true
[dependencies.serde]
version = "1.0"
features = ["derive"]
[dependencies.strong_hash]
version = "0.1.0"
[dev-dependencies.serde_json]
version = "1.0.48"
[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(rust_nightly)"]