pagable 0.4.1

Serialization framework with content-addressed `Arc` deduplication and runtime polymorphism via typetag
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "pagable"
version = "0.4.1"
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 = "Apache-2.0"
repository = "https://github.com/facebook/starlark-rust"
resolver = "2"

[features]
default = []
tokio = ["dep:tokio"]

[lib]
name = "pagable"
path = "src/lib.rs"

[dependencies.allocative]
version = "0.3.6"

[dependencies.anyhow]
version = "1.0.102"

[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_stdsimd",
]

[dependencies.dashmap]
version = "6.1.0"

[dependencies.dupe]
version = "0.9.1"

[dependencies.either]
version = "1.8"

[dependencies.erased-serde]
version = "0.4.10"

[dependencies.fancy-regex]
version = "0.16.2"

[dependencies.indexmap]
version = "2.14.0"
features = ["serde"]

[dependencies.inventory]
version = "0.3.24"

[dependencies.num-bigint]
version = "0.4.6"
features = ["serde"]

[dependencies.once_cell]
version = "1.21.4"

[dependencies.pagable_derive]
version = "=0.4.1"

[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.3"

[dependencies.sequence_trie]
version = "0.3.6"

[dependencies.serde]
version = "1.0.219"
features = [
    "derive",
    "rc",
]

[dependencies.serde_json]
version = "1.0.140"
features = ["raw_value"]

[dependencies.smallvec]
version = "1.15"
features = ["const_generics"]

[dependencies.sorted_vector_map]
version = "0.2"

[dependencies.static_assertions]
version = "1.1.0"

[dependencies.static_interner]
version = "0.1.2"

[dependencies.strong_hash]
version = "0.1.0"

[dependencies.take_mut]
version = "0.2"

[dependencies.tokio]
version = "1.52.1"
features = [
    "full",
    "test-util",
    "tracing",
]
optional = true

[dependencies.triomphe]
version = "0.1.11"

[dev-dependencies.tokio]
version = "1.52.1"
features = [
    "full",
    "test-util",
    "tracing",
]