1[package]2name = "jrsonnet-interner"3description = "String interner used by jrsonnet"4keywords = ["jsonnet", "interner", "string"]5categories = ["data-structures", "memory-management"]6authors.workspace = true7edition.workspace = true8license.workspace = true9repository.workspace = true10version.workspace = true1112[lints]13workspace = true1415[dependencies]16jrsonnet-gcmodule.workspace = true1718rustc-hash.workspace = true19hashbrown = { workspace = true, features = ["inline-more"] }difftreelog
source
crates/jrsonnet-interner/Cargo.toml480 Bsourcehistory