# 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" rust-version = "1.70" name = "quil-rs" version = "0.27.0" description = "Rust tooling for Quil (Quantum Instruction Language)" readme = "README.md" keywords = [ "Quil", "Quantum", "Rigetti", ] categories = [ "parser-implementations", "science", "compilers", "emulators", ] license = "Apache-2.0" repository = "https://github.com/rigetti/quil-rs" [[example]] name = "generate_test_expressions" [[bench]] name = "parser" harness = false [[bench]] name = "get_frames_for_instruction" harness = false [[bench]] name = "scheduled_program_from_program" harness = false [[bench]] name = "simplification" harness = false [dependencies.approx] version = "0.5.1" features = ["num-complex"] [dependencies.dot-writer] version = "0.1.2" optional = true [dependencies.indexmap] version = "2.2.6" [dependencies.itertools] version = "0.12.1" [dependencies.lexical] version = "6.1.1" [dependencies.ndarray] version = "0.15.6" features = ["approx-0_5"] [dependencies.nom] version = "7.1.1" [dependencies.nom_locate] version = "4.0.0" [dependencies.num-complex] version = "0.4.0" [dependencies.once_cell] version = "1.17.1" [dependencies.petgraph] version = "0.6.4" [dependencies.regex] version = "1.7.1" [dependencies.serde] version = "1.0.125" features = ["derive"] [dependencies.statrs] version = "0.16.0" [dependencies.strum] version = "0.26.0" features = ["derive"] [dependencies.thiserror] version = "1.0.56" [dev-dependencies.clap] version = "4.3.19" features = [ "derive", "string", ] [dev-dependencies.criterion] version = "0.5.1" features = ["html_reports"] [dev-dependencies.insta] version = "1.37.0" [dev-dependencies.petgraph] version = "0.6.2" [dev-dependencies.proptest] version = "1.0.0" [dev-dependencies.proptest-derive] version = "0.3.0" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.rasciigraph] version = "0.2.0" [dev-dependencies.rstest] version = "0.18.2" [features] graphviz-dot = ["dot-writer"] wasm-bindgen = []