# 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.66" name = "flexible-transcript" version = "0.3.2" authors = ["Luke Parker "] description = "A simple transcript trait definition, along with viable options" readme = "README.md" keywords = ["transcript"] license = "MIT" repository = "https://github.com/serai-dex/serai/tree/develop/crypto/transcript" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.blake2] version = "0.10" optional = true default-features = false [dependencies.digest] version = "0.10" features = ["core-api"] default-features = false [dependencies.merlin] version = "3" optional = true default-features = false [dependencies.rustversion] version = "1" [dependencies.subtle] version = "^2.4" default-features = false [dependencies.zeroize] version = "^1.5" default-features = false [dev-dependencies.blake2] version = "0.10" default-features = false [dev-dependencies.sha2] version = "0.10" default-features = false [features] merlin = ["dep:merlin"] recommended = ["blake2"] tests = []