pathgraph 0.4.0-rc.16

Array-indexed hashmap
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"
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"