[package]
edition = "2021"
name = "graph_process_manager_core"
version = "0.4.0"
authors = ["Erwan Mahe"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Utilities to explore parts of a tree-like or graph-like structure that is not known in advance"
homepage = "https://github.com/erwanM974/graph_process_manager_core"
readme = "README.md"
keywords = [
"graph",
"tree",
"process",
"traversal",
"heuristics",
]
license = "Apache-2.0"
repository = "https://github.com/erwanM974/graph_process_manager_core"
[lib]
name = "graph_process_manager_core"
path = "src/lib.rs"
[[test]]
name = "graph_exploration"
path = "tests/graph_exploration.rs"
[dependencies.rand]
version = "0.10.1"