mirror of
https://github.com/serai-dex/serai.git
synced 2024-11-17 09:27:36 +00:00
1430b189bf
Removes the Vec challenge for an associated type. Fixes the merlin feature which was horribly broken. Also adds no_std to dalek-ff-group.
19 lines
484 B
TOML
19 lines
484 B
TOML
[package]
|
|
name = "flexible-transcript"
|
|
version = "0.1.2"
|
|
description = "A simple transcript trait definition, along with viable options"
|
|
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"]
|