# 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 = "zkp-primefield" version = "0.2.0" authors = ["Remco Bloemen ", "Mason Liang ", "Paul Vienhage "] description = "A 251-bit prime field suitable for FFTs." readme = "Readme.md" keywords = ["cryptography", "finite", "algebra", "no-std", "wasm"] categories = ["algorithms", "cryptography", "no-std", "wasm", "science"] license = "Apache-2.0" repository = "https://github.com/0xProject/starkcrypto/tree/master/algebra/primefield" [package.metadata.docs.rs] rustdoc-args = ["--html-in-header", ".cargo/katex-header.html"] [[bench]] name = "benchmark" harness = false [dependencies.crunchy] version = "0.2.2" default_features = false [dependencies.hex] version = "0.4.0" optional = true [dependencies.itertools] version = "0.9.0" default_features = false [dependencies.log] version = "0.4.8" [dependencies.memadvise] version = "0.1.2" optional = true [dependencies.no-std-compat] version = "0.4.0" features = ["alloc"] [dependencies.num-traits] version = "0.2.10" default_features = false [dependencies.parity-scale-codec] version = "1.3.0" optional = true default-features = false [dependencies.proptest] version = "0.9.4" optional = true [dependencies.rand] version = "0.7.2" optional = true [dependencies.rayon] version = "1.3.0" optional = true [dependencies.serde] version = "1.0" features = ["derive"] optional = true default_features = false [dependencies.zkp-macros-decl] version = "0.2.0" default_features = false [dependencies.zkp-u256] version = "0.2.0" default_features = false [dev-dependencies.criterion] version = "0.3.0" [dev-dependencies.env_logger] version = "0.7.1" [dev-dependencies.num_cpus] version = "1.12.0" [dev-dependencies.proptest] version = "0.9.5" [dev-dependencies.rand] version = "0.7.2" [dev-dependencies.rand_xoshiro] version = "0.4.0" [dev-dependencies.raw-cpuid] version = "7.0.3" [dev-dependencies.serde_json] version = "1.0" [dev-dependencies.structopt] version = "0.3" [dev-dependencies.zkp-criterion-utils] version = "0.2.0" [dev-dependencies.zkp-logging-allocator] version = "0.2.0" [dev-dependencies.zkp-mmap-vec] version = "0.2.0" [dev-dependencies.zkp-u256] version = "0.2.0" features = ["proptest", "proptest-derive"] [features] asm = ["zkp-u256/asm"] default = ["inline", "rand", "std", "serde"] inline = ["zkp-u256/inline"] parity_codec = ["parity-scale-codec/derive", "zkp-u256/parity_codec"] std = ["crunchy/std", "hex", "itertools/use_std", "memadvise", "no-std-compat/std", "num-traits/std", "parity-scale-codec/std", "rayon", "serde/std", "zkp-macros-decl/std", "zkp-u256/std"]