# 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 = "gf2_192" version = "0.28.0" authors = ["Timothy Ling (@kettlebell)"] description = "Arithmetic operations and polynomial interpolation over Galois fields GF(2^192)" license = "CC0-1.0" repository = "https://github.com/ergoplatform/sigma-rust" resolver = "1" [dependencies.derive_more] version = "0.99" [dependencies.proptest] version = "=1.0" features = ["std"] optional = true default-features = false [dependencies.proptest-derive] version = "0.3" optional = true [dependencies.rand] version = "0.8.5" [dependencies.thiserror] version = "1" [features] arbitrary = [ "proptest", "proptest-derive", ]