[dependencies.petgraph]
default-features = false
version = "0.6.4"
[dependencies.serde]
optional = true
version = "1.0.200"
[dependencies.slotmap]
version = "1.0.7"
[dev-dependencies.rstest]
version = "0.19.0"
[features]
serde = ["dep:serde", "slotmap/serde"]
[lib]
name = "slotgraph"
path = "src/lib.rs"
[lints.clippy]
complexity = "warn"
correctness = "deny"
perf = "warn"
style = "warn"
suspicious = "deny"
[lints.rust]
unsafe_code = "deny"
[package]
authors = ["Владимир Никитин <potryas85@mail.ru>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["data-structures"]
description = "Graph implementation built with slotmap and petgraph"
edition = "2021"
license = "Apache-2.0"
name = "slotgraph"
readme = false
repository = "https://github.com/ITesserakt/Kodept"
rust-version = "1.70.0"
version = "0.1.1"
[[test]]
name = "mod"
path = "tests/mod.rs"