Notes: - because minidump-analyzer is not a root crate, it doesn't need the workspace hack. - allocator-api2 was added in bug 1912019, we don't need to work around its use in hashbrown anymore. Differential Revision: https://phabricator.services.mozilla.com/D233788
18 lines
296 B
TOML
18 lines
296 B
TOML
[package]
|
|
name = "hashbrown"
|
|
version = "0.13.999"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
path = "lib.rs"
|
|
|
|
[features]
|
|
default = ["hashbrown/default"]
|
|
ahash = ["hashbrown/ahash"]
|
|
inline-more = ["hashbrown/inline-more"]
|
|
raw = ["hashbrown/raw"]
|
|
|
|
[dependencies.hashbrown]
|
|
version = "0.14.3"
|
|
default-features = false
|