graphina 0.2.0

A graph data science library for Rust
Documentation
[[bin]]
name = "graphina"
path = "src/main.rs"

[dependencies.ctor]
version = "0.2.9"

[dependencies.nalgebra]
version = "0.33.2"

[dependencies.ordered-float]
version = "5.0.0"

[dependencies.petgraph]
features = ["graphmap", "stable_graph", "matrix_graph", "serde-1", "rayon"]
version = "0.7.1"

[dependencies.rand]
version = "0.9.0"

[dependencies.rayon]
version = "1.10.0"

[dependencies.sprs]
version = "0.11.3"

[dependencies.tracing]
version = "0.1.41"

[dependencies.tracing-subscriber]
version = "0.3.19"

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

[features]
binaries = []
default = []

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

[package]
authors = ["Hassan Abedi <hassan.abedi.t@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures", "algorithms"]
description = "A graph data science library for Rust"
documentation = "https://docs.rs/graphina"
edition = "2021"
homepage = "https://github.com/habedi/graphina"
include = ["docs/**/*", "src/**/*", "Cargo.toml", "README.md", "LICENSE-MIT", "LICENSE-APACHE"]
keywords = ["graph-theory", "data-science", "graph-algorithms", "graph-analytics"]
license = "MIT OR Apache-2.0"
name = "graphina"
readme = "README.md"
repository = "https://github.com/habedi/graphina"
resolver = "2"
rust-version = "1.83"
version = "0.2.0"

[profile.bench]
debug = 2

[profile.release]
codegen-units = 1
lto = true
strip = "symbols"