# 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 = "rustqubo" version = "0.1.0" authors = ["yozu "] description = "A QUBO manipulation library for Rust" readme = "README.md" license = "MIT" [package.metadata.docs.rs] rustdoc-args = [ "--html-in-header", ".cargo/registry/src/github.com-1ecc6299db9ec823/katex-doc-0.1.0/katex.html", ] [lib] crate-type = [ "rlib", "dylib", ] [dependencies.annealers] version = "0.1.0" [dependencies.classical_solver] version = "0.1.0" [dependencies.pyo3] version = "0.17" features = ["extension-module"] optional = true [dependencies.rand] version = "0.7.3" features = ["small_rng"] [dependencies.rayon] version = "1.5.0" [dev-dependencies.katex-doc] version = "0.1.0" [features] default = ["python"] python = ["pyo3"]