[dependencies.allocative]
features = ["hashbrown"]
version = "0.3.4"
[dependencies.dupe]
version = "0.9.0"
[dependencies.equivalent]
version = "1.0.0"
[dependencies.fxhash]
version = "0.2.1"
[dependencies.hashbrown]
features = ["raw"]
version = "0.14.3"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dev-dependencies.serde_json]
version = "1.0.48"
[lib]
name = "starlark_map"
path = "src/lib.rs"
[lints.rust.unexpected_cfgs]
check-cfg = ["cfg(rust_nightly)"]
level = "warn"
priority = 0
[package]
authors = ["Facebook"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = "build.rs"
description = "Map implementation with starlark-rust specific optimizations"
documentation = "https://docs.rs/starlark_map"
edition = "2021"
license = "Apache-2.0"
name = "starlark_map"
readme = "README.md"
repository = "https://github.com/facebook/starlark-rust"
version = "0.13.0"