# 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" name = "ironfish-frost" version = "0.1.0" authors = ["Iron Fish (https://ironfish.network)"] description = "Implementation of multi-signature primitives for the Iron Fish chain, based on the FROST protocol" homepage = "https://ironfish.network/" readme = "README.md" license = "MPL-2.0" repository = "https://github.com/iron-fish/ironfish-frost" [dependencies.blake3] version = "1.5.0" optional = true default-features = false [dependencies.chacha20] version = "0.9.1" [dependencies.chacha20poly1305] version = "0.10.1" [dependencies.ed25519-dalek] version = "2.1.0" features = [ "rand_core", "alloc", ] default-features = false [dependencies.ironfish-reddsa] version = "0.1.0" features = ["frost"] default-features = false [dependencies.rand_chacha] version = "0.3.1" optional = true default-features = false [dependencies.rand_core] version = "0.6.4" features = ["alloc"] default-features = false [dependencies.siphasher] version = "1.0.0" default-features = false [dependencies.x25519-dalek] version = "2.0.0" features = [ "reusable_secrets", "static_secrets", ] default-features = false [dev-dependencies.hex-literal] version = "0.4.1" [dev-dependencies.rand] version = "0.8.5" [features] default = [ "dkg", "signing", "std", ] dkg = [] signing = [ "dep:blake3", "dep:rand_chacha", ] std = ["ironfish-reddsa/std"]