[package]
edition = "2024"
name = "pathgraph"
version = "0.4.0-rc.16"
authors = ["Marc EspĂn <mespinsanz@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Array-indexed hashmap"
homepage = "https://freyaui.dev/"
readme = "README.md"
license = "MIT"
repository = "https://github.com/marc2332/freya"
[lib]
name = "pathgraph"
path = "src/lib.rs"
[[example]]
name = "simple"
path = "examples/simple.rs"
[dependencies]
[lints.clippy]
redundant_clone = "warn"