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