[package] name = "quantpiler" version = "0.1.0" authors = ["Alexander Averyanov "] edition = "2021" description = "Сompiler of classical algorithms into oracles for quantum computing" repository = "https://github.com/averyanalex/quantpiler" license = "AGPL-3.0-or-later" categories = ["compilers", "science"] [dependencies] itertools = "0.11.0" num = "0.4.0" rand = "0.8.5" rustc-hash = "1.1.0" # [profile.release] # lto = true # codegen-units = 1