fso-graph-builder 0.4.3

A building block for high-performant graph algorithms. Community-maintained fork of graph_builder.
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.82"
name = "fso-graph-builder"
version = "0.4.3"
authors = [
    "Aditya Kresna <aditya.kresna@outlook.co.id>",
    "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. Community-maintained fork of graph_builder."
homepage = "https://github.com/fluminis-scientiae-oraculum/fso-graph"
documentation = "https://docs.rs/fso-graph-builder"
readme = "README.md"
keywords = [
    "graph",
    "builder",
    "csr",
    "algorithms",
]
categories = [
    "data-structures",
    "algorithms",
    "parser-implementations",
    "concurrency",
]
license = "MIT"
repository = "https://github.com/fluminis-scientiae-oraculum/fso-graph"

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

[features]
dotgraph = []
force_fallback_impl = []

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

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

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

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

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

[dependencies.atoi]
version = "2.0.0"

[dependencies.atomic]
version = "0.6"

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

[dependencies.bytemuck]
version = "1"

[dependencies.dashmap]
version = "6.2"

[dependencies.delegate]
version = "0.13"

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

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

[dependencies.linereader]
version = "0.4.0"

[dependencies.log]
version = "0.4"

[dependencies.memmap2]
version = "0.9"

[dependencies.num]
version = "0.4"

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

[dependencies.num_cpus]
version = "1.16"

[dependencies.page_size]
version = "0.6"

[dependencies.parking_lot]
version = "0.12"

[dependencies.rayon]
version = "1.12"

[dependencies.rustc-hash]
version = "2"

[dependencies.thiserror]
version = "2"

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

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

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

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

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

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

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

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

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

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

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

[lints.clippy.all]
level = "deny"
priority = -1

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