# 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 = "fedimint-tbs" version = "0.4.3" authors = ["The Fedimint Developers"] description = "tbs is a helper cryptography library for threshold blind signatures" readme = "README.md" license = "MIT" repository = "https://github.com/fedimint/fedimint" [lib] name = "tbs" path = "src/lib.rs" [[bench]] name = "tbs" harness = false [dependencies.bls12_381] version = "0.8.0" [dependencies.fedimint-core] version = "=0.4.3" [dependencies.group] version = "0.13.0" [dependencies.hex] version = "0.4.3" [dependencies.rand] version = "0.8.5" [dependencies.rand_chacha] version = "0.3.1" [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.sha3] version = "0.10.8" [dev-dependencies.criterion] version = "0.5.1" [features] default = [] unstable = []