# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "retworkx-core" version = "0.11.0" authors = ["Matthew Treinish "] description = "Rust APIs used for retworkx algorithms" homepage = "https://github.com/Qiskit/retworkx/tree/main/retworkx-core" readme = "README.md" keywords = ["graph"] license = "Apache-2.0" repository = "https://github.com/Qiskit/retworkx" [dependencies.ahash] version = "0.7.6" default-features = false [dependencies.hashbrown] version = "0.11" features = ["rayon"] [dependencies.indexmap] version = "1.7" features = ["rayon"] [dependencies.petgraph] version = "0.6.0" [dependencies.rayon] version = "1.5"