serai/crypto/transcript/Cargo.toml

20 lines
484 B
TOML
Raw Normal View History

[package]
name = "flexible-transcript"
version = "0.1.1"
description = "A simple transcript trait definition, along with viable options"
license = "MIT"
2022-06-19 10:35:15 +00:00
repository = "https://github.com/serai-dex/serai"
authors = ["Luke Parker <lukeparker5132@gmail.com>"]
2022-06-19 10:35:15 +00:00
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"]