[badges.github-actions]
repository = "xvi-xv-xii-ix-xxii-ix-xiv/xgraph"
workflow = "CI"
[badges.maintenance]
status = "actively-developed"
[[bench]]
harness = false
name = "xgraph_benchmarks_1"
path = "benches/benchmark_adjacency_matrix.rs"
[[bench]]
harness = false
name = "xgraph_benchmarks_2"
path = "benches/benchmark_dijkstra.rs"
[[bench]]
harness = false
name = "xgraph_benchmarks_3"
path = "benches/benchmark_graph.rs"
[[bench]]
harness = false
name = "xgraph_benchmarks_4"
path = "benches/benchmark_large_graph.rs"
[dependencies.float-cmp]
version = "0.10"
[dependencies.rand]
version = "0.9"
[dependencies.rayon]
optional = true
version = "1.10"
[dependencies.slab]
version = "0.4.9"
[dev-dependencies.criterion]
version = "0.5.1"
[dev-dependencies.float-cmp]
version = "0.10"
[dev-dependencies.rand]
version = "0.9"
[[example]]
name = "basic_usage"
path = "examples/basic_usage.rs"
[lib]
name = "xgraph"
path = "src/lib.rs"
[package]
authors = ["<xvi-xv-xii-ix-xxii-ix-xiv <xvi.xv.xii.ix.xxii.ix.xiv@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures", "algorithms", "science"]
description = "A comprehensive Rust library providing efficient graph algorithms for solving real-world problems in social network analysis, transportation optimization, recommendation systems, and more"
documentation = "https://docs.rs/xgraph"
edition = "2021"
exclude = ["/target", "/.git", "/*.iml", "/*.lock"]
homepage = "https://github.com/xvi-xv-xii-ix-xxii-ix-xiv/xgraph"
keywords = ["graph", "algorithm", "network", "dijkstra", "centrality"]
license = "MIT"
name = "xgraph"
readme = "README.md"
repository = "https://github.com/xvi-xv-xii-ix-xxii-ix-xiv/xgraph"
version = "1.1.0"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
[package.metadata.release]
pre-release-commit-message = "chore(release): v{{version}}"
sign-commit = true
sign-tag = true
tag-message = "v{{version}}"
[profile.release]
codegen-units = 1
debug = 0
lto = true
opt-level = 3
strip = true