# 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 = "kbw" version = "0.3.0" authors = ["Evandro Chagas Ribeiro da Rosa "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Ket Bitwise Simulator" documentation = "https://quantumket.org" readme = "README.md" license = "Apache-2.0" repository = "https://gitlab.com/quantum-ket/kbw" [profile.release] strip = true [lib] name = "kbw" crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" [[example]] name = "grover" path = "examples/grover.rs" required-features = ["libket/plot"] [dependencies.build-info] version = "0.0.39" features = [] default-features = false [dependencies.env_logger] version = "0.11.5" [dependencies.indicatif] version = "0.17.8" [dependencies.itertools] version = "0.13.0" [dependencies.libket] version = "0.5.0" [dependencies.log] version = "0.4.20" [dependencies.num] version = "0.4" [dependencies.rand] version = "0.8.5" [dependencies.rayon] version = "1.5.3" [dependencies.thiserror] version = "1.0.65" [dependencies.twox-hash] version = "2.0.0" [build-dependencies.build-info-build] version = "0.0.39"