# 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] name = "HPGO" version = "0.9.2" authors = ["Yi Rong "] exclude = ["contrib/*"] description = "Hybrid Parallelism Global Orchestration" license = "BSD-3-Clause" repository = "https://github.com/LER0ever/HPGO" [package.metadata.maturin] requires-dist = ["graphviz~=0.13"] [lib] name = "HPGO" crate-type = ["cdylib", "rlib"] path = "src/lib.rs" [[bin]] name = "HPGO-CMD" path = "src/main.rs" [dependencies.ansi_term] version = "0.12" [dependencies.itertools] version = "0.7.8" [dependencies.ordered-float] version = "1.0" [dependencies.prettytable-rs] version = "0.8" [dependencies.pyo3] version = "0.8.4" [dependencies.rayon] version = "1.3" [dependencies.structopt] version = "0.3" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.quickcheck] version = "0.8" [dev-dependencies.quickcheck_macros] version = "0.8" [features] default = ["extension-module"] extension-module = ["pyo3/extension-module"]