# 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 = "noir-bignum-paramgen" version = "0.1.5" description = "command line tool to convert a modulus into bignum instance parameters for https://github.com/noir-lang/noir-bignum" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/noir-lang/noir-bignum-paramgen" [lib] name = "noir_bignum_paramgen" path = "src/lib.rs" [[bin]] name = "paramgen" path = "src/main.rs" [dependencies.hex] version = "0.4" [dependencies.itoa] version = "1.0.11" [dependencies.num-bigint] version = "0.8.2" features = [ "i128", "prime", "zeroize", ] default-features = false package = "num-bigint-dig" [dependencies.num-integer] version = "0.1.39" default-features = false [dependencies.num-traits] version = "0.2.9" features = ["libm"] default-features = false