# 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 = "qvnt-i" version = "0.4.4" authors = ["Denis Drozhzhin "] description = "Advanced quantum computation simulator." readme = "README.md" keywords = [ "theoretical", "quantum-computing", "quantum-simulator", "quantum", "qubits", ] categories = [ "concurrency", "simulation", "mathematics", "science", ] license = "GPL-3.0-or-later" repository = "https://github.com/MucTepDayH16/qvnt-i/" [profile.release] opt-level = 3 lto = true codegen-units = 1 panic = "abort" strip = true [dependencies.clap] version = "4.1.8" features = ["derive"] [dependencies.env_logger] version = "0.10.0" optional = true [dependencies.home] version = "0.5.4" [dependencies.log] version = "0.4.17" [dependencies.meval] version = "0.2.0" [dependencies.qvnt] version = "0.4.4" features = [ "multi-thread", "interpreter", ] [dependencies.rustyline] version = "11.0.0" [dependencies.termtree] version = "0.4.0" [features] default = [] tracing = ["env_logger"]