# 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 = "scalarff" version = "0.8.1" authors = ["Chance Hudson "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A minimal, opinionated, library for working with scalar finite fields." homepage = "https://github.com/chancehudson/scalarff" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/chancehudson/scalarff.git" [lib] name = "scalarff" path = "src/lib.rs" [[example]] name = "1000_residues" crate-type = ["bin"] path = "examples/1000_residues.rs" [dependencies.anyhow] version = "1.0.90" [dependencies.ark-bn254] version = "0.4.0" optional = true [dependencies.ark-ff] version = "0.4.1" optional = true [dependencies.ark-std] version = "0.4.0" optional = true [dependencies.colored] version = "2.1.0" [dependencies.curve25519-dalek] version = "4.1.3" features = ["group"] optional = true [dependencies.ff] version = "0.13.0" optional = true [dependencies.num-bigint] version = "0.4.6" [dependencies.num-integer] version = "0.1.46" [dependencies.rand] version = "0.8.4" optional = true [dependencies.serde] version = "1.0.130" features = ["derive"] optional = true [features] alt_bn128 = [ "ark-bn254", "ark-ff", "ark-std", ] curve25519 = [ "curve25519-dalek", "ff", ] default = [] oxfoi = [] random = ["rand"] serde = ["dep:serde"]