retworkx 0.8.0

A python graph library implemented in Rust
Documentation
[badges.travis-ci]
repository = "Qiskit/retworkx"
[dependencies.fixedbitset]
version = "0.2.0"

[dependencies.hashbrown]
features = ["rayon"]
version = "0.9"

[dependencies.ndarray]
features = ["rayon"]
version = "^0.13.0"

[dependencies.numpy]
version = "0.12.1"

[dependencies.petgraph]
version = "0.5.1"

[dependencies.pyo3]
features = ["extension-module", "hashbrown"]
version = "0.12.3"

[dependencies.rand]
version = "0.8"

[dependencies.rand_pcg]
version = "0.3"

[dependencies.rayon]
version = "1.5"

[lib]
crate-type = ["cdylib"]
name = "retworkx"

[package]
authors = ["Matthew Treinish <mtreinish@kortar.org>"]
description = "A python graph library implemented in Rust"
edition = "2018"
keywords = ["python", "graph"]
license = "Apache-2.0"
name = "retworkx"
readme = "README.md"
repository = "https://github.com/Qiskit/retworkx"
version = "0.8.0"
[profile.release]
codegen-units = 1
lto = "fat"