# 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 = "ark-transcript" version = "0.0.2" authors = ["Jeff Burdges "] description = "Arkworks friendly transcripts for proofs using Fiat-Shamir" readme = "README.md" keywords = [ "cryptography", "sha3", "shake", "hash", "transcript", ] license = "MIT/Apache-2.0" repository = "https://github.com/w3f/ark-transcript" [dependencies.ark-ff] version = "0.4" default-features = false [dependencies.ark-serialize] version = "0.4" default-features = false [dependencies.ark-std] version = "0.4" default-features = false [dependencies.digest] version = "0.10" default-features = false [dependencies.rand_core] version = "0.6" default-features = false [dependencies.sha3] version = "0.10" default-features = false [dev-dependencies.ark-ed25519] version = "0.4" default-features = false [features] debug-transcript = ["std"] default = [] std = []