blob: a61266c25623fdd47cdf14d3e03b7ebfc1783f87 [file] [log] [blame]
[package]
name = "petgraph-adjacency-matrix"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
fixedbitset.workspace = true
funty.workspace = true
petgraph-core = { workspace = true, features = ["alloc"] }
[dev-dependencies]
[features]
default = ["std"]
std = ["petgraph-core/std"]