# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "retworkx" version = "0.8.0" authors = ["Matthew Treinish "] description = "A python graph library implemented in Rust" readme = "README.md" keywords = ["python", "graph"] license = "Apache-2.0" repository = "https://github.com/Qiskit/retworkx" [profile.release] lto = "fat" codegen-units = 1 [lib] name = "retworkx" crate-type = ["cdylib"] [dependencies.fixedbitset] version = "0.2.0" [dependencies.hashbrown] version = "0.9" features = ["rayon"] [dependencies.ndarray] version = "^0.13.0" features = ["rayon"] [dependencies.numpy] version = "0.12.1" [dependencies.petgraph] version = "0.5.1" [dependencies.pyo3] version = "0.12.3" features = ["extension-module", "hashbrown"] [dependencies.rand] version = "0.8" [dependencies.rand_pcg] version = "0.3" [dependencies.rayon] version = "1.5" [badges.travis-ci] repository = "Qiskit/retworkx"