rxgraph 0.0.14

High-performance graph traversal engine
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.85"
name = "rxgraph"
version = "0.0.14"
build = false
include = [
    "Cargo.toml",
    "README.md",
    "src/**/*.rs",
    "examples/**/*.rs",
    "benches/**/*.rs",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "High-performance graph traversal engine"
readme = "README.md"
keywords = [
    "arrow",
    "graph",
    "traversal",
    "polars",
]
categories = [
    "algorithms",
    "data-structures",
]
license = "MIT"
repository = "https://github.com/guywaldman/rxgraph"

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

[[example]]
name = "flight_routes"
path = "examples/flight_routes.rs"

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

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

[dependencies.anyhow]
version = "~1.0.102"

[dependencies.arrow]
version = "~58.3.0"

[dependencies.arrow-schema]
version = "~58.3.0"

[dependencies.rand]
version = "~0.10.1"

[dependencies.rayon]
version = "~1.12.0"

[dependencies.serde]
version = "~1.0.228"
features = ["derive"]

[dependencies.serde_json]
version = "~1.0.150"

[dependencies.smallvec]
version = "~1.15.1"

[dependencies.sprs]
version = "~0.11.4"

[dependencies.stats_alloc]
version = "~0.1.10"

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

[dev-dependencies.pretty_assertions]
version = "~1.4.1"