graph 0.3.2

A library of 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"
version = "0.3.2"
authors = [
    "Martin Junghanns <github@s1ck.dev>",
    "Paul Horn <developer@knutwalker.de>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A library of high-performant graph algorithms."
readme = "README.md"
keywords = [
    "graph",
    "algorithms",
    "parallel",
]
license = "MIT"
repository = "https://github.com/neo4j-labs/graph"

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

[[example]]
name = "usage-demo"
path = "examples/usage-demo.rs"

[dependencies.ahash]
version = "0.8.12"

[dependencies.atomic_float]
version = "1.1.0"

[dependencies.clap]
version = "4.6"
features = ["derive"]
optional = true

[dependencies.graph_builder]
version = "^0.4.1"

[dependencies.log]
version = "0.4.32"

[dependencies.nanorand]
version = "0.8.0"

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

[dependencies.rayon]
version = "1.12.0"

[dependencies.serde]
version = "1.0.228"
features = ["derive"]
optional = true

[dev-dependencies.env_logger]
version = "0.11.10"

[dev-dependencies.graph_builder]
version = "^0.4.1"
features = ["gdl"]

[dev-dependencies.log]
version = "0.4.32"

[dev-dependencies.polars]
version = "0.54.4"
features = ["fmt"]
default-features = false