# 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 = "2021" name = "rustiq-core" version = "0.0.10" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Quantum circuit synthesis library in rust" homepage = "https://github.com/smartiel/rustiq-core" documentation = "https://docs.rs/rustiq-core" readme = "README.md" license-file = "LICENSE.txt" repository = "https://github.com/smartiel/rustiq-core" [lib] name = "rustiq_core" path = "src/lib.rs" [dependencies.itertools] version = "0.10.5" [dependencies.petgraph] version = "0.6.3" [dependencies.rand] version = "0.8.5"