graph_builder 0.4.2

A building block for high-performant graph algorithms.
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 = "2021"
rust-version = "1.86"
name = "graph_builder"
version = "0.4.2"
authors = [
    "Martin Junghanns <github@s1ck.dev>",
    "Paul Horn <developer@knutwalker.de>",
]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A building block for high-performant graph algorithms."
readme = "README.md"
keywords = [
    "graph",
    "builder",
    "csr",
    "algorithms",
]
license = "MIT"
repository = "https://github.com/neo4j-labs/graph"

[package.metadata.docs.rs]
features = [
    "gdl",
    "dotgraph",
]

[features]
dotgraph = []
force_fallback_impl = []

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

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

[[bench]]
name = "dotgraph"
path = "benches/dotgraph.rs"
harness = false
required-features = ["dotgraph"]

[[bench]]
name = "edgelist"
path = "benches/edgelist.rs"
harness = false

[[bench]]
name = "topology"
path = "benches/topology.rs"
harness = false

[dependencies.atoi]
version = "3.0.0"

[dependencies.atomic]
version = "0.6.1"

[dependencies.byte-slice-cast]
version = "1.2.3"

[dependencies.bytemuck]
version = "1.24.0"

[dependencies.dashmap]
version = "6.2.1"

[dependencies.delegate]
version = "0.13.5"

[dependencies.fast-float2]
version = "0.2.3"

[dependencies.fxhash]
version = "0.2.1"

[dependencies.gdl]
version = "0.2.7"
optional = true

[dependencies.linereader]
version = "0.4.0"

[dependencies.log]
version = "0.4.32"

[dependencies.memmap2]
version = "0.9.10"

[dependencies.num]
version = "0.4.3"

[dependencies.num-format]
version = "0.4.4"

[dependencies.num_cpus]
version = "1.17.0"

[dependencies.page_size]
version = "0.6.0"

[dependencies.parking_lot]
version = "0.12.5"

[dependencies.rayon]
version = "1.12.0"

[dependencies.thiserror]
version = "2.0.18"

[dev-dependencies.astral-tokio-tar]
version = "0.6.2"

[dev-dependencies.async-compression]
version = "0.4.42"
features = [
    "tokio",
    "zstd",
]

[dev-dependencies.criterion]
version = "0.8.2"
features = ["html_reports"]

[dev-dependencies.directories]
version = "6.0.0"

[dev-dependencies.futures]
version = "0.3.32"

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

[dev-dependencies.reqwest]
version = "0.13.4"
features = ["stream"]

[dev-dependencies.tap]
version = "1.0.1"

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

[dev-dependencies.tokio]
version = "1.52.3"
features = ["full"]
default-features = true

[dev-dependencies.tokio-util]
version = "0.7.18"
features = ["io"]

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = [
    "cfg(has_new_uninit)",
    "cfg(has_maybe_uninit_write_slice)",
    "cfg(has_slice_partition_dedup)",
    "cfg(has_doc_cfg)",
]