pathmap 0.3.0

A key-value store with prefix compression, structural sharing, and powerful algebraic operations
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"
rust-version = "1.88"
name = "pathmap"
version = "0.3.0"
build = false
exclude = [
    "target/",
    "benches/",
    "pathmap-book/",
    ".*",
    "fuzz/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A key-value store with prefix compression, structural sharing, and powerful algebraic operations"
readme = "README.md"
keywords = [
    "trie",
    "MORK",
    "path",
    "algebra",
]
categories = [
    "algorithms",
    "data-structures",
    "database-implementations",
]
license = "MIT"
repository = "https://github.com/adam-Vandervorst/pathMap/"
resolver = "2"

[package.metadata.docs.rs]
rustc-args = [
    "-C",
    "target-feature=+aes,+sse2",
]

[features]
act_counters = ["arena_compact"]
all_dense_nodes = []
arena_compact = ["dep:memmap2"]
bridge_nodes = []
counters = []
default = [
    "graft_root_vals",
    "slim_ptrs",
    "serialization",
]
graft_root_vals = []
jemalloc = ["dep:tikv-jemallocator"]
nightly = ["fast-slice-utils/nightly"]
old_cursor = []
random = [
    "dep:rand",
    "dep:rand_distr",
    "dep:distr-combinators",
]
serialization = ["dep:libz-ng-sys"]
slim_dispatch = []
slim_ptrs = []
viz = []
zipper_alg = []
zipper_tracking = []

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

[[test]]
name = "pathmap_algebra_differential"
path = "tests/pathmap_algebra_differential.rs"

[dependencies.arrayvec]
version = "0.7.6"

[dependencies.distr-combinators]
version = "0.1.0"
optional = true

[dependencies.dyn-clone]
version = "1.0.17"

[dependencies.fast-slice-utils]
version = "0.1.2"
features = []

[dependencies.libz-ng-sys]
version = "1"
optional = true

[dependencies.local-or-heap]
version = "0.1.0"

[dependencies.maybe-dangling]
version = "0.1.1"

[dependencies.memmap2]
version = "0.9.5"
optional = true

[dependencies.num-traits]
version = "0.2"

[dependencies.pathmap-derive]
version = "0.3.0"

[dependencies.rand]
version = "0.9.0"
optional = true

[dependencies.rand_distr]
version = "0.5.1"
optional = true

[dependencies.reusing-vec]
version = "0.2.0"
features = ["smallvec"]

[dependencies.smallvec]
version = "1.13.2"
features = ["union"]

[dependencies.tikv-jemallocator]
version = "0.6.0"
optional = true

[dev-dependencies.csv]
version = "1.1.6"

[dev-dependencies.divan]
version = "0.1.14"

[dev-dependencies.num]
version = "0.4.3"

[dev-dependencies.paste]
version = "1.0"

[dev-dependencies.pasture-core]
version = "0.5.0"

[dev-dependencies.pasture-io]
version = "0.5.0"

[dev-dependencies.rand]
version = "0.9.0"

[dev-dependencies.rand_distr]
version = "0.5.1"

[dev-dependencies.serde]
version = "1.0.163"
features = ["derive"]

[dev-dependencies.tempfile]
version = "3.19.1"

[target.'cfg(any(miri,target_arch="riscv64"))'.dependencies.xxhash-rust]
version = "0.8.15"
features = [
    "xxh64",
    "xxh3",
    "const_xxh3",
]

[target."cfg(miri)".dependencies.fast-slice-utils]
version = "0.1.2"
features = ["miri_safe"]

[target.'cfg(not(any(miri,target_arch="riscv64")))'.dependencies.gxhash]
version = "3.5"