blob: 2d2eca83ebce634d87ecac7e7c4759b0ef5aa146 [file] [log] [blame]
[package]
name = "petgraph-csr"
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]
petgraph.workspace = true
[features]
default = ["std"]
std = ["petgraph-core/std"]