# 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 = "kctf-pow" version = "1.2.0" authors = ["Aplet123 "] description = "A library and CLI to solve, check, and generate proof-of-work challenges using kCTF's scheme." documentation = "https://docs.rs/kctf-pow" license = "BSD-3-Clause" repository = "https://github.com/Aplet123/kctf-pow" [profile.release] opt-level = 3 lto = "fat" [lib] name = "kctf_pow" path = "src/lib.rs" [[bin]] name = "kctf-pow" path = "src/main.rs" doc = false [dependencies.base64] version = "0.13.0" [dependencies.rand] version = "0.8.4" [dependencies.rug] version = "1.12.0"