# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "q1tsim-logic-gates" version = "0.2.1" authors = ["Florian Reinhard "] description = "This is an extension crate to q1tsim implementing the AND, OR and XOR logic cates in a quantum comupting - friendly (i.e. reversible) way." homepage = "https://florianreinhard.de" readme = "README" keywords = ["quantum", "computing", "logic", "gates", "science"] categories = ["science", "simulation", "api-bindings", "rust-patterns", "mathematics"] license = "Apache-2.0" repository = "https://bitbucket.org/florianreinh/q1tsim-logic-gates" [lib] name = "q1tsim_logic_gates" path = "src/lib.rs" [dependencies.q1tsim] version = "0.5"