ark-transcript 0.0.5

Arkworks friendly transcripts for proofs using Fiat-Shamir
Documentation
# 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.5"
authors = ["Jeff Burdges <jeff@web3.foundation>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
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"

[features]
debug-transcript = ["std"]
default = []
std = []

[lib]
name = "ark_transcript"
path = "src/lib.rs"

[dependencies.ark-ff]
version = "0.5"
default-features = false

[dependencies.ark-serialize]
version = "0.5"
default-features = false

[dependencies.ark-std]
version = "0.5"
default-features = false

[dependencies.digest]
version = "0.10"
default-features = false

[dependencies.sha3]
version = "0.10"
default-features = false

[dev-dependencies.ark-ed25519]
version = "0.5"
default-features = false