[dependencies.fixedbitset]
version = "0.5.7"
[dependencies.petgraph]
version = "0.7.1"
[dependencies.serde]
features = ["derive"]
version = "1.0.219"
[lib]
name = "multidigraph"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["mathematics"]
description = "A simple library for extraction multi digraph from a Vec of Paths"
edition = "2021"
homepage = "https://github.com/danielecr/multidigraph"
keywords = ["digraph"]
license = "GPL-2.0"
license-file = "LICENSE"
name = "multidigraph"
readme = "README.md"
repository = "https://github.com/danielecr/multidigraph"
version = "0.2.0"