# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "wedpr_l_crypto_signature_secp256k1" version = "1.1.0" authors = ["WeDPR "] description = "Library of WeDPR shared Siganture Function implement by secp256k1." license = "Apache-2.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.rand] version = "0.6" [dependencies.secp256k1] version = "0.19.0" features = ["recovery", "rand"] [dependencies.wedpr_l_macros] version = "1.0.0" [dependencies.wedpr_l_utils] version = "1.1.0"