serai/crypto/transcript/Cargo.toml

19 lines
454 B
TOML

[package]
name = "transcript-trait"
version = "0.1.0"
description = "A simple transcript trait definition"
license = "MIT"
repository = "https://github.com/serai-dex/serai"
authors = ["Luke Parker <lukeparker5132@gmail.com>"]
keywords = ["transcript"]
edition = "2021"
[dependencies]
digest = "0.10"
blake2 = { version = "0.10", optional = true }
merlin = { version = "3", optional = true }
[features]
recommended = ["blake2"]
merlin = ["dep:merlin"]