# 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 = "dragoonfri" version = "0.1.0" authors = [ "Antonin Bretagne ", "Antoine Stevan ", "Jonathan Detchart ", ] description = "Fast Reed-solomon Interactive oracle proof of proximity" readme = "README.md" license = "MIT" repository = "https://gitlab.isae-supaero.fr/dragoon/fri" [lib] [[bench]] name = "fri" harness = false required-features = ["blake3"] [[bench]] name = "frida" harness = false required-features = ["blake3"] [dependencies.ark-ff] version = "0.4.2" default-features = false [dependencies.ark-poly] version = "0.4.2" default-features = false [dependencies.ark-serialize] version = "0.4.2" default-features = false [dependencies.blake3] version = "1.5.1" optional = true default-features = false [dependencies.derive-where] version = "1.2.7" [dependencies.derive_more] version = "0.99.18" [dependencies.dragoonfri-proc-macros] version = "0.1.0" [dependencies.rs_merkle] version = "1.4.2" default-features = false [dependencies.sha3] version = "0.10.8" optional = true default-features = false [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.csv] version = "1.3.0" [dev-dependencies.dragoonfri-test-utils] version = "0.1.0" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.winter-fri] version = "0.9" [dev-dependencies.winter-math] version = "0.9" [dev-dependencies.winter-rand-utils] version = "0.9" [dev-dependencies.winter-utils] version = "0.9" [features] blake3 = ["dep:blake3"] default = [ "sha3", "blake3", "frida", "interpolation", ] frida = [] interpolation = [] sha3 = ["dep:sha3"] sha3_asm = [ "sha3", "sha3/asm", ]