graphs_tools 0.1.2

Graphs tools.
Documentation
[[test]]
name = "graphs_tools_test"
path = "rust/test/graph/graphs_tools_lib_test.rs"

[[test]]
name = "graphs_tools_smoke_test"
path = "rust/test/_integration_test/smoke_test.rs"
[dependencies.indexmap]
version = "~1.8"

[dependencies.wtools]
features = ["full"]
version = "~0.2"
[dev-dependencies.test_tools]
version = "~0.1"

[features]
cell_factory = []
default = ["use_std", "cell_factory"]
full = ["use_std", "use_alloc", "cell_factory"]
use_alloc = []
use_std = []

[lib]
name = "graphs_tools"
path = "rust/impl/graph/graphs_tools_lib.rs"

[package]
authors = ["Kostiantyn Wandalen <wandalen@obox.systems>", "Dmytro Kryvoruchko <dm.vict.kr@gmail.com>"]
categories = ["algorithms", "development-tools"]
description = "Graphs tools.\n"
documentation = "https://docs.rs/graphs_tools"
edition = "2021"
homepage = "https://github.com/Wandalen/wTools/tree/master/module/rust/graphs_tools"
keywords = ["fundamental", "general-purpose"]
license = "MIT"
name = "graphs_tools"
readme = "Readme.md"
repository = "https://github.com/Wandalen/wTools/tree/master/module/rust/graphs_tools"
resolver = "2"
version = "0.1.2"
[package.metadata.docs.rs]
all-features = true
include = ["/rust/impl/graph", "/Cargo.toml", "/Readme.md", "/License"]