graphina 0.1.0

A Rust library for graph data science.
Documentation
[[bench]]
harness = false
name = "project_benchmarks"
path = "benches/project_benchmarks.rs"

[[bin]]
name = "graphina"
path = "src/main.rs"

[dependencies.ctor]
version = "0.2.9"

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

[dependencies.rand]
version = "0.9.0"

[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 Rust library for graph data science."
documentation = "https://docs.rs/graphina"
edition = "2021"
homepage = "https://github.com/habedi/graphina"
keywords = ["graph", "data-science", "graph-algorithms", "graph-analytics"]
license = "MIT OR Apache-2.0"
name = "graphina"
readme = "README.md"
repository = "https://github.com/habedi/graphina"
rust-version = "1.83"
version = "0.1.0"

[profile.bench]
debug = 2

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