directed-graph 0.1.0

A directed graph implementation in Rust
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
rust-version = "1.90"
name = "directed-graph"
version = "0.1.0"
authors = ["trislu <lukai@mail.ustc.edu.cn>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A directed graph implementation in Rust"
readme = "README.md"
license = "MIT"
repository = "https://github.com/trislu/directed-graph"

[lib]
name = "directed_graph"
path = "src/lib.rs"

[[bench]]
name = "benchmark"
path = "benches/benchmark.rs"
harness = false

[dependencies.indexmap]
version = "2.13.0"

[dev-dependencies.criterion]
version = "0.8"
features = ["html_reports"]