[dependencies.petgraph]
version = "0.6.5"
[dependencies.tracing]
version = "0.1.40"
[lib]
name = "frequenz_microgrid_component_graph"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A library for representing the components of a microgrid and the connections between them as a Directed Acyclic Graph (DAG)."
edition = "2024"
license = "MIT"
name = "frequenz-microgrid-component-graph"
readme = "README.md"
repository = "https://github.com/frequenz-floss/frequenz-microgrid-component-graph-rs"
version = "0.4.0"