[dependencies.fixedbitset]
version = "0.5.7"
[dependencies.petgraph]
version = "0.7.1"
[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0"
[features]
serde-1 = ["serde", "petgraph/serde-1"]
[lib]
name = "rust_bounded_graph"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A thin newtype wrapper for `petgraph` to assist in the creation of graphs with restrictions on their edges"
documentation = "https://docs.rs/rust_bounded_graph"
edition = "2021"
homepage = "https://github.com/dave-gray101/rust_bounded_graph"
keywords = ["petgraph", "bounded", "edges"]
license = "MIT"
name = "rust_bounded_graph"
readme = "README.md"
repository = "https://github.com/dave-gray101/rust_bounded_graph"
version = "0.1.0"