# 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 = "libket" version = "0.5.0" authors = ["Evandro Chagas Ribeiro da Rosa "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Runtime library for the Ket programming language" documentation = "https://quantumket.org" readme = "README.md" license = "Apache-2.0" repository = "https://gitlab.com/quantum-ket/libket" [profile.release] strip = true [lib] name = "ket" crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" [[example]] name = "grover" path = "examples/grover.rs" [[example]] name = "mcx" path = "examples/mcx.rs" [dependencies.bimap] version = "0.6.3" [dependencies.build-info] version = "0.0.39" features = [] default-features = false [dependencies.colored] version = "2.1.0" [dependencies.env_logger] version = "0.11.5" [dependencies.genawaiter] version = "0.99.1" [dependencies.indexmap] version = "2.6.0" [dependencies.itertools] version = "0.13.0" [dependencies.log] version = "0.4.20" [dependencies.num] version = "0.4" [dependencies.plotly] version = "0.10.0" optional = true [dependencies.serde] version = "1.0.213" features = ["derive"] [dependencies.serde_json] version = "1.0.132" [dependencies.thiserror] version = "1.0.65" [build-dependencies.build-info-build] version = "0.0.39" [features] c_api = [] default = ["c_api"] plot = ["dep:plotly"]