sl-transcript 0.1.0-pre.2

Transcript helpers
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"
rust-version = "1.88"
name = "sl-transcript"
version = "0.1.0-pre.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Transcript helpers"
readme = false
license-file = "LICENSE"
repository = "https://github.com/silence-laboratories/sl-crypto"

[package.metadata.xtask.feature-matrix]
require_one_of = [[
    "merlin",
    "shake128",
]]

[features]
default = ["merlin"]
merlin = ["dep:merlin"]
shake128 = ["dep:sha3"]

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

[dependencies.elliptic-curve]
version = "0.13"
features = [
    "arithmetic",
    "sec1",
]
default-features = false

[dependencies.merlin]
version = "3.0.0"
optional = true
default-features = false

[dependencies.sha3]
version = "0.10.9"
optional = true
default-features = false