[package]
edition = "2024"
name = "pagable"
version = "0.4.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Serialization framework with content-addressed `Arc` deduplication and runtime polymorphism via typetag"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/facebook/buck2"
resolver = "2"
[features]
default = []
tokio = ["dep:tokio"]
[lib]
name = "pagable"
path = "src/lib.rs"
[dependencies.allocative]
version = "0.3.6"
features = [
"anyhow",
"bumpalo",
"dashmap",
"either",
"futures",
"hashbrown",
"indexmap",
"num-bigint",
"once_cell",
"parking_lot",
"prost-types",
"serde_json",
"slab",
"smallvec",
"compact_str",
"sorted_vector_map",
"tokio",
"triomphe",
]
[dependencies.anyhow]
version = "1.0.98"
[dependencies.async-trait]
version = "0.1.86"
[dependencies.blake3]
version = "=1.8.2"
features = [
"default",
"rayon",
"std",
"traits-preview",
]
[dependencies.bytemuck]
version = "1.25"
features = [
"const_zeroed",
"derive",
"min_const_generics",
"must_cast",
"nightly_portable_simd",
"nightly_stdsimd",
]
[dependencies.dashmap]
version = "6.1.0"
[dependencies.dupe]
version = "0.9.1"
[dependencies.either]
version = "1.8"
[dependencies.erased-serde]
version = "0.4.9"
[dependencies.fancy-regex]
version = "0.16.2"
[dependencies.indexmap]
version = "2.13.0"
features = ["serde"]
[dependencies.inventory]
version = "0.3.21"
[dependencies.num-bigint]
version = "0.4.6"
features = ["serde"]
[dependencies.once_cell]
version = "1.21"
[dependencies.pagable_derive]
version = "=0.4.0"
[dependencies.parking_lot]
version = "0.12.1"
features = ["send_guard"]
[dependencies.postcard]
version = "1.0.8"
features = [
"use-crc",
"use-std",
]
[dependencies.regex]
version = "1.12.2"
[dependencies.sequence_trie]
version = "0.3.6"
[dependencies.serde]
version = "1.0.228"
features = [
"derive",
"rc",
]
[dependencies.serde_json]
version = "1.0.149"
features = ["raw_value"]
[dependencies.smallvec]
version = "1.15"
features = [
"const_generics",
"const_new",
"serde",
"specialization",
"union",
"write",
]
[dependencies.sorted_vector_map]
version = "0.2.1"
[dependencies.static_assertions]
version = "1.1.0"
[dependencies.static_interner]
version = "0.1.2"
features = [
"allocative",
"dupe",
"strong_hash",
]
[dependencies.strong_hash]
version = "0.1.0"
features = [
"num-bigint",
"triomphe",
]
[dependencies.take_mut]
version = "0.2.2"
[dependencies.tokio]
version = "1.50.0"
features = [
"full",
"test-util",
"tracing",
]
optional = true
[dependencies.triomphe]
version = "0.1.11"
[dev-dependencies.tokio]
version = "1.50.0"
features = [
"full",
"test-util",
"tracing",
]