# 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" rust-version = "1.56.0" name = "gridiron" version = "0.10.0" authors = ["IronCore Labs "] exclude = [".gitignore", "proptest-regressions/*"] description = "Rust finite field library with fixed size multi-word values." readme = "README.md" keywords = ["finite", "field", "crypto", "math"] categories = ["cryptography", "wasm"] license = "Apache-2.0" repository = "https://github.com/IronCoreLabs/gridiron" resolver = "2" [profile.bench] opt-level = 3 [profile.test] opt-level = 2 debug = 2 debug-assertions = true overflow-checks = true incremental = true [[bench]] name = "benchmark" harness = false [dependencies.num-traits] version = "~0.2.11" [dev-dependencies.criterion] version = "~0.3.0" [dev-dependencies.proptest] version = "~1.0" [dev-dependencies.rand] version = "~0.8.0" [features] unstable = []